{
  "type": "Program",
  "start": 0,
  "end": 7850,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 195,
      "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": 7849,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 194,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 127,
        "end": 7849,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 194,
            "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": 7849,
          "loc": {
            "start": {
              "line": 5,
              "column": 33
            },
            "end": {
              "line": 194,
              "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": 1188,
              "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": 1188,
                "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": 1188,
                  "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": 1182,
                      "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": 1182,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 41
                          },
                          "end": {
                            "line": 33,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 880,
                            "end": 1172,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 12
                              },
                              "end": {
                                "line": 32,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 884,
                              "end": 1091,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 16
                                },
                                "end": {
                                  "line": 30,
                                  "column": 139
                                }
                              },
                              "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": 1090,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 138
                                  }
                                },
                                "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": "MemberExpression",
                                  "start": 1060,
                                  "end": 1090,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 108
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 138
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1060,
                                    "end": 1081,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 108
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 129
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1060,
                                      "end": 1069,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 108
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 117
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1060,
                                        "end": 1064,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 112
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1065,
                                        "end": 1069,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 113
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 117
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1070,
                                      "end": 1081,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 118
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 129
                                        }
                                      },
                                      "name": "controlsHud"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1082,
                                    "end": 1090,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 130
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 138
                                      }
                                    },
                                    "name": "inMotion"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1093,
                              "end": 1172,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 141
                                },
                                "end": {
                                  "line": 32,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1111,
                                  "end": 1158,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 63
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1111,
                                    "end": 1157,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1111,
                                      "end": 1122,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1111,
                                        "end": 1117,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 22
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1118,
                                        "end": 1122,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 27
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 1123,
                                        "end": 1156,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1123,
                                          "end": 1147,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 52
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1123,
                                            "end": 1137,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1123,
                                              "end": 1130,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 35
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1131,
                                              "end": 1137,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1138,
                                            "end": 1147,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 52
                                              }
                                            },
                                            "name": "Lifecycle"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1148,
                                          "end": 1156,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 61
                                            }
                                          },
                                          "name": "Rendered"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1194,
              "end": 4801,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 110,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1194,
                "end": 1205,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 15
                  }
                },
                "name": "onMouseMove"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1205,
                "end": 4801,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 15
                  },
                  "end": {
                    "line": 110,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1206,
                    "end": 1211,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 16
                      },
                      "end": {
                        "line": 36,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1213,
                  "end": 4801,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 23
                    },
                    "end": {
                      "line": 110,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1223,
                      "end": 1249,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1227,
                        "end": 1240,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 12
                          },
                          "end": {
                            "line": 37,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1228,
                          "end": 1240,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 13
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1228,
                            "end": 1232,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1233,
                            "end": 1240,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 18
                              },
                              "end": {
                                "line": 37,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1242,
                        "end": 1249,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 27
                          },
                          "end": {
                            "line": 37,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1259,
                      "end": 1371,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 120
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1259,
                        "end": 1370,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 119
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1259,
                          "end": 1279,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1259,
                            "end": 1275,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1259,
                              "end": 1263,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1264,
                              "end": 1275,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 24
                                }
                              },
                              "name": "coordinates"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1276,
                            "end": 1279,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 25
                              },
                              "end": {
                                "line": 39,
                                "column": 28
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 1280,
                            "end": 1321,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 29
                              },
                              "end": {
                                "line": 39,
                                "column": 70
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1280,
                              "end": 1317,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 29
                                },
                                "end": {
                                  "line": 39,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1281,
                                "end": 1312,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 61
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1281,
                                  "end": 1294,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1281,
                                    "end": 1286,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 35
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1287,
                                    "end": 1294,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 43
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1297,
                                  "end": 1312,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1297,
                                    "end": 1306,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 55
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1297,
                                      "end": 1301,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1302,
                                      "end": 1306,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 55
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1307,
                                    "end": 1312,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 61
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1316,
                                "end": 1317,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 66
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 1320,
                              "end": 1321,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 69
                                },
                                "end": {
                                  "line": 39,
                                  "column": 70
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 1323,
                            "end": 1366,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 72
                              },
                              "end": {
                                "line": 39,
                                "column": 115
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1323,
                              "end": 1362,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 72
                                },
                                "end": {
                                  "line": 39,
                                  "column": 111
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 1323,
                                "end": 1358,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 107
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1325,
                                  "end": 1357,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 106
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1325,
                                    "end": 1338,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1325,
                                      "end": 1330,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 79
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1331,
                                      "end": 1338,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 87
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1341,
                                    "end": 1357,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 106
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1341,
                                      "end": 1350,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1341,
                                        "end": 1345,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 94
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1346,
                                        "end": 1350,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 99
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1351,
                                      "end": 1357,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 106
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1361,
                                "end": 1362,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 110
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 111
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 1365,
                              "end": 1366,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 114
                                },
                                "end": {
                                  "line": 39,
                                  "column": 115
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 1368,
                            "end": 1369,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 117
                              },
                              "end": {
                                "line": 39,
                                "column": 118
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1380,
                      "end": 1505,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 133
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1380,
                        "end": 1504,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 132
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1380,
                          "end": 1390,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1380,
                            "end": 1384,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1385,
                            "end": 1390,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1393,
                          "end": 1504,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 21
                            },
                            "end": {
                              "line": 40,
                              "column": 132
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1393,
                            "end": 1401,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 21
                              },
                              "end": {
                                "line": 40,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1393,
                              "end": 1397,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 21
                                },
                                "end": {
                                  "line": 40,
                                  "column": 25
                                }
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1398,
                              "end": 1401,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 26
                                },
                                "end": {
                                  "line": 40,
                                  "column": 29
                                }
                              },
                              "name": "max"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 1402,
                              "end": 1412,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 30
                                },
                                "end": {
                                  "line": 40,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1402,
                                "end": 1406,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1407,
                                "end": 1412,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 40
                                  }
                                },
                                "name": "delta"
                              },
                              "computed": false
                            },
                            {
                              "type": "BinaryExpression",
                              "start": 1414,
                              "end": 1503,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 42
                                },
                                "end": {
                                  "line": 40,
                                  "column": 131
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1414,
                                "end": 1457,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 85
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1414,
                                  "end": 1422,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1414,
                                    "end": 1418,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 46
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1419,
                                    "end": 1422,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 50
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1423,
                                    "end": 1456,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 84
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1423,
                                      "end": 1435,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1423,
                                        "end": 1433,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1423,
                                          "end": 1427,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1428,
                                          "end": 1433,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 61
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1434,
                                        "end": 1435,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 63
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1438,
                                      "end": 1456,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1438,
                                        "end": 1454,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1438,
                                          "end": 1442,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 70
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1443,
                                          "end": 1454,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 82
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1455,
                                        "end": 1456,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 84
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 1460,
                                "end": 1503,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 131
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1460,
                                  "end": 1468,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 88
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 96
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1460,
                                    "end": 1464,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 92
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1465,
                                    "end": 1468,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 96
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1469,
                                    "end": 1502,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 97
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 130
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1469,
                                      "end": 1481,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 109
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1469,
                                        "end": 1479,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 107
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1469,
                                          "end": 1473,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 101
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1474,
                                          "end": 1479,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 102
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 107
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1480,
                                        "end": 1481,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 109
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1484,
                                      "end": 1502,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 130
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1484,
                                        "end": 1500,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 112
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 128
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1484,
                                          "end": 1488,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 112
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 116
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1489,
                                          "end": 1500,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 128
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1501,
                                        "end": 1502,
                                        "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": 1515,
                          "end": 1585,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 78
                            }
                          },
                          "range": [
                            1515,
                            1585
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 1594,
                      "end": 1680,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1598,
                        "end": 1659,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 12
                          },
                          "end": {
                            "line": 43,
                            "column": 73
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1599,
                          "end": 1625,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 13
                            },
                            "end": {
                              "line": 43,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1599,
                            "end": 1620,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1599,
                              "end": 1614,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 13
                                },
                                "end": {
                                  "line": 43,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1599,
                                "end": 1608,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1599,
                                  "end": 1603,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 17
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1604,
                                  "end": 1608,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 22
                                    }
                                  },
                                  "name": "view"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1609,
                                "end": 1614,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 28
                                  }
                                },
                                "name": "input"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1615,
                              "end": 1620,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 29
                                },
                                "end": {
                                  "line": 43,
                                  "column": 34
                                }
                              },
                              "name": "mouse"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1621,
                            "end": 1625,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 35
                              },
                              "end": {
                                "line": 43,
                                "column": 39
                              }
                            },
                            "name": "down"
                          },
                          "computed": false,
                          "leadingComments": null,
                          "parenthesizedExpression": true
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1630,
                          "end": 1659,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 44
                            },
                            "end": {
                              "line": 43,
                              "column": 73
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1630,
                            "end": 1654,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 44
                              },
                              "end": {
                                "line": 43,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1630,
                              "end": 1647,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 44
                                },
                                "end": {
                                  "line": 43,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1630,
                                "end": 1634,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 48
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1635,
                                "end": 1647,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 61
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1648,
                              "end": 1654,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 62
                                },
                                "end": {
                                  "line": 43,
                                  "column": 68
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "Literal",
                            "start": 1658,
                            "end": 1659,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 72
                              },
                              "end": {
                                "line": 43,
                                "column": 73
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1673,
                        "end": 1680,
                        "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": 1515,
                          "end": 1585,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 78
                            }
                          },
                          "range": [
                            1515,
                            1585
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1690,
                      "end": 1711,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1690,
                        "end": 1710,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1690,
                          "end": 1705,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1690,
                            "end": 1694,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1695,
                            "end": 1705,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 13
                              },
                              "end": {
                                "line": 46,
                                "column": 23
                              }
                            },
                            "name": "intersects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1708,
                          "end": 1710,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 26
                            },
                            "end": {
                              "line": 46,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1720,
                      "end": 4144,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1724,
                        "end": 1747,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 12
                          },
                          "end": {
                            "line": 47,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1724,
                          "end": 1743,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 12
                            },
                            "end": {
                              "line": 47,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1724,
                            "end": 1736,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 12
                              },
                              "end": {
                                "line": 47,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1724,
                              "end": 1728,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1729,
                              "end": 1736,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 17
                                },
                                "end": {
                                  "line": 47,
                                  "column": 24
                                }
                              },
                              "name": "targets"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1737,
                            "end": 1743,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 25
                              },
                              "end": {
                                "line": 47,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1746,
                          "end": 1747,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 34
                            },
                            "end": {
                              "line": 47,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1749,
                        "end": 4144,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 37
                          },
                          "end": {
                            "line": 96,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1763,
                            "end": 1870,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 12
                              },
                              "end": {
                                "line": 48,
                                "column": 119
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1763,
                              "end": 1869,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 12
                                },
                                "end": {
                                  "line": 48,
                                  "column": 118
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1763,
                                "end": 1789,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1763,
                                  "end": 1777,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1763,
                                    "end": 1767,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1768,
                                    "end": 1777,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 26
                                      }
                                    },
                                    "name": "raycaster"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1778,
                                  "end": 1789,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 38
                                    }
                                  },
                                  "name": "castObjects"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 1790,
                                  "end": 1806,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1790,
                                    "end": 1794,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1795,
                                    "end": 1806,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 55
                                      }
                                    },
                                    "name": "coordinates"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1808,
                                  "end": 1824,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1808,
                                    "end": 1817,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1808,
                                      "end": 1812,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1813,
                                      "end": 1817,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 66
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1818,
                                    "end": 1824,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 73
                                      }
                                    },
                                    "name": "camera"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1826,
                                  "end": 1838,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 87
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1826,
                                    "end": 1830,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 79
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1831,
                                    "end": 1838,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 87
                                      }
                                    },
                                    "name": "targets"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1840,
                                  "end": 1855,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 104
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1840,
                                    "end": 1844,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 93
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1845,
                                    "end": 1855,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 104
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1857,
                                  "end": 1868,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 106
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 117
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1857,
                                    "end": 1861,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 110
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1862,
                                    "end": 1868,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 111
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 117
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1883,
                            "end": 3171,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1887,
                              "end": 1913,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 16
                                },
                                "end": {
                                  "line": 49,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1887,
                                "end": 1909,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1887,
                                  "end": 1902,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1887,
                                    "end": 1891,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1892,
                                    "end": 1902,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 31
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1903,
                                  "end": 1909,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 38
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 1912,
                                "end": 1913,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 42
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1915,
                              "end": 3078,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 44
                                },
                                "end": {
                                  "line": 75,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1934,
                                  "end": 1953,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 35
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1938,
                                      "end": 1952,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 34
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1938,
                                        "end": 1947,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 29
                                          }
                                        },
                                        "name": "frontside"
                                      },
                                      "init": {
                                        "type": "ObjectExpression",
                                        "start": 1950,
                                        "end": 1952,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 34
                                          }
                                        },
                                        "properties": []
                                      }
                                    }
                                  ],
                                  "kind": "let",
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Objects that have been pierced",
                                      "start": 1971,
                                      "end": 2004,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1971,
                                        2004
                                      ]
                                    }
                                  ]
                                },
                                {
                                  "type": "ForOfStatement",
                                  "start": 2021,
                                  "end": 3063,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 17
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 2026,
                                    "end": 2034,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 29
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 2030,
                                        "end": 2034,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 29
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 2030,
                                          "end": 2034,
                                          "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": 2038,
                                    "end": 2053,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2038,
                                      "end": 2042,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2043,
                                      "end": 2053,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 48
                                        }
                                      },
                                      "name": "intersects"
                                    },
                                    "computed": false
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2055,
                                    "end": 3063,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2077,
                                        "end": 2184,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 127
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2077,
                                          "end": 2183,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 126
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2077,
                                            "end": 2084,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2077,
                                              "end": 2081,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2082,
                                              "end": 2084,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 27
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "ConditionalExpression",
                                            "start": 2087,
                                            "end": 2183,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 126
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 2087,
                                              "end": 2122,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2087,
                                                "end": 2112,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2087,
                                                  "end": 2100,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2087,
                                                    "end": 2091,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 34
                                                      }
                                                    },
                                                    "name": "data"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2092,
                                                    "end": 2100,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "receiver"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2101,
                                                  "end": 2112,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2113,
                                                "end": 2122,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "recursive"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "TemplateLiteral",
                                              "start": 2125,
                                              "end": 2164,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 107
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2128,
                                                  "end": 2144,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 87
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2128,
                                                    "end": 2141,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 84
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2128,
                                                      "end": 2132,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 75
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2133,
                                                      "end": 2141,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 76
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 84
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2142,
                                                    "end": 2144,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 87
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2148,
                                                  "end": 2162,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2148,
                                                    "end": 2159,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2148,
                                                      "end": 2152,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2153,
                                                      "end": 2159,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 96
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2160,
                                                    "end": 2162,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 103
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2126,
                                                  "end": 2126,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 69
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2145,
                                                  "end": 2146,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 89
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ":",
                                                    "cooked": ":"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2163,
                                                  "end": 2163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 106
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "MemberExpression",
                                              "start": 2167,
                                              "end": 2183,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 110
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 126
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2167,
                                                "end": 2180,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 110
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2167,
                                                  "end": 2171,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 110
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 114
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2172,
                                                  "end": 2180,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 115
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2181,
                                                "end": 2183,
                                                "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": 2205,
                                            "end": 2287,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2205,
                                              2287
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2308,
                                        "end": 2341,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 53
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2312,
                                          "end": 2330,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2312,
                                            "end": 2321,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 33
                                              }
                                            },
                                            "name": "frontside",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 2322,
                                            "end": 2329,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2322,
                                              "end": 2326,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 38
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2327,
                                              "end": 2329,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 41
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "computed": true,
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "ContinueStatement",
                                          "start": 2332,
                                          "end": 2341,
                                          "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": 2205,
                                            "end": 2287,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2205,
                                              2287
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Flag is set on first occurance of a receiver",
                                            "start": 2363,
                                            "end": 2410,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2363,
                                              2410
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2431,
                                        "end": 2472,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 61
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2431,
                                          "end": 2471,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 60
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2431,
                                            "end": 2441,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2431,
                                              "end": 2435,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2436,
                                              "end": 2441,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 30
                                                }
                                              },
                                              "name": "first"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 2444,
                                            "end": 2471,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 60
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 2444,
                                              "end": 2448,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 37
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2453,
                                              "end": 2471,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2453,
                                                "end": 2468,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2453,
                                                  "end": 2457,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2458,
                                                  "end": 2468,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "intersects"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Literal",
                                                "start": 2469,
                                                "end": 2470,
                                                "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": 2363,
                                            "end": 2410,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2363,
                                              2410
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Current RAF timestamp",
                                            "start": 2493,
                                            "end": 2517,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2493,
                                              2517
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2538,
                                        "end": 2576,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 58
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2538,
                                          "end": 2575,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 57
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2538,
                                            "end": 2547,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2538,
                                              "end": 2542,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2543,
                                              "end": 2547,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 29
                                                }
                                              },
                                              "name": "time"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 2550,
                                            "end": 2575,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2550,
                                              "end": 2570,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2550,
                                                "end": 2561,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2550,
                                                  "end": 2554,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2555,
                                                  "end": 2561,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "canvas"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2562,
                                                "end": 2570,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 52
                                                  }
                                                },
                                                "name": "renderer"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2571,
                                              "end": 2575,
                                              "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": 2493,
                                            "end": 2517,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2493,
                                              2517
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Ping it if it hasn't been hit already",
                                            "start": 2598,
                                            "end": 2638,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2598,
                                              2638
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2659,
                                        "end": 2950,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 2663,
                                          "end": 2737,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 98
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 2664,
                                            "end": 2710,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 71
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 2664,
                                              "end": 2696,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 57
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 2665,
                                                "end": 2696,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2665,
                                                  "end": 2690,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2665,
                                                    "end": 2678,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 39
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2665,
                                                      "end": 2669,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 30
                                                        }
                                                      },
                                                      "name": "data",
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2670,
                                                      "end": 2678,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2679,
                                                    "end": 2690,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 51
                                                      }
                                                    },
                                                    "name": "interaction"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2691,
                                                  "end": 2696,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "first"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2700,
                                              "end": 2710,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2700,
                                                "end": 2704,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2705,
                                                "end": 2710,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "first"
                                              },
                                              "computed": false
                                            },
                                            "leadingComments": null,
                                            "parenthesizedExpression": true
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 2715,
                                            "end": 2737,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 98
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 2716,
                                              "end": 2737,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 98
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2716,
                                                "end": 2728,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 89
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2716,
                                                  "end": 2720,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 81
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2721,
                                                  "end": 2728,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 82
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 89
                                                    }
                                                  },
                                                  "name": "hovered"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "MemberExpression",
                                                "start": 2729,
                                                "end": 2736,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 90
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 97
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2729,
                                                  "end": 2733,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 90
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 94
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2734,
                                                  "end": 2736,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 97
                                                    }
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": false
                                              },
                                              "computed": true
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2739,
                                          "end": 2950,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 100
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2765,
                                              "end": 2794,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 53
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2765,
                                                "end": 2793,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 52
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2765,
                                                  "end": 2786,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2765,
                                                    "end": 2777,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2765,
                                                      "end": 2769,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2770,
                                                      "end": 2777,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "MemberExpression",
                                                    "start": 2778,
                                                    "end": 2785,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2778,
                                                      "end": 2782,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2783,
                                                      "end": 2785,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 44
                                                        }
                                                      },
                                                      "name": "id"
                                                    },
                                                    "computed": false
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 2789,
                                                  "end": 2793,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 52
                                                    }
                                                  },
                                                  "value": true,
                                                  "rawValue": true,
                                                  "raw": "true"
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2819,
                                              "end": 2880,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 85
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2819,
                                                "end": 2879,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 84
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2819,
                                                  "end": 2837,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 42
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2819,
                                                    "end": 2832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2819,
                                                      "end": 2823,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2824,
                                                      "end": 2832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 37
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2833,
                                                    "end": 2837,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 42
                                                      }
                                                    },
                                                    "name": "emit"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2838,
                                                    "end": 2872,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 77
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2838,
                                                      "end": 2864,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 69
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2838,
                                                        "end": 2852,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2838,
                                                          "end": 2845,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "Object3"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2846,
                                                          "end": 2852,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2853,
                                                        "end": 2864,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 69
                                                          }
                                                        },
                                                        "name": "Interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2865,
                                                      "end": 2872,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 77
                                                        }
                                                      },
                                                      "name": "Hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2874,
                                                    "end": 2878,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 83
                                                      }
                                                    },
                                                    "name": "data"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2905,
                                              "end": 2928,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 47
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2905,
                                                "end": 2927,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 46
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2905,
                                                  "end": 2925,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2905,
                                                    "end": 2914,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2905,
                                                      "end": 2909,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2910,
                                                      "end": 2914,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2915,
                                                    "end": 2925,
                                                    "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": 2598,
                                            "end": 2638,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2598,
                                              2638
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2972,
                                        "end": 2998,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2972,
                                          "end": 2997,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2972,
                                            "end": 2990,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2972,
                                              "end": 2981,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2972,
                                                "end": 2976,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2977,
                                                "end": 2981,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "hits"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 2982,
                                              "end": 2989,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2982,
                                                "end": 2986,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2987,
                                                "end": 2989,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 2993,
                                            "end": 2997,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 45
                                              }
                                            },
                                            "name": "data"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3019,
                                        "end": 3045,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3019,
                                          "end": 3044,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3019,
                                            "end": 3037,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3019,
                                              "end": 3028,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 29
                                                }
                                              },
                                              "name": "frontside"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 3029,
                                              "end": 3036,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3029,
                                                "end": 3033,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3034,
                                                "end": 3036,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 3040,
                                            "end": 3044,
                                            "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": 1971,
                                      "end": 2004,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1971,
                                        2004
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 3084,
                              "end": 3171,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 19
                                },
                                "end": {
                                  "line": 77,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3102,
                                  "end": 3157,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 71
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 3102,
                                    "end": 3156,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 70
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 3102,
                                      "end": 3131,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3102,
                                        "end": 3126,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3102,
                                          "end": 3119,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3102,
                                            "end": 3106,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3107,
                                            "end": 3119,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 33
                                              }
                                            },
                                            "name": "actionsArray"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3120,
                                          "end": 3126,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 40
                                            }
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": "==",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3130,
                                        "end": 3131,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 45
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 3135,
                                      "end": 3156,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 70
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3135,
                                        "end": 3154,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3135,
                                          "end": 3144,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3135,
                                            "end": 3139,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3140,
                                            "end": 3144,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 58
                                              }
                                            },
                                            "name": "view"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3145,
                                          "end": 3154,
                                          "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": 3185,
                                "end": 3275,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3185,
                                  3275
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3288,
                            "end": 4134,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 95,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3288,
                              "end": 4133,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 95,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3288,
                                "end": 3302,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3288,
                                  "end": 3292,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 16
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3293,
                                  "end": 3302,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 26
                                    }
                                  },
                                  "name": "hitsArray"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 3305,
                                "end": 4133,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 18
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3305,
                                  "end": 3526,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3305,
                                    "end": 3476,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3305,
                                      "end": 3420,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3305,
                                        "end": 3356,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 80
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3305,
                                          "end": 3331,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 55
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 3305,
                                            "end": 3327,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3305,
                                              "end": 3316,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3305,
                                                "end": 3311,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3312,
                                                "end": 3316,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 40
                                                  }
                                                },
                                                "name": "keys"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3317,
                                                "end": 3326,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3317,
                                                  "end": 3321,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3322,
                                                  "end": 3326,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 50
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3328,
                                            "end": 3331,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 55
                                              }
                                            },
                                            "name": "map"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3332,
                                            "end": 3355,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 79
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": true,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3332,
                                                "end": 3336,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 60
                                                  }
                                                },
                                                "name": "item"
                                              }
                                            ],
                                            "body": {
                                              "type": "MemberExpression",
                                              "start": 3340,
                                              "end": 3355,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 79
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3340,
                                                "end": 3349,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 73
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3340,
                                                  "end": 3344,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3345,
                                                  "end": 3349,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 73
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3350,
                                                "end": 3354,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 78
                                                  }
                                                },
                                                "name": "item"
                                              },
                                              "computed": true
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3373,
                                            "end": 3398,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3373,
                                              3398
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3416,
                                        "end": 3420,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 21
                                          }
                                        },
                                        "name": "sort",
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3373,
                                            "end": 3398,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3373,
                                              3398
                                            ]
                                          }
                                        ]
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3421,
                                        "end": 3475,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 76
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3422,
                                            "end": 3423,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 24
                                              }
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3424,
                                            "end": 3425,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 26
                                              }
                                            },
                                            "name": "b"
                                          }
                                        ],
                                        "body": {
                                          "type": "BinaryExpression",
                                          "start": 3430,
                                          "end": 3475,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 76
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3430,
                                            "end": 3451,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 52
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3430,
                                              "end": 3440,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3430,
                                                "end": 3431,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "a"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3432,
                                                "end": 3440,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3441,
                                              "end": 3451,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 52
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3454,
                                            "end": 3475,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3454,
                                              "end": 3464,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3454,
                                                "end": 3455,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3456,
                                                "end": 3464,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3465,
                                              "end": 3475,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 76
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          }
                                        }
                                      }
                                    ],
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3493,
                                        "end": 3502,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3493,
                                          3502
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3520,
                                    "end": 3526,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 23
                                      }
                                    },
                                    "name": "filter",
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3493,
                                        "end": 3502,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3493,
                                          3502
                                        ]
                                      }
                                    ]
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 3527,
                                    "end": 4132,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 17
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3527,
                                        "end": 3531,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 28
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3535,
                                      "end": 4132,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 3557,
                                          "end": 3662,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 125
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 3561,
                                              "end": 3661,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 124
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 3561,
                                                "end": 3568,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "dispose"
                                              },
                                              "init": {
                                                "type": "LogicalExpression",
                                                "start": 3571,
                                                "end": 3661,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 124
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 3572,
                                                  "end": 3618,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 81
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3572,
                                                    "end": 3603,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3572,
                                                      "end": 3597,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 60
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3572,
                                                        "end": 3585,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3572,
                                                          "end": 3576,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 39
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3577,
                                                          "end": 3585,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 48
                                                            }
                                                          },
                                                          "name": "receiver"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3586,
                                                        "end": 3597,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 60
                                                          }
                                                        },
                                                        "name": "interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3598,
                                                      "end": 3603,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 66
                                                        }
                                                      },
                                                      "name": "first"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3607,
                                                    "end": 3618,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 81
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3608,
                                                      "end": 3618,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 81
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3608,
                                                        "end": 3612,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 75
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3613,
                                                        "end": 3618,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 76
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 81
                                                          }
                                                        },
                                                        "name": "first"
                                                      },
                                                      "computed": false
                                                    }
                                                  },
                                                  "parenthesizedExpression": true
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 3623,
                                                  "end": 3661,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 124
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3623,
                                                    "end": 3632,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 95
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3623,
                                                      "end": 3627,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 90
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3628,
                                                      "end": 3632,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "!=",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 3636,
                                                    "end": 3661,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 99
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 124
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3636,
                                                      "end": 3656,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 119
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3636,
                                                        "end": 3647,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 99
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 110
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3636,
                                                          "end": 3640,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 99
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 103
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3641,
                                                          "end": 3647,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 104
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 110
                                                            }
                                                          },
                                                          "name": "canvas"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3648,
                                                        "end": 3656,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 119
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3657,
                                                      "end": 3661,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 124
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 3683,
                                          "end": 4077,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 3687,
                                            "end": 3694,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 31
                                              }
                                            },
                                            "name": "dispose"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3696,
                                            "end": 4077,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 3722,
                                                "end": 4004,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 25
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 3726,
                                                  "end": 3773,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 75
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3726,
                                                    "end": 3747,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3726,
                                                      "end": 3738,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3726,
                                                        "end": 3730,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3731,
                                                        "end": 3738,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hovered"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 3739,
                                                      "end": 3746,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3739,
                                                        "end": 3743,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3744,
                                                        "end": 3746,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3751,
                                                    "end": 3773,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 75
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3752,
                                                      "end": 3773,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 75
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3752,
                                                        "end": 3764,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3752,
                                                          "end": 3756,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3757,
                                                          "end": 3764,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 66
                                                            }
                                                          },
                                                          "name": "actions"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 3765,
                                                        "end": 3772,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3765,
                                                          "end": 3769,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 71
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3770,
                                                          "end": 3772,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "id"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3775,
                                                  "end": 4004,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 25
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3805,
                                                      "end": 3834,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 57
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "UnaryExpression",
                                                        "start": 3805,
                                                        "end": 3833,
                                                        "loc": {
                                                          "start": {
                                                            "line": 88,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 88,
                                                            "column": 56
                                                          }
                                                        },
                                                        "operator": "delete",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "start": 3812,
                                                          "end": 3833,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3812,
                                                            "end": 3824,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3812,
                                                              "end": 3816,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3817,
                                                              "end": 3824,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "hovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "MemberExpression",
                                                            "start": 3825,
                                                            "end": 3832,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3825,
                                                              "end": 3829,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3830,
                                                              "end": 3832,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          },
                                                          "computed": true
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3863,
                                                      "end": 3926,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 91
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3863,
                                                        "end": 3925,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 90
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3863,
                                                          "end": 3881,
                                                          "loc": {
                                                            "start": {
                                                              "line": 89,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 89,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3863,
                                                            "end": 3876,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3863,
                                                              "end": 3867,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3868,
                                                              "end": 3876,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "receiver"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3877,
                                                            "end": 3881,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "emit"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3882,
                                                            "end": 3918,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 83
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3882,
                                                              "end": 3908,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3882,
                                                                "end": 3896,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 89,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 89,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3882,
                                                                  "end": 3889,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 89,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 89,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "name": "Object3"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3890,
                                                                  "end": 3896,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 89,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 89,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "name": "Events"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3897,
                                                                "end": 3908,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 89,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 89,
                                                                    "column": 73
                                                                  }
                                                                },
                                                                "name": "Interaction"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3909,
                                                              "end": 3918,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "name": "Unhovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3920,
                                                            "end": 3924,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 85
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 89
                                                              }
                                                            },
                                                            "name": "data"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3955,
                                                      "end": 3978,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 51
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3955,
                                                        "end": 3977,
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3955,
                                                          "end": 3975,
                                                          "loc": {
                                                            "start": {
                                                              "line": 90,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 90,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3955,
                                                            "end": 3964,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3955,
                                                              "end": 3959,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 90,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 90,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3960,
                                                              "end": 3964,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 90,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 90,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3965,
                                                            "end": 3975,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "invalidate"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4029,
                                                "end": 4055,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 50
                                                  }
                                                },
                                                "expression": {
                                                  "type": "UnaryExpression",
                                                  "start": 4029,
                                                  "end": 4054,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 49
                                                    }
                                                  },
                                                  "operator": "delete",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 4036,
                                                    "end": 4054,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4036,
                                                      "end": 4045,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 4036,
                                                        "end": 4040,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4041,
                                                        "end": 4045,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hits"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 4046,
                                                      "end": 4053,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4046,
                                                        "end": 4050,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4051,
                                                        "end": 4053,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4098,
                                          "end": 4114,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 36
                                            }
                                          },
                                          "argument": {
                                            "type": "UnaryExpression",
                                            "start": 4105,
                                            "end": 4113,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 35
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4106,
                                              "end": 4113,
                                              "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": 3185,
                                "end": 3275,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3185,
                                  3275
                                ]
                              }
                            ]
                          }
                        ],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Object being dragged",
                          "start": 4154,
                          "end": 4177,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 98,
                              "column": 31
                            }
                          },
                          "range": [
                            4154,
                            4177
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 4186,
                      "end": 4794,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4190,
                        "end": 4247,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 12
                          },
                          "end": {
                            "line": 99,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 4190,
                          "end": 4207,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 12
                            },
                            "end": {
                              "line": 99,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4190,
                            "end": 4200,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 99,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4190,
                              "end": 4194,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 12
                                },
                                "end": {
                                  "line": 99,
                                  "column": 16
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4195,
                              "end": 4200,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 17
                                },
                                "end": {
                                  "line": 99,
                                  "column": 22
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4203,
                            "end": 4207,
                            "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": 4211,
                          "end": 4247,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 33
                            },
                            "end": {
                              "line": 99,
                              "column": 69
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4211,
                            "end": 4243,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 33
                              },
                              "end": {
                                "line": 99,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4211,
                              "end": 4236,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 33
                                },
                                "end": {
                                  "line": 99,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4211,
                                "end": 4222,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4211,
                                  "end": 4217,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 39
                                    }
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4218,
                                  "end": 4222,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 44
                                    }
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4223,
                                  "end": 4235,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4223,
                                    "end": 4227,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4228,
                                    "end": 4235,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 57
                                      }
                                    },
                                    "name": "actions"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4237,
                              "end": 4243,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 59
                                },
                                "end": {
                                  "line": 99,
                                  "column": 65
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4246,
                            "end": 4247,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 68
                              },
                              "end": {
                                "line": 99,
                                "column": 69
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4249,
                        "end": 4794,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 71
                          },
                          "end": {
                            "line": 108,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 4263,
                            "end": 4784,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 12
                              },
                              "end": {
                                "line": 107,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 4268,
                              "end": 4276,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 17
                                },
                                "end": {
                                  "line": 100,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4272,
                                  "end": 4276,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4272,
                                    "end": 4276,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 4280,
                              "end": 4297,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 29
                                },
                                "end": {
                                  "line": 100,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4280,
                                "end": 4284,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4285,
                                "end": 4297,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 46
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 4299,
                              "end": 4784,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 48
                                },
                                "end": {
                                  "line": 107,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 4317,
                                  "end": 4770,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 4321,
                                    "end": 4367,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 4321,
                                      "end": 4353,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 52
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 4322,
                                        "end": 4353,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4322,
                                          "end": 4347,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4322,
                                            "end": 4335,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4322,
                                              "end": 4326,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 25
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4327,
                                              "end": 4335,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4336,
                                            "end": 4347,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 46
                                              }
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4348,
                                          "end": 4353,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 52
                                            }
                                          },
                                          "name": "first"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4357,
                                      "end": 4367,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 66
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4357,
                                        "end": 4361,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 60
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4362,
                                        "end": 4367,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 66
                                          }
                                        },
                                        "name": "first"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4369,
                                    "end": 4770,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4391,
                                        "end": 4500,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 129
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4395,
                                            "end": 4499,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 128
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4395,
                                              "end": 4401,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 30
                                                }
                                              },
                                              "name": "vector"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 4404,
                                              "end": 4499,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 128
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4404,
                                                "end": 4497,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 126
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4404,
                                                  "end": 4487,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 116
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4404,
                                                    "end": 4460,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 89
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 4404,
                                                      "end": 4456,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 85
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4404,
                                                        "end": 4438,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 67
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 4404,
                                                          "end": 4428,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 57
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4404,
                                                            "end": 4426,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4404,
                                                              "end": 4420,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4404,
                                                                "end": 4408,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 102,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 102,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4409,
                                                                "end": 4420,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 102,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 102,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "name": "coordinates"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4421,
                                                              "end": 4426,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "clone"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4429,
                                                          "end": 4438,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 67
                                                            }
                                                          },
                                                          "name": "unproject"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4439,
                                                          "end": 4455,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 68
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 84
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4439,
                                                            "end": 4448,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 77
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4439,
                                                              "end": 4443,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 72
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4444,
                                                              "end": 4448,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 77
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4449,
                                                            "end": 4455,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 84
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4457,
                                                      "end": 4460,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 89
                                                        }
                                                      },
                                                      "name": "sub"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 4461,
                                                      "end": 4486,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 90
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 115
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4461,
                                                        "end": 4477,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 90
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 106
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4461,
                                                          "end": 4470,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 90
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 4461,
                                                            "end": 4465,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 94
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4466,
                                                            "end": 4470,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 99
                                                              }
                                                            },
                                                            "name": "view"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4471,
                                                          "end": 4477,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 100
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 106
                                                            }
                                                          },
                                                          "name": "camera"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4478,
                                                        "end": 4486,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 107
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 115
                                                          }
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4488,
                                                  "end": 4497,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 126
                                                    }
                                                  },
                                                  "name": "normalize"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4521,
                                        "end": 4626,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 125
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4521,
                                          "end": 4625,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 124
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 4521,
                                            "end": 4530,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4521,
                                              "end": 4525,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4526,
                                              "end": 4530,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 29
                                                }
                                              },
                                              "name": "drag"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 4533,
                                            "end": 4625,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 124
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4533,
                                              "end": 4612,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 111
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 4533,
                                                "end": 4608,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 107
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4533,
                                                  "end": 4570,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4533,
                                                    "end": 4566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 65
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4533,
                                                      "end": 4564,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4533,
                                                        "end": 4558,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4533,
                                                          "end": 4549,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4533,
                                                            "end": 4542,
                                                            "loc": {
                                                              "start": {
                                                                "line": 103,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 103,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4533,
                                                              "end": 4537,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 103,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 103,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4538,
                                                              "end": 4542,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 103,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 103,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4543,
                                                            "end": 4549,
                                                            "loc": {
                                                              "start": {
                                                                "line": 103,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 103,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4550,
                                                          "end": 4558,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4559,
                                                        "end": 4564,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4567,
                                                    "end": 4570,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "add"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 4571,
                                                    "end": 4607,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 106
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4571,
                                                      "end": 4592,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 91
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4571,
                                                        "end": 4577,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 76
                                                          }
                                                        },
                                                        "name": "vector"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4578,
                                                        "end": 4592,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 91
                                                          }
                                                        },
                                                        "name": "multiplyScalar"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4593,
                                                        "end": 4606,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 92
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 105
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4593,
                                                          "end": 4597,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 92
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 96
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4598,
                                                          "end": 4606,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 105
                                                            }
                                                          },
                                                          "name": "distance"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4609,
                                                "end": 4612,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 111
                                                  }
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4613,
                                                "end": 4624,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 112
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4613,
                                                  "end": 4617,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 112
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 116
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4618,
                                                  "end": 4624,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4647,
                                        "end": 4708,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 81
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4647,
                                          "end": 4707,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4647,
                                            "end": 4665,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4647,
                                              "end": 4660,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4647,
                                                "end": 4651,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 24
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4652,
                                                "end": 4660,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4661,
                                              "end": 4665,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 38
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4666,
                                              "end": 4700,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 73
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4666,
                                                "end": 4692,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4666,
                                                  "end": 4680,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4666,
                                                    "end": 4673,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 46
                                                      }
                                                    },
                                                    "name": "Object3"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4674,
                                                    "end": 4680,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 53
                                                      }
                                                    },
                                                    "name": "Events"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4681,
                                                  "end": 4692,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 65
                                                    }
                                                  },
                                                  "name": "Interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4693,
                                                "end": 4700,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "Dragged"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4702,
                                              "end": 4706,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 79
                                                }
                                              },
                                              "name": "data"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4729,
                                        "end": 4752,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4729,
                                          "end": 4751,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4729,
                                            "end": 4749,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4729,
                                              "end": 4738,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4729,
                                                "end": 4733,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4734,
                                                "end": 4738,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "view"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4739,
                                              "end": 4749,
                                              "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": 4154,
                          "end": 4177,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 98,
                              "column": 31
                            }
                          },
                          "range": [
                            4154,
                            4177
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4807,
              "end": 5206,
              "loc": {
                "start": {
                  "line": 112,
                  "column": 4
                },
                "end": {
                  "line": 122,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4807,
                "end": 4817,
                "loc": {
                  "start": {
                    "line": 112,
                    "column": 4
                  },
                  "end": {
                    "line": 112,
                    "column": 14
                  }
                },
                "name": "onMouseOut"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4817,
                "end": 5206,
                "loc": {
                  "start": {
                    "line": 112,
                    "column": 14
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4818,
                    "end": 4823,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 15
                      },
                      "end": {
                        "line": 112,
                        "column": 20
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4825,
                  "end": 5206,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 22
                    },
                    "end": {
                      "line": 122,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4835,
                      "end": 4861,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4839,
                        "end": 4852,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 12
                          },
                          "end": {
                            "line": 113,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4840,
                          "end": 4852,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 13
                            },
                            "end": {
                              "line": 113,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4840,
                            "end": 4844,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 13
                              },
                              "end": {
                                "line": 113,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4845,
                            "end": 4852,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 18
                              },
                              "end": {
                                "line": 113,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 4854,
                        "end": 4861,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 27
                          },
                          "end": {
                            "line": 113,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 4870,
                      "end": 5200,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4875,
                        "end": 4883,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 13
                          },
                          "end": {
                            "line": 114,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4879,
                            "end": 4883,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 17
                              },
                              "end": {
                                "line": 114,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4879,
                              "end": 4883,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 17
                                },
                                "end": {
                                  "line": 114,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4887,
                        "end": 4901,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 25
                          },
                          "end": {
                            "line": 114,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4887,
                          "end": 4891,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 25
                            },
                            "end": {
                              "line": 114,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4892,
                          "end": 4901,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 30
                            },
                            "end": {
                              "line": 114,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 4903,
                        "end": 5200,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 41
                          },
                          "end": {
                            "line": 121,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4917,
                            "end": 5151,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 4921,
                              "end": 4968,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 16
                                },
                                "end": {
                                  "line": 115,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4921,
                                "end": 4942,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4921,
                                  "end": 4933,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4921,
                                    "end": 4925,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4926,
                                    "end": 4933,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 4934,
                                  "end": 4941,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4934,
                                    "end": 4938,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4939,
                                    "end": 4941,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 4946,
                                "end": 4968,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 63
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 4947,
                                  "end": 4968,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4947,
                                    "end": 4959,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4947,
                                      "end": 4951,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4952,
                                      "end": 4959,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 54
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 4960,
                                    "end": 4967,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4960,
                                      "end": 4964,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 59
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4965,
                                      "end": 4967,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 62
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4970,
                              "end": 5151,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 65
                                },
                                "end": {
                                  "line": 119,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4988,
                                  "end": 5017,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 4988,
                                    "end": 5016,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 4995,
                                      "end": 5016,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4995,
                                        "end": 5007,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4995,
                                          "end": 4999,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5000,
                                          "end": 5007,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5008,
                                        "end": 5015,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5008,
                                          "end": 5012,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5013,
                                          "end": 5015,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5034,
                                  "end": 5097,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5034,
                                    "end": 5096,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5034,
                                      "end": 5052,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5034,
                                        "end": 5047,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5034,
                                          "end": 5038,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5039,
                                          "end": 5047,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5048,
                                        "end": 5052,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5053,
                                        "end": 5089,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5053,
                                          "end": 5079,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5053,
                                            "end": 5067,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5053,
                                              "end": 5060,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5061,
                                              "end": 5067,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5068,
                                            "end": 5079,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5080,
                                          "end": 5089,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5091,
                                        "end": 5095,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5114,
                                  "end": 5137,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5114,
                                    "end": 5136,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5114,
                                      "end": 5134,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5114,
                                        "end": 5123,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5114,
                                          "end": 5118,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5119,
                                          "end": 5123,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5124,
                                        "end": 5134,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5164,
                            "end": 5190,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 12
                              },
                              "end": {
                                "line": 120,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 5164,
                              "end": 5189,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 12
                                },
                                "end": {
                                  "line": 120,
                                  "column": 37
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5171,
                                "end": 5189,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5171,
                                  "end": 5180,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5171,
                                    "end": 5175,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5176,
                                    "end": 5180,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 28
                                      }
                                    },
                                    "name": "hits"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 5181,
                                  "end": 5188,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5181,
                                    "end": 5185,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5186,
                                    "end": 5188,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5212,
              "end": 6017,
              "loc": {
                "start": {
                  "line": 124,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5212,
                "end": 5223,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 4
                  },
                  "end": {
                    "line": 124,
                    "column": 15
                  }
                },
                "name": "onMouseDown"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5223,
                "end": 6017,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 15
                  },
                  "end": {
                    "line": 144,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5224,
                    "end": 5229,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 16
                      },
                      "end": {
                        "line": 124,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5231,
                  "end": 6017,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 23
                    },
                    "end": {
                      "line": 144,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5241,
                      "end": 5267,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5245,
                        "end": 5258,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 12
                          },
                          "end": {
                            "line": 125,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5246,
                          "end": 5258,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 13
                            },
                            "end": {
                              "line": 125,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5246,
                            "end": 5250,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 13
                              },
                              "end": {
                                "line": 125,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5251,
                            "end": 5258,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 18
                              },
                              "end": {
                                "line": 125,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5260,
                        "end": 5267,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 27
                          },
                          "end": {
                            "line": 125,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5277,
                      "end": 5292,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5277,
                        "end": 5291,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5277,
                          "end": 5287,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5277,
                            "end": 5281,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5282,
                            "end": 5287,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 13
                              },
                              "end": {
                                "line": 127,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 5290,
                          "end": 5291,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 21
                            },
                            "end": {
                              "line": 127,
                              "column": 22
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5301,
                      "end": 5407,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 114
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5301,
                        "end": 5406,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 8
                          },
                          "end": {
                            "line": 128,
                            "column": 113
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5301,
                          "end": 5315,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5301,
                            "end": 5311,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 8
                              },
                              "end": {
                                "line": 128,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5301,
                              "end": 5305,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 8
                                },
                                "end": {
                                  "line": 128,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5306,
                              "end": 5311,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 13
                                },
                                "end": {
                                  "line": 128,
                                  "column": 18
                                }
                              },
                              "name": "click"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5312,
                            "end": 5315,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 19
                              },
                              "end": {
                                "line": 128,
                                "column": 22
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 5316,
                            "end": 5357,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 23
                              },
                              "end": {
                                "line": 128,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5316,
                              "end": 5353,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 23
                                },
                                "end": {
                                  "line": 128,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 5317,
                                "end": 5348,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5317,
                                  "end": 5330,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5317,
                                    "end": 5322,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 29
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5323,
                                    "end": 5330,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 37
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 5333,
                                  "end": 5348,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5333,
                                    "end": 5342,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5333,
                                      "end": 5337,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5338,
                                      "end": 5342,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 49
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5343,
                                    "end": 5348,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 55
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5352,
                                "end": 5353,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 60
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 5356,
                              "end": 5357,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 63
                                },
                                "end": {
                                  "line": 128,
                                  "column": 64
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5359,
                            "end": 5402,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 66
                              },
                              "end": {
                                "line": 128,
                                "column": 109
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5359,
                              "end": 5398,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 66
                                },
                                "end": {
                                  "line": 128,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5359,
                                "end": 5394,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 101
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 5361,
                                  "end": 5393,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 100
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5361,
                                    "end": 5374,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 81
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5361,
                                      "end": 5366,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 73
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5367,
                                      "end": 5374,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 81
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5377,
                                    "end": 5393,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 100
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5377,
                                      "end": 5386,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 93
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5377,
                                        "end": 5381,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 88
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5382,
                                        "end": 5386,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 93
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5387,
                                      "end": 5393,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 100
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5397,
                                "end": 5398,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 105
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 5401,
                              "end": 5402,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 108
                                },
                                "end": {
                                  "line": 128,
                                  "column": 109
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 5404,
                            "end": 5405,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 111
                              },
                              "end": {
                                "line": 128,
                                "column": 112
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5417,
                      "end": 5435,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5417,
                        "end": 5434,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5417,
                          "end": 5429,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5417,
                            "end": 5421,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 8
                              },
                              "end": {
                                "line": 130,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5422,
                            "end": 5429,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 13
                              },
                              "end": {
                                "line": 130,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 5432,
                          "end": 5434,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 23
                            },
                            "end": {
                              "line": 130,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5444,
                      "end": 5467,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5444,
                        "end": 5466,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 8
                          },
                          "end": {
                            "line": 131,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5444,
                          "end": 5461,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5444,
                            "end": 5448,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5449,
                            "end": 5461,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 13
                              },
                              "end": {
                                "line": 131,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 5464,
                          "end": 5466,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 28
                            },
                            "end": {
                              "line": 131,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5477,
                      "end": 5978,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5482,
                        "end": 5490,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 13
                          },
                          "end": {
                            "line": 133,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5486,
                            "end": 5490,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 17
                              },
                              "end": {
                                "line": 133,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5486,
                              "end": 5490,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 17
                                },
                                "end": {
                                  "line": 133,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 5494,
                        "end": 5508,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 25
                          },
                          "end": {
                            "line": 133,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5494,
                          "end": 5498,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 25
                            },
                            "end": {
                              "line": 133,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5499,
                          "end": 5508,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 30
                            },
                            "end": {
                              "line": 133,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5510,
                        "end": 5978,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 41
                          },
                          "end": {
                            "line": 141,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 5524,
                            "end": 5968,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 12
                              },
                              "end": {
                                "line": 140,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 5528,
                              "end": 5574,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 16
                                },
                                "end": {
                                  "line": 134,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5528,
                                "end": 5560,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 48
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 5529,
                                  "end": 5560,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5529,
                                    "end": 5554,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5529,
                                      "end": 5542,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5529,
                                        "end": 5533,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 21
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5534,
                                        "end": 5542,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 30
                                          }
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5543,
                                      "end": 5554,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 42
                                        }
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5555,
                                    "end": 5560,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 48
                                      }
                                    },
                                    "name": "first"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 5564,
                                "end": 5574,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5564,
                                  "end": 5568,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5569,
                                  "end": 5574,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 62
                                    }
                                  },
                                  "name": "first"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5576,
                              "end": 5968,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 64
                                },
                                "end": {
                                  "line": 140,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5594,
                                  "end": 5726,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 148
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5598,
                                      "end": 5725,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 147
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5598,
                                        "end": 5601,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 23
                                          }
                                        },
                                        "name": "pos"
                                      },
                                      "init": {
                                        "type": "ConditionalExpression",
                                        "start": 5604,
                                        "end": 5725,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 147
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 5604,
                                          "end": 5624,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5604,
                                            "end": 5617,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5604,
                                              "end": 5608,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 30
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5609,
                                              "end": 5617,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 39
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5618,
                                            "end": 5624,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 46
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "CallExpression",
                                          "start": 5627,
                                          "end": 5692,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 114
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5627,
                                            "end": 5660,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 82
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5627,
                                              "end": 5647,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5627,
                                                "end": 5640,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5627,
                                                  "end": 5631,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 53
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5632,
                                                  "end": 5640,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5641,
                                                "end": 5647,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 69
                                                  }
                                                },
                                                "name": "parent"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5648,
                                              "end": 5660,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 82
                                                }
                                              },
                                              "name": "localToWorld"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 5661,
                                              "end": 5691,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 113
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5661,
                                                "end": 5689,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 111
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5661,
                                                  "end": 5683,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5661,
                                                    "end": 5674,
                                                    "loc": {
                                                      "start": {
                                                        "line": 135,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 135,
                                                        "column": 96
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5661,
                                                      "end": 5665,
                                                      "loc": {
                                                        "start": {
                                                          "line": 135,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 135,
                                                          "column": 87
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5666,
                                                      "end": 5674,
                                                      "loc": {
                                                        "start": {
                                                          "line": 135,
                                                          "column": 88
                                                        },
                                                        "end": {
                                                          "line": 135,
                                                          "column": 96
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5675,
                                                    "end": 5683,
                                                    "loc": {
                                                      "start": {
                                                        "line": 135,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 135,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5684,
                                                  "end": 5689,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 111
                                                    }
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "CallExpression",
                                          "start": 5695,
                                          "end": 5725,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 147
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5695,
                                            "end": 5723,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 117
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 145
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5695,
                                              "end": 5717,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 139
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5695,
                                                "end": 5708,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 117
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 130
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5695,
                                                  "end": 5699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 121
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5700,
                                                  "end": 5708,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 122
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 130
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5709,
                                                "end": 5717,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 131
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 139
                                                  }
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5718,
                                              "end": 5723,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 140
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 145
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5743,
                                  "end": 5785,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 58
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5743,
                                    "end": 5784,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 57
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5743,
                                      "end": 5754,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5743,
                                        "end": 5747,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 20
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5748,
                                        "end": 5754,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 27
                                          }
                                        },
                                        "name": "offset"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 5757,
                                      "end": 5784,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5757,
                                        "end": 5764,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5757,
                                          "end": 5760,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 33
                                            }
                                          },
                                          "name": "pos"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5761,
                                          "end": 5764,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 37
                                            }
                                          },
                                          "name": "sub"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 5765,
                                          "end": 5783,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5765,
                                            "end": 5781,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5765,
                                              "end": 5775,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5765,
                                                "end": 5769,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5770,
                                                "end": 5775,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "point"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5776,
                                              "end": 5781,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 54
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5802,
                                  "end": 5831,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5802,
                                    "end": 5830,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5802,
                                      "end": 5823,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5802,
                                        "end": 5814,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5802,
                                          "end": 5806,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5807,
                                          "end": 5814,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 28
                                            }
                                          },
                                          "name": "actions"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5815,
                                        "end": 5822,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5815,
                                          "end": 5819,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 33
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5820,
                                          "end": 5822,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 36
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5826,
                                      "end": 5830,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 44
                                        }
                                      },
                                      "name": "data"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5848,
                                  "end": 5877,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5848,
                                    "end": 5876,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5848,
                                      "end": 5870,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5848,
                                        "end": 5865,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5848,
                                          "end": 5852,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5853,
                                          "end": 5865,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 33
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5866,
                                        "end": 5870,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 38
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5871,
                                        "end": 5875,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 43
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5894,
                                  "end": 5954,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 76
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5894,
                                    "end": 5953,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5894,
                                      "end": 5912,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5894,
                                        "end": 5907,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5894,
                                          "end": 5898,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5899,
                                          "end": 5907,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5908,
                                        "end": 5912,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5913,
                                        "end": 5946,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5913,
                                          "end": 5939,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5913,
                                            "end": 5927,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5913,
                                              "end": 5920,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5921,
                                              "end": 5927,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5928,
                                            "end": 5939,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5940,
                                          "end": 5946,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 68
                                            }
                                          },
                                          "name": "Picked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5948,
                                        "end": 5952,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 74
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5988,
                      "end": 6011,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 8
                        },
                        "end": {
                          "line": 143,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5988,
                        "end": 6010,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 8
                          },
                          "end": {
                            "line": 143,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5988,
                          "end": 6008,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 8
                            },
                            "end": {
                              "line": 143,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5988,
                            "end": 5997,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 8
                              },
                              "end": {
                                "line": 143,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5988,
                              "end": 5992,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 8
                                },
                                "end": {
                                  "line": 143,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5993,
                              "end": 5997,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 13
                                },
                                "end": {
                                  "line": 143,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5998,
                            "end": 6008,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 18
                              },
                              "end": {
                                "line": 143,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6023,
              "end": 6867,
              "loc": {
                "start": {
                  "line": 146,
                  "column": 4
                },
                "end": {
                  "line": 171,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6023,
                "end": 6032,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 4
                  },
                  "end": {
                    "line": 146,
                    "column": 13
                  }
                },
                "name": "onMouseUp"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6032,
                "end": 6867,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 13
                  },
                  "end": {
                    "line": 171,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6033,
                    "end": 6038,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 14
                      },
                      "end": {
                        "line": 146,
                        "column": 19
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6040,
                  "end": 6867,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 21
                    },
                    "end": {
                      "line": 171,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6050,
                      "end": 6076,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 6054,
                        "end": 6067,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 12
                          },
                          "end": {
                            "line": 147,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 6055,
                          "end": 6067,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 13
                            },
                            "end": {
                              "line": 147,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6055,
                            "end": 6059,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 13
                              },
                              "end": {
                                "line": 147,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6060,
                            "end": 6067,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 18
                              },
                              "end": {
                                "line": 147,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 6069,
                        "end": 6076,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 27
                          },
                          "end": {
                            "line": 147,
                            "column": 34
                          }
                        },
                        "argument": null,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6086,
                          "end": 6103,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 8
                            },
                            "end": {
                              "line": 149,
                              "column": 25
                            }
                          },
                          "range": [
                            6086,
                            6103
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6112,
                      "end": 6567,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6117,
                        "end": 6125,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 13
                          },
                          "end": {
                            "line": 150,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6121,
                            "end": 6125,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 17
                              },
                              "end": {
                                "line": 150,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6121,
                              "end": 6125,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 17
                                },
                                "end": {
                                  "line": 150,
                                  "column": 21
                                }
                              },
                              "name": "data",
                              "leadingComments": null
                            },
                            "init": null,
                            "leadingComments": null
                          }
                        ],
                        "kind": "let",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6129,
                        "end": 6146,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 25
                          },
                          "end": {
                            "line": 150,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6129,
                          "end": 6133,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 25
                            },
                            "end": {
                              "line": 150,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6134,
                          "end": 6146,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 30
                            },
                            "end": {
                              "line": 150,
                              "column": 42
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6148,
                        "end": 6567,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 44
                          },
                          "end": {
                            "line": 160,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6162,
                            "end": 6353,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6166,
                              "end": 6210,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 16
                                },
                                "end": {
                                  "line": 151,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6166,
                                "end": 6187,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6166,
                                  "end": 6178,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6166,
                                    "end": 6170,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6171,
                                    "end": 6178,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 6179,
                                  "end": 6186,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6179,
                                    "end": 6183,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6184,
                                    "end": 6186,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 6191,
                                "end": 6210,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 60
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6192,
                                  "end": 6210,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6192,
                                    "end": 6201,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6192,
                                      "end": 6196,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6197,
                                      "end": 6201,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 51
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 6202,
                                    "end": 6209,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6202,
                                      "end": 6206,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 56
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6207,
                                      "end": 6209,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 59
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6212,
                              "end": 6353,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 62
                                },
                                "end": {
                                  "line": 154,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6230,
                                  "end": 6259,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 6230,
                                    "end": 6258,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 6237,
                                      "end": 6258,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6237,
                                        "end": 6249,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6237,
                                          "end": 6241,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6242,
                                          "end": 6249,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 6250,
                                        "end": 6257,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6250,
                                          "end": 6254,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6255,
                                          "end": 6257,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6276,
                                  "end": 6339,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6276,
                                    "end": 6338,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6276,
                                      "end": 6294,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6276,
                                        "end": 6289,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6276,
                                          "end": 6280,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6281,
                                          "end": 6289,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6290,
                                        "end": 6294,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6295,
                                        "end": 6331,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6295,
                                          "end": 6321,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6295,
                                            "end": 6309,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6295,
                                              "end": 6302,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6303,
                                              "end": 6309,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6310,
                                            "end": 6321,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6322,
                                          "end": 6331,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6333,
                                        "end": 6337,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6367,
                            "end": 6428,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 12
                              },
                              "end": {
                                "line": 156,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6367,
                              "end": 6427,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 12
                                },
                                "end": {
                                  "line": 156,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6367,
                                "end": 6385,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6367,
                                  "end": 6380,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6367,
                                    "end": 6371,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 16
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6372,
                                    "end": 6380,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 25
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6381,
                                  "end": 6385,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 30
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 6386,
                                  "end": 6420,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6386,
                                    "end": 6412,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6386,
                                      "end": 6400,
                                      "loc": {
                                        "start": {
                                          "line": 156,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6386,
                                        "end": 6393,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 38
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6394,
                                        "end": 6400,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 45
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6401,
                                      "end": 6412,
                                      "loc": {
                                        "start": {
                                          "line": 156,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 57
                                        }
                                      },
                                      "name": "Interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6413,
                                    "end": 6420,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 65
                                      }
                                    },
                                    "name": "Dropped"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6422,
                                  "end": 6426,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 71
                                    }
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 6441,
                            "end": 6557,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 12
                              },
                              "end": {
                                "line": 159,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 6445,
                              "end": 6462,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 16
                                },
                                "end": {
                                  "line": 157,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6445,
                                "end": 6455,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6445,
                                  "end": 6449,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6450,
                                  "end": 6455,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 26
                                    }
                                  },
                                  "name": "delta"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "Literal",
                                "start": 6458,
                                "end": 6462,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 33
                                  }
                                },
                                "value": 0.05,
                                "rawValue": 0.05,
                                "raw": "0.05"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6464,
                              "end": 6557,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 35
                                },
                                "end": {
                                  "line": 159,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6482,
                                  "end": 6543,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 77
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6482,
                                    "end": 6542,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 76
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6482,
                                      "end": 6500,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6482,
                                        "end": 6495,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6482,
                                          "end": 6486,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6487,
                                          "end": 6495,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6496,
                                        "end": 6500,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6501,
                                        "end": 6535,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6501,
                                          "end": 6527,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6501,
                                            "end": 6515,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6501,
                                              "end": 6508,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6509,
                                              "end": 6515,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6516,
                                            "end": 6527,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6528,
                                          "end": 6535,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 69
                                            }
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6537,
                                        "end": 6541,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 75
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6086,
                          "end": 6103,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 8
                            },
                            "end": {
                              "line": 149,
                              "column": 25
                            }
                          },
                          "range": [
                            6086,
                            6103
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 6577,
                      "end": 6769,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 6581,
                        "end": 6631,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 12
                          },
                          "end": {
                            "line": 162,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 6581,
                          "end": 6610,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 12
                            },
                            "end": {
                              "line": 162,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 6581,
                            "end": 6605,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 12
                              },
                              "end": {
                                "line": 162,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6581,
                              "end": 6598,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 12
                                },
                                "end": {
                                  "line": 162,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6581,
                                "end": 6585,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6586,
                                "end": 6598,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 29
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6599,
                              "end": 6605,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 30
                                },
                                "end": {
                                  "line": 162,
                                  "column": 36
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "Literal",
                            "start": 6609,
                            "end": 6610,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 40
                              },
                              "end": {
                                "line": 162,
                                "column": 41
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 6614,
                          "end": 6631,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 45
                            },
                            "end": {
                              "line": 162,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 6614,
                            "end": 6624,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 45
                              },
                              "end": {
                                "line": 162,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6614,
                              "end": 6618,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 45
                                },
                                "end": {
                                  "line": 162,
                                  "column": 49
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6619,
                              "end": 6624,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 50
                                },
                                "end": {
                                  "line": 162,
                                  "column": 55
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false
                          },
                          "operator": "<",
                          "right": {
                            "type": "Literal",
                            "start": 6627,
                            "end": 6631,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 58
                              },
                              "end": {
                                "line": 162,
                                "column": 62
                              }
                            },
                            "value": 0.05,
                            "rawValue": 0.05,
                            "raw": "0.05"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6633,
                        "end": 6769,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 64
                          },
                          "end": {
                            "line": 166,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 6647,
                            "end": 6759,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 12
                              },
                              "end": {
                                "line": 165,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 6652,
                              "end": 6662,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 17
                                },
                                "end": {
                                  "line": 163,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6656,
                                  "end": 6662,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6656,
                                    "end": 6662,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 27
                                      }
                                    },
                                    "name": "target"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 6666,
                              "end": 6678,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 31
                                },
                                "end": {
                                  "line": 163,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6666,
                                "end": 6670,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6671,
                                "end": 6678,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 43
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 6680,
                              "end": 6759,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 45
                                },
                                "end": {
                                  "line": 165,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6698,
                                  "end": 6745,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 63
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6698,
                                    "end": 6744,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6698,
                                      "end": 6709,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6698,
                                        "end": 6704,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 22
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6705,
                                        "end": 6709,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 27
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6710,
                                        "end": 6743,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6710,
                                          "end": 6736,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6710,
                                            "end": 6724,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6710,
                                              "end": 6717,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 35
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6718,
                                              "end": 6724,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6725,
                                            "end": 6736,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 54
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6737,
                                          "end": 6743,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 61
                                            }
                                          },
                                          "name": "Missed"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6779,
                      "end": 6802,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6779,
                        "end": 6801,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 8
                          },
                          "end": {
                            "line": 168,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6779,
                          "end": 6799,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 8
                            },
                            "end": {
                              "line": 168,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6779,
                            "end": 6788,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 8
                              },
                              "end": {
                                "line": 168,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6779,
                              "end": 6783,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 8
                                },
                                "end": {
                                  "line": 168,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6784,
                              "end": 6788,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 13
                                },
                                "end": {
                                  "line": 168,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6789,
                            "end": 6799,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 18
                              },
                              "end": {
                                "line": 168,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6811,
                      "end": 6829,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 8
                        },
                        "end": {
                          "line": 169,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6811,
                        "end": 6828,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 8
                          },
                          "end": {
                            "line": 169,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6811,
                          "end": 6823,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 8
                            },
                            "end": {
                              "line": 169,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6811,
                            "end": 6815,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 8
                              },
                              "end": {
                                "line": 169,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6816,
                            "end": 6823,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 13
                              },
                              "end": {
                                "line": 169,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6826,
                          "end": 6828,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 23
                            },
                            "end": {
                              "line": 169,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6838,
                      "end": 6861,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6838,
                        "end": 6860,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6838,
                          "end": 6855,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6838,
                            "end": 6842,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 8
                              },
                              "end": {
                                "line": 170,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6843,
                            "end": 6855,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 13
                              },
                              "end": {
                                "line": 170,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 6858,
                          "end": 6860,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 28
                            },
                            "end": {
                              "line": 170,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6873,
              "end": 7593,
              "loc": {
                "start": {
                  "line": 173,
                  "column": 4
                },
                "end": {
                  "line": 181,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6873,
                "end": 6885,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 4
                  },
                  "end": {
                    "line": 173,
                    "column": 16
                  }
                },
                "name": "removeTarget"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6885,
                "end": 7593,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 16
                  },
                  "end": {
                    "line": 181,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6886,
                    "end": 6889,
                    "loc": {
                      "start": {
                        "line": 173,
                        "column": 17
                      },
                      "end": {
                        "line": 173,
                        "column": 20
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6891,
                  "end": 7593,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 22
                    },
                    "end": {
                      "line": 181,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6901,
                      "end": 6939,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6905,
                          "end": 6938,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 12
                            },
                            "end": {
                              "line": 174,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6905,
                            "end": 6910,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 12
                              },
                              "end": {
                                "line": 174,
                                "column": 17
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6913,
                            "end": 6938,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 20
                              },
                              "end": {
                                "line": 174,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6913,
                              "end": 6933,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 20
                                },
                                "end": {
                                  "line": 174,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6913,
                                "end": 6925,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6913,
                                  "end": 6917,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6918,
                                  "end": 6925,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 32
                                    }
                                  },
                                  "name": "targets"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6926,
                                "end": 6933,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 40
                                  }
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6934,
                                "end": 6937,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 44
                                  }
                                },
                                "name": "obj"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 6948,
                      "end": 6994,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 8
                        },
                        "end": {
                          "line": 175,
                          "column": 54
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6952,
                        "end": 6962,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 12
                          },
                          "end": {
                            "line": 175,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6952,
                          "end": 6957,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 12
                            },
                            "end": {
                              "line": 175,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6960,
                          "end": 6962,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 20
                            },
                            "end": {
                              "line": 175,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6961,
                            "end": 6962,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 21
                              },
                              "end": {
                                "line": 175,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6964,
                        "end": 6994,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 24
                          },
                          "end": {
                            "line": 175,
                            "column": 54
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6964,
                          "end": 6993,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 24
                            },
                            "end": {
                              "line": 175,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6964,
                            "end": 6983,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 24
                              },
                              "end": {
                                "line": 175,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6964,
                              "end": 6976,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 24
                                },
                                "end": {
                                  "line": 175,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6964,
                                "end": 6968,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6969,
                                "end": 6976,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 36
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6977,
                              "end": 6983,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 37
                                },
                                "end": {
                                  "line": 175,
                                  "column": 43
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6984,
                              "end": 6989,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 44
                                },
                                "end": {
                                  "line": 175,
                                  "column": 49
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6991,
                              "end": 6992,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 51
                                },
                                "end": {
                                  "line": 175,
                                  "column": 52
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7003,
                      "end": 7115,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 8
                        },
                        "end": {
                          "line": 176,
                          "column": 120
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7003,
                        "end": 7114,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 8
                          },
                          "end": {
                            "line": 176,
                            "column": 119
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7003,
                          "end": 7025,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 8
                            },
                            "end": {
                              "line": 176,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7003,
                            "end": 7017,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 8
                              },
                              "end": {
                                "line": 176,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7003,
                              "end": 7007,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 8
                                },
                                "end": {
                                  "line": 176,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7008,
                              "end": 7017,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 13
                                },
                                "end": {
                                  "line": 176,
                                  "column": 22
                                }
                              },
                              "name": "hitsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7018,
                            "end": 7025,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 23
                              },
                              "end": {
                                "line": 176,
                                "column": 30
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7026,
                            "end": 7113,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 31
                              },
                              "end": {
                                "line": 176,
                                "column": 118
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7026,
                                "end": 7030,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7034,
                              "end": 7113,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 39
                                },
                                "end": {
                                  "line": 176,
                                  "column": 118
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7034,
                                "end": 7055,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 60
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7034,
                                  "end": 7047,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7034,
                                    "end": 7038,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 43
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7039,
                                    "end": 7047,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 52
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7052,
                                  "end": 7055,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 60
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "CallExpression",
                                "start": 7059,
                                "end": 7113,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 118
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7059,
                                  "end": 7080,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7059,
                                    "end": 7073,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 78
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7059,
                                      "end": 7063,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 68
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7064,
                                      "end": 7073,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 78
                                        }
                                      },
                                      "name": "hitsArray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7074,
                                    "end": 7080,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 85
                                      }
                                    },
                                    "name": "splice"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 7081,
                                    "end": 7109,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 114
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7081,
                                      "end": 7103,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 108
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7081,
                                        "end": 7095,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 100
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7081,
                                          "end": 7085,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 90
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7086,
                                          "end": 7095,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 100
                                            }
                                          },
                                          "name": "hitsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7096,
                                        "end": 7103,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 101
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 108
                                          }
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7104,
                                        "end": 7108,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 109
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 113
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 7111,
                                    "end": 7112,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 116
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 117
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7124,
                      "end": 7245,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 8
                        },
                        "end": {
                          "line": 177,
                          "column": 129
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7124,
                        "end": 7244,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 8
                          },
                          "end": {
                            "line": 177,
                            "column": 128
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7124,
                          "end": 7149,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 8
                            },
                            "end": {
                              "line": 177,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7124,
                            "end": 7141,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 8
                              },
                              "end": {
                                "line": 177,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7124,
                              "end": 7128,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 8
                                },
                                "end": {
                                  "line": 177,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7129,
                              "end": 7141,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 13
                                },
                                "end": {
                                  "line": 177,
                                  "column": 25
                                }
                              },
                              "name": "actionsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7142,
                            "end": 7149,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 26
                              },
                              "end": {
                                "line": 177,
                                "column": 33
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7150,
                            "end": 7243,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 34
                              },
                              "end": {
                                "line": 177,
                                "column": 127
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7150,
                                "end": 7154,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 38
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7158,
                              "end": 7243,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 42
                                },
                                "end": {
                                  "line": 177,
                                  "column": 127
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7158,
                                "end": 7179,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7158,
                                  "end": 7171,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7158,
                                    "end": 7162,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 46
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7163,
                                    "end": 7171,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 55
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7176,
                                  "end": 7179,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 63
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "CallExpression",
                                "start": 7183,
                                "end": 7243,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 127
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7183,
                                  "end": 7207,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 91
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7183,
                                    "end": 7200,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 84
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7183,
                                      "end": 7187,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 71
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7188,
                                      "end": 7200,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 84
                                        }
                                      },
                                      "name": "actionsArray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7201,
                                    "end": 7207,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 91
                                      }
                                    },
                                    "name": "splice"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 7208,
                                    "end": 7239,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 123
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7208,
                                      "end": 7233,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 117
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7208,
                                        "end": 7225,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 92
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 109
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7208,
                                          "end": 7212,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 96
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7213,
                                          "end": 7225,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 109
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7226,
                                        "end": 7233,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 110
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 117
                                          }
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7234,
                                        "end": 7238,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 118
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 122
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 7241,
                                    "end": 7242,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 125
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 126
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7254,
                      "end": 7353,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 8
                        },
                        "end": {
                          "line": 178,
                          "column": 107
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7254,
                        "end": 7352,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 8
                          },
                          "end": {
                            "line": 178,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7254,
                          "end": 7284,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 8
                            },
                            "end": {
                              "line": 178,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7254,
                            "end": 7276,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 8
                              },
                              "end": {
                                "line": 178,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7254,
                              "end": 7265,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 8
                                },
                                "end": {
                                  "line": 178,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7254,
                                "end": 7260,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7261,
                                "end": 7265,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7266,
                                "end": 7275,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7266,
                                  "end": 7270,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7271,
                                  "end": 7275,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 29
                                    }
                                  },
                                  "name": "hits"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7277,
                            "end": 7284,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 31
                              },
                              "end": {
                                "line": 178,
                                "column": 38
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7285,
                            "end": 7351,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 39
                              },
                              "end": {
                                "line": 178,
                                "column": 105
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7285,
                                "end": 7289,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 43
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7293,
                              "end": 7351,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 47
                                },
                                "end": {
                                  "line": 178,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7293,
                                "end": 7325,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7293,
                                  "end": 7317,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7293,
                                    "end": 7308,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7293,
                                      "end": 7302,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7293,
                                        "end": 7297,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7298,
                                        "end": 7302,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 56
                                          }
                                        },
                                        "name": "hits"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7303,
                                      "end": 7307,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 61
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7309,
                                    "end": 7317,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 71
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7322,
                                  "end": 7325,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 79
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7329,
                                "end": 7351,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 105
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7336,
                                  "end": 7351,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 105
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7336,
                                    "end": 7345,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 99
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7336,
                                      "end": 7340,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 94
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7341,
                                      "end": 7345,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 95
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 99
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7346,
                                    "end": 7350,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 104
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7362,
                      "end": 7470,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7362,
                        "end": 7469,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 8
                          },
                          "end": {
                            "line": 179,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7362,
                          "end": 7395,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 8
                            },
                            "end": {
                              "line": 179,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7362,
                            "end": 7387,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 8
                              },
                              "end": {
                                "line": 179,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7362,
                              "end": 7373,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 8
                                },
                                "end": {
                                  "line": 179,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7362,
                                "end": 7368,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7369,
                                "end": 7373,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7374,
                                "end": 7386,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7374,
                                  "end": 7378,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7379,
                                  "end": 7386,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 32
                                    }
                                  },
                                  "name": "actions"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7388,
                            "end": 7395,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 34
                              },
                              "end": {
                                "line": 179,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7396,
                            "end": 7468,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 42
                              },
                              "end": {
                                "line": 179,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7396,
                                "end": 7400,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7404,
                              "end": 7468,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 50
                                },
                                "end": {
                                  "line": 179,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7404,
                                "end": 7439,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7404,
                                  "end": 7431,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7404,
                                    "end": 7422,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7404,
                                      "end": 7416,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7404,
                                        "end": 7408,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7409,
                                        "end": 7416,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 62
                                          }
                                        },
                                        "name": "actions"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7417,
                                      "end": 7421,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7423,
                                    "end": 7431,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7436,
                                  "end": 7439,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7443,
                                "end": 7468,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7450,
                                  "end": 7468,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7450,
                                    "end": 7462,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7450,
                                      "end": 7454,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7455,
                                      "end": 7462,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 108
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7463,
                                    "end": 7467,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7479,
                      "end": 7587,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 8
                        },
                        "end": {
                          "line": 180,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7479,
                        "end": 7586,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 8
                          },
                          "end": {
                            "line": 180,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7479,
                          "end": 7512,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 8
                            },
                            "end": {
                              "line": 180,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7479,
                            "end": 7504,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 8
                              },
                              "end": {
                                "line": 180,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7479,
                              "end": 7490,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 8
                                },
                                "end": {
                                  "line": 180,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7479,
                                "end": 7485,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7486,
                                "end": 7490,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7491,
                                "end": 7503,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7491,
                                  "end": 7495,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7496,
                                  "end": 7503,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 32
                                    }
                                  },
                                  "name": "hovered"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7505,
                            "end": 7512,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 34
                              },
                              "end": {
                                "line": 180,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7513,
                            "end": 7585,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 42
                              },
                              "end": {
                                "line": 180,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7513,
                                "end": 7517,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7521,
                              "end": 7585,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 50
                                },
                                "end": {
                                  "line": 180,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7521,
                                "end": 7556,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7521,
                                  "end": 7548,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7521,
                                    "end": 7539,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7521,
                                      "end": 7533,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7521,
                                        "end": 7525,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7526,
                                        "end": 7533,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 62
                                          }
                                        },
                                        "name": "hovered"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7534,
                                      "end": 7538,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7540,
                                    "end": 7548,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7553,
                                  "end": 7556,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7560,
                                "end": 7585,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7567,
                                  "end": 7585,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7567,
                                    "end": 7579,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7567,
                                      "end": 7571,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7572,
                                      "end": 7579,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 108
                                        }
                                      },
                                      "name": "hovered"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7580,
                                    "end": 7584,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7599,
              "end": 7653,
              "loc": {
                "start": {
                  "line": 183,
                  "column": 4
                },
                "end": {
                  "line": 185,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7599,
                "end": 7609,
                "loc": {
                  "start": {
                    "line": 183,
                    "column": 4
                  },
                  "end": {
                    "line": 183,
                    "column": 14
                  }
                },
                "name": "getActions"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7609,
                "end": 7653,
                "loc": {
                  "start": {
                    "line": 183,
                    "column": 14
                  },
                  "end": {
                    "line": 185,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7612,
                  "end": 7653,
                  "loc": {
                    "start": {
                      "line": 183,
                      "column": 17
                    },
                    "end": {
                      "line": 185,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7622,
                      "end": 7647,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 8
                        },
                        "end": {
                          "line": 184,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7629,
                        "end": 7646,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 15
                          },
                          "end": {
                            "line": 184,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7629,
                          "end": 7633,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 15
                            },
                            "end": {
                              "line": 184,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7634,
                          "end": 7646,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 20
                            },
                            "end": {
                              "line": 184,
                              "column": 32
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7659,
              "end": 7747,
              "loc": {
                "start": {
                  "line": 187,
                  "column": 4
                },
                "end": {
                  "line": 189,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7659,
                "end": 7664,
                "loc": {
                  "start": {
                    "line": 187,
                    "column": 4
                  },
                  "end": {
                    "line": 187,
                    "column": 9
                  }
                },
                "name": "isHit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7664,
                "end": 7747,
                "loc": {
                  "start": {
                    "line": 187,
                    "column": 9
                  },
                  "end": {
                    "line": 189,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7665,
                    "end": 7668,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 10
                      },
                      "end": {
                        "line": 187,
                        "column": 13
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7670,
                  "end": 7747,
                  "loc": {
                    "start": {
                      "line": 187,
                      "column": 15
                    },
                    "end": {
                      "line": 189,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7680,
                      "end": 7741,
                      "loc": {
                        "start": {
                          "line": 188,
                          "column": 8
                        },
                        "end": {
                          "line": 188,
                          "column": 69
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 7687,
                        "end": 7740,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 15
                          },
                          "end": {
                            "line": 188,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7687,
                          "end": 7706,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 15
                            },
                            "end": {
                              "line": 188,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7687,
                            "end": 7701,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 15
                              },
                              "end": {
                                "line": 188,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7687,
                              "end": 7691,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 15
                                },
                                "end": {
                                  "line": 188,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7692,
                              "end": 7701,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 20
                                },
                                "end": {
                                  "line": 188,
                                  "column": 29
                                }
                              },
                              "name": "hitsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7702,
                            "end": 7706,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 30
                              },
                              "end": {
                                "line": 188,
                                "column": 34
                              }
                            },
                            "name": "find"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7707,
                            "end": 7739,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 35
                              },
                              "end": {
                                "line": 188,
                                "column": 67
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7707,
                                "end": 7711,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 39
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 7715,
                              "end": 7739,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 43
                                },
                                "end": {
                                  "line": 188,
                                  "column": 67
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7715,
                                "end": 7729,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7715,
                                  "end": 7726,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7715,
                                    "end": 7719,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 47
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7720,
                                    "end": 7726,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 54
                                      }
                                    },
                                    "name": "object"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7727,
                                  "end": 7729,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 57
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 7733,
                                "end": 7739,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7733,
                                  "end": 7736,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 64
                                    }
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7737,
                                  "end": 7739,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 67
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7753,
              "end": 7847,
              "loc": {
                "start": {
                  "line": 191,
                  "column": 4
                },
                "end": {
                  "line": 193,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7753,
                "end": 7761,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 4
                  },
                  "end": {
                    "line": 191,
                    "column": 12
                  }
                },
                "name": "isAction"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7761,
                "end": 7847,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 12
                  },
                  "end": {
                    "line": 193,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7762,
                    "end": 7765,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 13
                      },
                      "end": {
                        "line": 191,
                        "column": 16
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7767,
                  "end": 7847,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 18
                    },
                    "end": {
                      "line": 193,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7777,
                      "end": 7841,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 8
                        },
                        "end": {
                          "line": 192,
                          "column": 72
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 7784,
                        "end": 7840,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 15
                          },
                          "end": {
                            "line": 192,
                            "column": 71
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7784,
                          "end": 7806,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 15
                            },
                            "end": {
                              "line": 192,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7784,
                            "end": 7801,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 15
                              },
                              "end": {
                                "line": 192,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7784,
                              "end": 7788,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 15
                                },
                                "end": {
                                  "line": 192,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7789,
                              "end": 7801,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 20
                                },
                                "end": {
                                  "line": 192,
                                  "column": 32
                                }
                              },
                              "name": "actionsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7802,
                            "end": 7806,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 33
                              },
                              "end": {
                                "line": 192,
                                "column": 37
                              }
                            },
                            "name": "find"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7807,
                            "end": 7839,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 38
                              },
                              "end": {
                                "line": 192,
                                "column": 70
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7807,
                                "end": 7811,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 42
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 7815,
                              "end": 7839,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 46
                                },
                                "end": {
                                  "line": 192,
                                  "column": 70
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7815,
                                "end": 7829,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7815,
                                  "end": 7826,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7815,
                                    "end": 7819,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 50
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7820,
                                    "end": 7826,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 57
                                      }
                                    },
                                    "name": "object"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7827,
                                  "end": 7829,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 60
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 7833,
                                "end": 7839,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7833,
                                  "end": 7836,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 67
                                    }
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7837,
                                  "end": 7839,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 70
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}