{
  "type": "Program",
  "start": 0,
  "end": 7544,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 190,
      "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": 7543,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 189,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 127,
        "end": 7543,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 189,
            "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": 7543,
          "loc": {
            "start": {
              "line": 5,
              "column": 33
            },
            "end": {
              "line": 189,
              "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": 4760,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 109,
                  "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": 4760,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 15
                  },
                  "end": {
                    "line": 109,
                    "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": 4760,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 23
                    },
                    "end": {
                      "line": 109,
                      "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,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Dry run: nothing under the curser when the view was clicked/touched",
                          "start": 1259,
                          "end": 1329,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 78
                            }
                          },
                          "range": [
                            1259,
                            1329
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 1338,
                      "end": 1410,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 80
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1342,
                        "end": 1401,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 12
                          },
                          "end": {
                            "line": 40,
                            "column": 71
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1342,
                          "end": 1368,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 12
                            },
                            "end": {
                              "line": 40,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1342,
                            "end": 1363,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 12
                              },
                              "end": {
                                "line": 40,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1342,
                              "end": 1357,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 40,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1342,
                                "end": 1351,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1342,
                                  "end": 1346,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 16
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1347,
                                  "end": 1351,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 21
                                    }
                                  },
                                  "name": "view"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1352,
                                "end": 1357,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 27
                                  }
                                },
                                "name": "input"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1358,
                              "end": 1363,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 28
                                },
                                "end": {
                                  "line": 40,
                                  "column": 33
                                }
                              },
                              "name": "mouse"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1364,
                            "end": 1368,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 34
                              },
                              "end": {
                                "line": 40,
                                "column": 38
                              }
                            },
                            "name": "down"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1372,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 42
                            },
                            "end": {
                              "line": 40,
                              "column": 71
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1372,
                            "end": 1396,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 42
                              },
                              "end": {
                                "line": 40,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1372,
                              "end": 1389,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 42
                                },
                                "end": {
                                  "line": 40,
                                  "column": 59
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1372,
                                "end": 1376,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 46
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1377,
                                "end": 1389,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 59
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1390,
                              "end": 1396,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 60
                                },
                                "end": {
                                  "line": 40,
                                  "column": 66
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "Literal",
                            "start": 1400,
                            "end": 1401,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 70
                              },
                              "end": {
                                "line": 40,
                                "column": 71
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1403,
                        "end": 1410,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 73
                          },
                          "end": {
                            "line": 40,
                            "column": 80
                          }
                        },
                        "argument": null
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Dry run: nothing under the curser when the view was clicked/touched",
                          "start": 1259,
                          "end": 1329,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 78
                            }
                          },
                          "range": [
                            1259,
                            1329
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1420,
                      "end": 1532,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 120
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1420,
                        "end": 1531,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 119
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1420,
                          "end": 1440,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1420,
                            "end": 1436,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1420,
                              "end": 1424,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1425,
                              "end": 1436,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 13
                                },
                                "end": {
                                  "line": 42,
                                  "column": 24
                                }
                              },
                              "name": "coordinates"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1437,
                            "end": 1440,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 25
                              },
                              "end": {
                                "line": 42,
                                "column": 28
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 1441,
                            "end": 1482,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 29
                              },
                              "end": {
                                "line": 42,
                                "column": 70
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1441,
                              "end": 1478,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 29
                                },
                                "end": {
                                  "line": 42,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1442,
                                "end": 1473,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 61
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1442,
                                  "end": 1455,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1442,
                                    "end": 1447,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 35
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1448,
                                    "end": 1455,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 43
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1458,
                                  "end": 1473,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1458,
                                    "end": 1467,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 55
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1458,
                                      "end": 1462,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1463,
                                      "end": 1467,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 55
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1468,
                                    "end": 1473,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 61
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1477,
                                "end": 1478,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 66
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 1481,
                              "end": 1482,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 69
                                },
                                "end": {
                                  "line": 42,
                                  "column": 70
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 1484,
                            "end": 1527,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 72
                              },
                              "end": {
                                "line": 42,
                                "column": 115
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1484,
                              "end": 1523,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 72
                                },
                                "end": {
                                  "line": 42,
                                  "column": 111
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 1484,
                                "end": 1519,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 107
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1486,
                                  "end": 1518,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 106
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1486,
                                    "end": 1499,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1486,
                                      "end": 1491,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 79
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1492,
                                      "end": 1499,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 87
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1502,
                                    "end": 1518,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 106
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1502,
                                      "end": 1511,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1502,
                                        "end": 1506,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 94
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1507,
                                        "end": 1511,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 99
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1512,
                                      "end": 1518,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 106
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1522,
                                "end": 1523,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 110
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 111
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 1526,
                              "end": 1527,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 114
                                },
                                "end": {
                                  "line": 42,
                                  "column": 115
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 1529,
                            "end": 1530,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 117
                              },
                              "end": {
                                "line": 42,
                                "column": 118
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1541,
                      "end": 1666,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 133
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1541,
                        "end": 1665,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 132
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1541,
                          "end": 1551,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1541,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1546,
                            "end": 1551,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1554,
                          "end": 1665,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 21
                            },
                            "end": {
                              "line": 43,
                              "column": 132
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1554,
                            "end": 1562,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 21
                              },
                              "end": {
                                "line": 43,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1554,
                              "end": 1558,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 21
                                },
                                "end": {
                                  "line": 43,
                                  "column": 25
                                }
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1559,
                              "end": 1562,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 26
                                },
                                "end": {
                                  "line": 43,
                                  "column": 29
                                }
                              },
                              "name": "max"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 1563,
                              "end": 1573,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 30
                                },
                                "end": {
                                  "line": 43,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1563,
                                "end": 1567,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1568,
                                "end": 1573,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 40
                                  }
                                },
                                "name": "delta"
                              },
                              "computed": false
                            },
                            {
                              "type": "BinaryExpression",
                              "start": 1575,
                              "end": 1664,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 42
                                },
                                "end": {
                                  "line": 43,
                                  "column": 131
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1575,
                                "end": 1618,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 85
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1575,
                                  "end": 1583,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1575,
                                    "end": 1579,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 46
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1580,
                                    "end": 1583,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 50
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1584,
                                    "end": 1617,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 84
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1584,
                                      "end": 1596,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1584,
                                        "end": 1594,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1584,
                                          "end": 1588,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1589,
                                          "end": 1594,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 61
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1595,
                                        "end": 1596,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 63
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1599,
                                      "end": 1617,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1599,
                                        "end": 1615,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1599,
                                          "end": 1603,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 70
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1604,
                                          "end": 1615,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 82
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1616,
                                        "end": 1617,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 84
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 1621,
                                "end": 1664,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 131
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1621,
                                  "end": 1629,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 88
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 96
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1621,
                                    "end": 1625,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 92
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1626,
                                    "end": 1629,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 96
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1630,
                                    "end": 1663,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 97
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 130
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1630,
                                      "end": 1642,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 109
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1630,
                                        "end": 1640,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 107
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1630,
                                          "end": 1634,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 101
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1635,
                                          "end": 1640,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 102
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 107
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1641,
                                        "end": 1642,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 109
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1645,
                                      "end": 1663,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 130
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1645,
                                        "end": 1661,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 112
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 128
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1645,
                                          "end": 1649,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 112
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 116
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1650,
                                          "end": 1661,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 128
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1662,
                                        "end": 1663,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 129
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 130
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1676,
                      "end": 1697,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1676,
                        "end": 1696,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 8
                          },
                          "end": {
                            "line": 45,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1676,
                          "end": 1691,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1676,
                            "end": 1680,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1681,
                            "end": 1691,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 13
                              },
                              "end": {
                                "line": 45,
                                "column": 23
                              }
                            },
                            "name": "intersects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1694,
                          "end": 1696,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 26
                            },
                            "end": {
                              "line": 45,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1706,
                      "end": 4103,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1710,
                        "end": 1733,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 12
                          },
                          "end": {
                            "line": 46,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1710,
                          "end": 1729,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 12
                            },
                            "end": {
                              "line": 46,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1710,
                            "end": 1722,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 12
                              },
                              "end": {
                                "line": 46,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1710,
                              "end": 1714,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 46,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1715,
                              "end": 1722,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 17
                                },
                                "end": {
                                  "line": 46,
                                  "column": 24
                                }
                              },
                              "name": "targets"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1723,
                            "end": 1729,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 25
                              },
                              "end": {
                                "line": 46,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1732,
                          "end": 1733,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 34
                            },
                            "end": {
                              "line": 46,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1735,
                        "end": 4103,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 37
                          },
                          "end": {
                            "line": 95,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1749,
                            "end": 1856,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 12
                              },
                              "end": {
                                "line": 47,
                                "column": 119
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1749,
                              "end": 1855,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 118
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1749,
                                "end": 1775,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1749,
                                  "end": 1763,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1749,
                                    "end": 1753,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1754,
                                    "end": 1763,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 26
                                      }
                                    },
                                    "name": "raycaster"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1764,
                                  "end": 1775,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 38
                                    }
                                  },
                                  "name": "castObjects"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 1776,
                                  "end": 1792,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1776,
                                    "end": 1780,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1781,
                                    "end": 1792,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 55
                                      }
                                    },
                                    "name": "coordinates"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1794,
                                  "end": 1810,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1794,
                                    "end": 1803,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1794,
                                      "end": 1798,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1799,
                                      "end": 1803,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 66
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1804,
                                    "end": 1810,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 73
                                      }
                                    },
                                    "name": "camera"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1812,
                                  "end": 1824,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 87
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1812,
                                    "end": 1816,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 79
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1817,
                                    "end": 1824,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 87
                                      }
                                    },
                                    "name": "targets"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1826,
                                  "end": 1841,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 104
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1826,
                                    "end": 1830,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 93
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1831,
                                    "end": 1841,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 104
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1843,
                                  "end": 1854,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 106
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 117
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1843,
                                    "end": 1847,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 110
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1848,
                                    "end": 1854,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 111
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 117
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1869,
                            "end": 3157,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 12
                              },
                              "end": {
                                "line": 76,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1873,
                              "end": 1899,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 16
                                },
                                "end": {
                                  "line": 48,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1873,
                                "end": 1895,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1873,
                                  "end": 1888,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1873,
                                    "end": 1877,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1878,
                                    "end": 1888,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 31
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1889,
                                  "end": 1895,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 38
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 1898,
                                "end": 1899,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 42
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1901,
                              "end": 3064,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 44
                                },
                                "end": {
                                  "line": 74,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1920,
                                  "end": 1939,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 35
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1924,
                                      "end": 1938,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 34
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1924,
                                        "end": 1933,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 29
                                          }
                                        },
                                        "name": "frontside"
                                      },
                                      "init": {
                                        "type": "ObjectExpression",
                                        "start": 1936,
                                        "end": 1938,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 34
                                          }
                                        },
                                        "properties": []
                                      }
                                    }
                                  ],
                                  "kind": "let",
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Objects that have been pierced",
                                      "start": 1957,
                                      "end": 1990,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1957,
                                        1990
                                      ]
                                    }
                                  ]
                                },
                                {
                                  "type": "ForOfStatement",
                                  "start": 2007,
                                  "end": 3049,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 17
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 2012,
                                    "end": 2020,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 29
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 2016,
                                        "end": 2020,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 29
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 2016,
                                          "end": 2020,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 29
                                            }
                                          },
                                          "name": "data",
                                          "leadingComments": null
                                        },
                                        "init": null,
                                        "leadingComments": null
                                      }
                                    ],
                                    "kind": "let",
                                    "leadingComments": null
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2024,
                                    "end": 2039,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2024,
                                      "end": 2028,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2029,
                                      "end": 2039,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 48
                                        }
                                      },
                                      "name": "intersects"
                                    },
                                    "computed": false
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2041,
                                    "end": 3049,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2063,
                                        "end": 2170,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 127
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2063,
                                          "end": 2169,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 126
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2063,
                                            "end": 2070,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2063,
                                              "end": 2067,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2068,
                                              "end": 2070,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 27
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "ConditionalExpression",
                                            "start": 2073,
                                            "end": 2169,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 126
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 2073,
                                              "end": 2108,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2073,
                                                "end": 2098,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2073,
                                                  "end": 2086,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2073,
                                                    "end": 2077,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 34
                                                      }
                                                    },
                                                    "name": "data"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2078,
                                                    "end": 2086,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "receiver"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2087,
                                                  "end": 2098,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2099,
                                                "end": 2108,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "recursive"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "TemplateLiteral",
                                              "start": 2111,
                                              "end": 2150,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 107
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2114,
                                                  "end": 2130,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 87
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2114,
                                                    "end": 2127,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 84
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2114,
                                                      "end": 2118,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 75
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2119,
                                                      "end": 2127,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 76
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 84
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2128,
                                                    "end": 2130,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 87
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2134,
                                                  "end": 2148,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2134,
                                                    "end": 2145,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2134,
                                                      "end": 2138,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2139,
                                                      "end": 2145,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 96
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2146,
                                                    "end": 2148,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 103
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2112,
                                                  "end": 2112,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 69
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2131,
                                                  "end": 2132,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 89
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ":",
                                                    "cooked": ":"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2149,
                                                  "end": 2149,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 106
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "MemberExpression",
                                              "start": 2153,
                                              "end": 2169,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 110
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 126
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2153,
                                                "end": 2166,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 110
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2153,
                                                  "end": 2157,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 110
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 114
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2158,
                                                  "end": 2166,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 115
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2167,
                                                "end": 2169,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 124
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 126
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            }
                                          }
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Raycaster can return two intersections, front & back, we cast away the backside",
                                            "start": 2191,
                                            "end": 2273,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2191,
                                              2273
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2294,
                                        "end": 2327,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 53
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2298,
                                          "end": 2316,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2298,
                                            "end": 2307,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 33
                                              }
                                            },
                                            "name": "frontside",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 2308,
                                            "end": 2315,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2308,
                                              "end": 2312,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 38
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2313,
                                              "end": 2315,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 41
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "computed": true,
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "ContinueStatement",
                                          "start": 2318,
                                          "end": 2327,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 56,
                                              "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": 2191,
                                            "end": 2273,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2191,
                                              2273
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Flag is set on first occurance of a receiver",
                                            "start": 2349,
                                            "end": 2396,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2349,
                                              2396
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2417,
                                        "end": 2458,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 61
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2417,
                                          "end": 2457,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 60
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2417,
                                            "end": 2427,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2417,
                                              "end": 2421,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2422,
                                              "end": 2427,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 30
                                                }
                                              },
                                              "name": "first"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 2430,
                                            "end": 2457,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 60
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 2430,
                                              "end": 2434,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 37
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2439,
                                              "end": 2457,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2439,
                                                "end": 2454,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2439,
                                                  "end": 2443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2444,
                                                  "end": 2454,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "intersects"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Literal",
                                                "start": 2455,
                                                "end": 2456,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "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": 2349,
                                            "end": 2396,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2349,
                                              2396
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Current RAF timestamp",
                                            "start": 2479,
                                            "end": 2503,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2479,
                                              2503
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2524,
                                        "end": 2562,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 58
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2524,
                                          "end": 2561,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 57
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2524,
                                            "end": 2533,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2524,
                                              "end": 2528,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2529,
                                              "end": 2533,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 29
                                                }
                                              },
                                              "name": "time"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 2536,
                                            "end": 2561,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2536,
                                              "end": 2556,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2536,
                                                "end": 2547,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2536,
                                                  "end": 2540,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2541,
                                                  "end": 2547,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "canvas"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2548,
                                                "end": 2556,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 52
                                                  }
                                                },
                                                "name": "renderer"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2557,
                                              "end": 2561,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 57
                                                }
                                              },
                                              "name": "time"
                                            },
                                            "computed": false
                                          },
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Current RAF timestamp",
                                            "start": 2479,
                                            "end": 2503,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2479,
                                              2503
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Ping it if it hasn't been hit already",
                                            "start": 2584,
                                            "end": 2624,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2584,
                                              2624
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2645,
                                        "end": 2936,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 2649,
                                          "end": 2723,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 98
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 2650,
                                            "end": 2696,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 71
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 2650,
                                              "end": 2682,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 57
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 2651,
                                                "end": 2682,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2651,
                                                  "end": 2676,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2651,
                                                    "end": 2664,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 39
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2651,
                                                      "end": 2655,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 30
                                                        }
                                                      },
                                                      "name": "data",
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2656,
                                                      "end": 2664,
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2665,
                                                    "end": 2676,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 51
                                                      }
                                                    },
                                                    "name": "interaction"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2677,
                                                  "end": 2682,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "first"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2686,
                                              "end": 2696,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2686,
                                                "end": 2690,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2691,
                                                "end": 2696,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "first"
                                              },
                                              "computed": false
                                            },
                                            "leadingComments": null,
                                            "parenthesizedExpression": true
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 2701,
                                            "end": 2723,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 98
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 2702,
                                              "end": 2723,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 98
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2702,
                                                "end": 2714,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 89
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2702,
                                                  "end": 2706,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 81
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2707,
                                                  "end": 2714,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 82
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 89
                                                    }
                                                  },
                                                  "name": "hovered"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "MemberExpression",
                                                "start": 2715,
                                                "end": 2722,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 90
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 97
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2715,
                                                  "end": 2719,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 90
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 94
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2720,
                                                  "end": 2722,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 97
                                                    }
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": false
                                              },
                                              "computed": true
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2725,
                                          "end": 2936,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 100
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2751,
                                              "end": 2780,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 53
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2751,
                                                "end": 2779,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 52
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2751,
                                                  "end": 2772,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2751,
                                                    "end": 2763,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2751,
                                                      "end": 2755,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2756,
                                                      "end": 2763,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "MemberExpression",
                                                    "start": 2764,
                                                    "end": 2771,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2764,
                                                      "end": 2768,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2769,
                                                      "end": 2771,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 44
                                                        }
                                                      },
                                                      "name": "id"
                                                    },
                                                    "computed": false
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 2775,
                                                  "end": 2779,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 52
                                                    }
                                                  },
                                                  "value": true,
                                                  "rawValue": true,
                                                  "raw": "true"
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2805,
                                              "end": 2866,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 85
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2805,
                                                "end": 2865,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 84
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2805,
                                                  "end": 2823,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 42
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2805,
                                                    "end": 2818,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2805,
                                                      "end": 2809,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2810,
                                                      "end": 2818,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 37
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2819,
                                                    "end": 2823,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 42
                                                      }
                                                    },
                                                    "name": "emit"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2824,
                                                    "end": 2858,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 77
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2824,
                                                      "end": 2850,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 69
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2824,
                                                        "end": 2838,
                                                        "loc": {
                                                          "start": {
                                                            "line": 66,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 66,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2824,
                                                          "end": 2831,
                                                          "loc": {
                                                            "start": {
                                                              "line": 66,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 66,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "Object3"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2832,
                                                          "end": 2838,
                                                          "loc": {
                                                            "start": {
                                                              "line": 66,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 66,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2839,
                                                        "end": 2850,
                                                        "loc": {
                                                          "start": {
                                                            "line": 66,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 66,
                                                            "column": 69
                                                          }
                                                        },
                                                        "name": "Interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2851,
                                                      "end": 2858,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 77
                                                        }
                                                      },
                                                      "name": "Hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2860,
                                                    "end": 2864,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 83
                                                      }
                                                    },
                                                    "name": "data"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2891,
                                              "end": 2914,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 47
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2891,
                                                "end": 2913,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 46
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2891,
                                                  "end": 2911,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2891,
                                                    "end": 2900,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2891,
                                                      "end": 2895,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2896,
                                                      "end": 2900,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2901,
                                                    "end": 2911,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 44
                                                      }
                                                    },
                                                    "name": "invalidate"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null,
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Ping it if it hasn't been hit already",
                                            "start": 2584,
                                            "end": 2624,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2584,
                                              2624
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2958,
                                        "end": 2984,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2958,
                                          "end": 2983,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2958,
                                            "end": 2976,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2958,
                                              "end": 2967,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2958,
                                                "end": 2962,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2963,
                                                "end": 2967,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "hits"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 2968,
                                              "end": 2975,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2968,
                                                "end": 2972,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2973,
                                                "end": 2975,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 2979,
                                            "end": 2983,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 45
                                              }
                                            },
                                            "name": "data"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3005,
                                        "end": 3031,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3005,
                                          "end": 3030,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3005,
                                            "end": 3023,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3005,
                                              "end": 3014,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 29
                                                }
                                              },
                                              "name": "frontside"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 3015,
                                              "end": 3022,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3015,
                                                "end": 3019,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3020,
                                                "end": 3022,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 3026,
                                            "end": 3030,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 45
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Objects that have been pierced",
                                      "start": 1957,
                                      "end": 1990,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1957,
                                        1990
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 3070,
                              "end": 3157,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 19
                                },
                                "end": {
                                  "line": 76,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3088,
                                  "end": 3143,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 71
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 3088,
                                    "end": 3142,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 70
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 3088,
                                      "end": 3117,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3088,
                                        "end": 3112,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3088,
                                          "end": 3105,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3088,
                                            "end": 3092,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3093,
                                            "end": 3105,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 33
                                              }
                                            },
                                            "name": "actionsArray"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3106,
                                          "end": 3112,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 40
                                            }
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": "==",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3116,
                                        "end": 3117,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 45
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 3121,
                                      "end": 3142,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 70
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3121,
                                        "end": 3140,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3121,
                                          "end": 3130,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3121,
                                            "end": 3125,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3126,
                                            "end": 3130,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 58
                                              }
                                            },
                                            "name": "view"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3131,
                                          "end": 3140,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 75,
                                              "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": 3171,
                                "end": 3261,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3171,
                                  3261
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3274,
                            "end": 4093,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3274,
                              "end": 4092,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 12
                                },
                                "end": {
                                  "line": 94,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3274,
                                "end": 3288,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3274,
                                  "end": 3278,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 16
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3279,
                                  "end": 3288,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 26
                                    }
                                  },
                                  "name": "hitsArray"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 3291,
                                "end": 4092,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 18
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3291,
                                  "end": 3485,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3291,
                                    "end": 3435,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3291,
                                      "end": 3379,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3291,
                                        "end": 3315,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 53
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3291,
                                          "end": 3304,
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3291,
                                            "end": 3297,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 35
                                              }
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3298,
                                            "end": 3304,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 42
                                              }
                                            },
                                            "name": "values"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 3305,
                                            "end": 3314,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 52
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3305,
                                              "end": 3309,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3310,
                                              "end": 3314,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 52
                                                }
                                              },
                                              "name": "hits"
                                            },
                                            "computed": false
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3332,
                                            "end": 3357,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3332,
                                              3357
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3375,
                                        "end": 3379,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 21
                                          }
                                        },
                                        "name": "sort",
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3332,
                                            "end": 3357,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3332,
                                              3357
                                            ]
                                          }
                                        ]
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3380,
                                        "end": 3434,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 76
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3381,
                                            "end": 3382,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 24
                                              }
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3383,
                                            "end": 3384,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 26
                                              }
                                            },
                                            "name": "b"
                                          }
                                        ],
                                        "body": {
                                          "type": "BinaryExpression",
                                          "start": 3389,
                                          "end": 3434,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 76
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3389,
                                            "end": 3410,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 52
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3389,
                                              "end": 3399,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3389,
                                                "end": 3390,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "a"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3391,
                                                "end": 3399,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3400,
                                              "end": 3410,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 52
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3413,
                                            "end": 3434,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3413,
                                              "end": 3423,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3413,
                                                "end": 3414,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3415,
                                                "end": 3423,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3424,
                                              "end": 3434,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 76
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          }
                                        }
                                      }
                                    ],
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3452,
                                        "end": 3461,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3452,
                                          3461
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3479,
                                    "end": 3485,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 23
                                      }
                                    },
                                    "name": "filter",
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3452,
                                        "end": 3461,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3452,
                                          3461
                                        ]
                                      }
                                    ]
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 3486,
                                    "end": 4091,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 17
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3486,
                                        "end": 3490,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 28
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3494,
                                      "end": 4091,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 3516,
                                          "end": 3621,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 125
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 3520,
                                              "end": 3620,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 124
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 3520,
                                                "end": 3527,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "dispose"
                                              },
                                              "init": {
                                                "type": "LogicalExpression",
                                                "start": 3530,
                                                "end": 3620,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 124
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 3531,
                                                  "end": 3577,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 81
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3531,
                                                    "end": 3562,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3531,
                                                      "end": 3556,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 60
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3531,
                                                        "end": 3544,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3531,
                                                          "end": 3535,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 39
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3536,
                                                          "end": 3544,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 48
                                                            }
                                                          },
                                                          "name": "receiver"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3545,
                                                        "end": 3556,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 60
                                                          }
                                                        },
                                                        "name": "interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3557,
                                                      "end": 3562,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 66
                                                        }
                                                      },
                                                      "name": "first"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3566,
                                                    "end": 3577,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 81
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3567,
                                                      "end": 3577,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 81
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3567,
                                                        "end": 3571,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 75
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3572,
                                                        "end": 3577,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 76
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 81
                                                          }
                                                        },
                                                        "name": "first"
                                                      },
                                                      "computed": false
                                                    }
                                                  },
                                                  "parenthesizedExpression": true
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 3582,
                                                  "end": 3620,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 124
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3582,
                                                    "end": 3591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 95
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3582,
                                                      "end": 3586,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 90
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3587,
                                                      "end": 3591,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "!=",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 3595,
                                                    "end": 3620,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 99
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 124
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3595,
                                                      "end": 3615,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 119
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3595,
                                                        "end": 3606,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 99
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 110
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3595,
                                                          "end": 3599,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 99
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 103
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3600,
                                                          "end": 3606,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 104
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 110
                                                            }
                                                          },
                                                          "name": "canvas"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3607,
                                                        "end": 3615,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 119
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3616,
                                                      "end": 3620,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 124
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 3642,
                                          "end": 4036,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 3646,
                                            "end": 3653,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 31
                                              }
                                            },
                                            "name": "dispose"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3655,
                                            "end": 4036,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 3681,
                                                "end": 3963,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 25
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 3685,
                                                  "end": 3732,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 75
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3685,
                                                    "end": 3706,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3685,
                                                      "end": 3697,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3685,
                                                        "end": 3689,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3690,
                                                        "end": 3697,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hovered"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 3698,
                                                      "end": 3705,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3698,
                                                        "end": 3702,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3703,
                                                        "end": 3705,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3710,
                                                    "end": 3732,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 75
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3711,
                                                      "end": 3732,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 75
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3711,
                                                        "end": 3723,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3711,
                                                          "end": 3715,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3716,
                                                          "end": 3723,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 66
                                                            }
                                                          },
                                                          "name": "actions"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 3724,
                                                        "end": 3731,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3724,
                                                          "end": 3728,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 71
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3729,
                                                          "end": 3731,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "id"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3734,
                                                  "end": 3963,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 25
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3764,
                                                      "end": 3793,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 57
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "UnaryExpression",
                                                        "start": 3764,
                                                        "end": 3792,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 56
                                                          }
                                                        },
                                                        "operator": "delete",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "start": 3771,
                                                          "end": 3792,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3771,
                                                            "end": 3783,
                                                            "loc": {
                                                              "start": {
                                                                "line": 87,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 87,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3771,
                                                              "end": 3775,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3776,
                                                              "end": 3783,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "hovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "MemberExpression",
                                                            "start": 3784,
                                                            "end": 3791,
                                                            "loc": {
                                                              "start": {
                                                                "line": 87,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 87,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3784,
                                                              "end": 3788,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3789,
                                                              "end": 3791,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          },
                                                          "computed": true
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3822,
                                                      "end": 3885,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 91
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3822,
                                                        "end": 3884,
                                                        "loc": {
                                                          "start": {
                                                            "line": 88,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 88,
                                                            "column": 90
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3822,
                                                          "end": 3840,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3822,
                                                            "end": 3835,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3822,
                                                              "end": 3826,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3827,
                                                              "end": 3835,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "receiver"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3836,
                                                            "end": 3840,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "emit"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3841,
                                                            "end": 3877,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 83
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3841,
                                                              "end": 3867,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3841,
                                                                "end": 3855,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 88,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 88,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3841,
                                                                  "end": 3848,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "name": "Object3"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3849,
                                                                  "end": 3855,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "name": "Events"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3856,
                                                                "end": 3867,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 88,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 88,
                                                                    "column": 73
                                                                  }
                                                                },
                                                                "name": "Interaction"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3868,
                                                              "end": 3877,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "name": "Unhovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3879,
                                                            "end": 3883,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 85
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 89
                                                              }
                                                            },
                                                            "name": "data"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3914,
                                                      "end": 3937,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 51
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3914,
                                                        "end": 3936,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3914,
                                                          "end": 3934,
                                                          "loc": {
                                                            "start": {
                                                              "line": 89,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 89,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3914,
                                                            "end": 3923,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3914,
                                                              "end": 3918,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3919,
                                                              "end": 3923,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3924,
                                                            "end": 3934,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "invalidate"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3988,
                                                "end": 4014,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 50
                                                  }
                                                },
                                                "expression": {
                                                  "type": "UnaryExpression",
                                                  "start": 3988,
                                                  "end": 4013,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 49
                                                    }
                                                  },
                                                  "operator": "delete",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 3995,
                                                    "end": 4013,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3995,
                                                      "end": 4004,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3995,
                                                        "end": 3999,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4000,
                                                        "end": 4004,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hits"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 4005,
                                                      "end": 4012,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4005,
                                                        "end": 4009,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4010,
                                                        "end": 4012,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4057,
                                          "end": 4073,
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 36
                                            }
                                          },
                                          "argument": {
                                            "type": "UnaryExpression",
                                            "start": 4064,
                                            "end": 4072,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 35
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4065,
                                              "end": 4072,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "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": 3171,
                                "end": 3261,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3171,
                                  3261
                                ]
                              }
                            ]
                          }
                        ],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Object being dragged",
                          "start": 4113,
                          "end": 4136,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "range": [
                            4113,
                            4136
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 4145,
                      "end": 4753,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4149,
                        "end": 4206,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 12
                          },
                          "end": {
                            "line": 98,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 4149,
                          "end": 4166,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 12
                            },
                            "end": {
                              "line": 98,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4149,
                            "end": 4159,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4149,
                              "end": 4153,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 12
                                },
                                "end": {
                                  "line": 98,
                                  "column": 16
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4154,
                              "end": 4159,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 17
                                },
                                "end": {
                                  "line": 98,
                                  "column": 22
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4162,
                            "end": 4166,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 25
                              },
                              "end": {
                                "line": 98,
                                "column": 29
                              }
                            },
                            "value": 0.01,
                            "rawValue": 0.01,
                            "raw": "0.01"
                          },
                          "leadingComments": null
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 4170,
                          "end": 4206,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 33
                            },
                            "end": {
                              "line": 98,
                              "column": 69
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4170,
                            "end": 4202,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 33
                              },
                              "end": {
                                "line": 98,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4170,
                              "end": 4195,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 33
                                },
                                "end": {
                                  "line": 98,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4170,
                                "end": 4181,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4170,
                                  "end": 4176,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 39
                                    }
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4177,
                                  "end": 4181,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 44
                                    }
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4182,
                                  "end": 4194,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4182,
                                    "end": 4186,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4187,
                                    "end": 4194,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 57
                                      }
                                    },
                                    "name": "actions"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4196,
                              "end": 4202,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 59
                                },
                                "end": {
                                  "line": 98,
                                  "column": 65
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4205,
                            "end": 4206,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 68
                              },
                              "end": {
                                "line": 98,
                                "column": 69
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4208,
                        "end": 4753,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 71
                          },
                          "end": {
                            "line": 107,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 4222,
                            "end": 4743,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 106,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 4227,
                              "end": 4235,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 17
                                },
                                "end": {
                                  "line": 99,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4231,
                                  "end": 4235,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4231,
                                    "end": 4235,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 4239,
                              "end": 4256,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 29
                                },
                                "end": {
                                  "line": 99,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4239,
                                "end": 4243,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4244,
                                "end": 4256,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 46
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 4258,
                              "end": 4743,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 48
                                },
                                "end": {
                                  "line": 106,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 4276,
                                  "end": 4729,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 4280,
                                    "end": 4326,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 4280,
                                      "end": 4312,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 52
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 4281,
                                        "end": 4312,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4281,
                                          "end": 4306,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4281,
                                            "end": 4294,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4281,
                                              "end": 4285,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 25
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4286,
                                              "end": 4294,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4295,
                                            "end": 4306,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 46
                                              }
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4307,
                                          "end": 4312,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 52
                                            }
                                          },
                                          "name": "first"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4316,
                                      "end": 4326,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 66
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4316,
                                        "end": 4320,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 60
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4321,
                                        "end": 4326,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 66
                                          }
                                        },
                                        "name": "first"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4328,
                                    "end": 4729,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4350,
                                        "end": 4459,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 129
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4354,
                                            "end": 4458,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 128
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4354,
                                              "end": 4360,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 30
                                                }
                                              },
                                              "name": "vector"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 4363,
                                              "end": 4458,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 128
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4363,
                                                "end": 4456,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 126
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4363,
                                                  "end": 4446,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 116
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4363,
                                                    "end": 4419,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 89
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 4363,
                                                      "end": 4415,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 85
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4363,
                                                        "end": 4397,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 67
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 4363,
                                                          "end": 4387,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 57
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4363,
                                                            "end": 4385,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4363,
                                                              "end": 4379,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4363,
                                                                "end": 4367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4368,
                                                                "end": 4379,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "name": "coordinates"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4380,
                                                              "end": 4385,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "clone"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4388,
                                                          "end": 4397,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 67
                                                            }
                                                          },
                                                          "name": "unproject"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4398,
                                                          "end": 4414,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 68
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 84
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4398,
                                                            "end": 4407,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 77
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4398,
                                                              "end": 4402,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 72
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4403,
                                                              "end": 4407,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 77
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4408,
                                                            "end": 4414,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 84
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4416,
                                                      "end": 4419,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 89
                                                        }
                                                      },
                                                      "name": "sub"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 4420,
                                                      "end": 4445,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 90
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 115
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4420,
                                                        "end": 4436,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 90
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 106
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4420,
                                                          "end": 4429,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 90
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 4420,
                                                            "end": 4424,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 94
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4425,
                                                            "end": 4429,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 99
                                                              }
                                                            },
                                                            "name": "view"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4430,
                                                          "end": 4436,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 100
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 106
                                                            }
                                                          },
                                                          "name": "camera"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4437,
                                                        "end": 4445,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 107
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 115
                                                          }
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4447,
                                                  "end": 4456,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 126
                                                    }
                                                  },
                                                  "name": "normalize"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4480,
                                        "end": 4585,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 125
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4480,
                                          "end": 4584,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 124
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 4480,
                                            "end": 4489,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4480,
                                              "end": 4484,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4485,
                                              "end": 4489,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 29
                                                }
                                              },
                                              "name": "drag"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 4492,
                                            "end": 4584,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 124
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4492,
                                              "end": 4571,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 111
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 4492,
                                                "end": 4567,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 107
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4492,
                                                  "end": 4529,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4492,
                                                    "end": 4525,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 65
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4492,
                                                      "end": 4523,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4492,
                                                        "end": 4517,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4492,
                                                          "end": 4508,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4492,
                                                            "end": 4501,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4492,
                                                              "end": 4496,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4497,
                                                              "end": 4501,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4502,
                                                            "end": 4508,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4509,
                                                          "end": 4517,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4518,
                                                        "end": 4523,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4526,
                                                    "end": 4529,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "add"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 4530,
                                                    "end": 4566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 106
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4530,
                                                      "end": 4551,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 91
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4530,
                                                        "end": 4536,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 76
                                                          }
                                                        },
                                                        "name": "vector"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4537,
                                                        "end": 4551,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 91
                                                          }
                                                        },
                                                        "name": "multiplyScalar"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4552,
                                                        "end": 4565,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 92
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 105
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4552,
                                                          "end": 4556,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 92
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 96
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4557,
                                                          "end": 4565,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 105
                                                            }
                                                          },
                                                          "name": "distance"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4568,
                                                "end": 4571,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 111
                                                  }
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4572,
                                                "end": 4583,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 112
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4572,
                                                  "end": 4576,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 112
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 116
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4577,
                                                  "end": 4583,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4606,
                                        "end": 4667,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 81
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4606,
                                          "end": 4666,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4606,
                                            "end": 4624,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4606,
                                              "end": 4619,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4606,
                                                "end": 4610,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 24
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4611,
                                                "end": 4619,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4620,
                                              "end": 4624,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 38
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4625,
                                              "end": 4659,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 73
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4625,
                                                "end": 4651,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4625,
                                                  "end": 4639,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4625,
                                                    "end": 4632,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 46
                                                      }
                                                    },
                                                    "name": "Object3"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4633,
                                                    "end": 4639,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 53
                                                      }
                                                    },
                                                    "name": "Events"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4640,
                                                  "end": 4651,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 65
                                                    }
                                                  },
                                                  "name": "Interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4652,
                                                "end": 4659,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "Dragged"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4661,
                                              "end": 4665,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 79
                                                }
                                              },
                                              "name": "data"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4688,
                                        "end": 4711,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4688,
                                          "end": 4710,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4688,
                                            "end": 4708,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4688,
                                              "end": 4697,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4688,
                                                "end": 4692,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4693,
                                                "end": 4697,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "view"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4698,
                                              "end": 4708,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 40
                                                }
                                              },
                                              "name": "invalidate"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Object being dragged",
                          "start": 4113,
                          "end": 4136,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "range": [
                            4113,
                            4136
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4766,
              "end": 5165,
              "loc": {
                "start": {
                  "line": 111,
                  "column": 4
                },
                "end": {
                  "line": 121,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4766,
                "end": 4776,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 4
                  },
                  "end": {
                    "line": 111,
                    "column": 14
                  }
                },
                "name": "onMouseOut"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4776,
                "end": 5165,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 14
                  },
                  "end": {
                    "line": 121,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4777,
                    "end": 4782,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 15
                      },
                      "end": {
                        "line": 111,
                        "column": 20
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4784,
                  "end": 5165,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 22
                    },
                    "end": {
                      "line": 121,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4794,
                      "end": 4820,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4798,
                        "end": 4811,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 12
                          },
                          "end": {
                            "line": 112,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4799,
                          "end": 4811,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 13
                            },
                            "end": {
                              "line": 112,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4799,
                            "end": 4803,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 13
                              },
                              "end": {
                                "line": 112,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4804,
                            "end": 4811,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 18
                              },
                              "end": {
                                "line": 112,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 4813,
                        "end": 4820,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 27
                          },
                          "end": {
                            "line": 112,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 4829,
                      "end": 5159,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4834,
                        "end": 4842,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 13
                          },
                          "end": {
                            "line": 113,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4838,
                            "end": 4842,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 17
                              },
                              "end": {
                                "line": 113,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4838,
                              "end": 4842,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 17
                                },
                                "end": {
                                  "line": 113,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4846,
                        "end": 4860,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 25
                          },
                          "end": {
                            "line": 113,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4846,
                          "end": 4850,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 25
                            },
                            "end": {
                              "line": 113,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4851,
                          "end": 4860,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 30
                            },
                            "end": {
                              "line": 113,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 4862,
                        "end": 5159,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 41
                          },
                          "end": {
                            "line": 120,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4876,
                            "end": 5110,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 12
                              },
                              "end": {
                                "line": 118,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 4880,
                              "end": 4927,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 16
                                },
                                "end": {
                                  "line": 114,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4880,
                                "end": 4901,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4880,
                                  "end": 4892,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4880,
                                    "end": 4884,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4885,
                                    "end": 4892,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 4893,
                                  "end": 4900,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4893,
                                    "end": 4897,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4898,
                                    "end": 4900,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 4905,
                                "end": 4927,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 63
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 4906,
                                  "end": 4927,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4906,
                                    "end": 4918,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4906,
                                      "end": 4910,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4911,
                                      "end": 4918,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 54
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 4919,
                                    "end": 4926,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4919,
                                      "end": 4923,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 59
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4924,
                                      "end": 4926,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 62
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4929,
                              "end": 5110,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 65
                                },
                                "end": {
                                  "line": 118,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4947,
                                  "end": 4976,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 4947,
                                    "end": 4975,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 4954,
                                      "end": 4975,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4954,
                                        "end": 4966,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4954,
                                          "end": 4958,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4959,
                                          "end": 4966,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 4967,
                                        "end": 4974,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4967,
                                          "end": 4971,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4972,
                                          "end": 4974,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4993,
                                  "end": 5056,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4993,
                                    "end": 5055,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4993,
                                      "end": 5011,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4993,
                                        "end": 5006,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4993,
                                          "end": 4997,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4998,
                                          "end": 5006,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5007,
                                        "end": 5011,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5012,
                                        "end": 5048,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5012,
                                          "end": 5038,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5012,
                                            "end": 5026,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5012,
                                              "end": 5019,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5020,
                                              "end": 5026,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5027,
                                            "end": 5038,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5039,
                                          "end": 5048,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5050,
                                        "end": 5054,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5073,
                                  "end": 5096,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5073,
                                    "end": 5095,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5073,
                                      "end": 5093,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5073,
                                        "end": 5082,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5073,
                                          "end": 5077,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5078,
                                          "end": 5082,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5083,
                                        "end": 5093,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5123,
                            "end": 5149,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 5123,
                              "end": 5148,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 12
                                },
                                "end": {
                                  "line": 119,
                                  "column": 37
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5130,
                                "end": 5148,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5130,
                                  "end": 5139,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5130,
                                    "end": 5134,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5135,
                                    "end": 5139,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 28
                                      }
                                    },
                                    "name": "hits"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 5140,
                                  "end": 5147,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5140,
                                    "end": 5144,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5145,
                                    "end": 5147,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5171,
              "end": 5983,
              "loc": {
                "start": {
                  "line": 123,
                  "column": 4
                },
                "end": {
                  "line": 142,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5171,
                "end": 5182,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 4
                  },
                  "end": {
                    "line": 123,
                    "column": 15
                  }
                },
                "name": "onMouseDown"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5182,
                "end": 5983,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 15
                  },
                  "end": {
                    "line": 142,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5183,
                    "end": 5188,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 16
                      },
                      "end": {
                        "line": 123,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5190,
                  "end": 5983,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 23
                    },
                    "end": {
                      "line": 142,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5200,
                      "end": 5226,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5204,
                        "end": 5217,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 12
                          },
                          "end": {
                            "line": 124,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5205,
                          "end": 5217,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 13
                            },
                            "end": {
                              "line": 124,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5205,
                            "end": 5209,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 13
                              },
                              "end": {
                                "line": 124,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5210,
                            "end": 5217,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 18
                              },
                              "end": {
                                "line": 124,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5219,
                        "end": 5226,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 27
                          },
                          "end": {
                            "line": 124,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5236,
                      "end": 5251,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 126,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5236,
                        "end": 5250,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 8
                          },
                          "end": {
                            "line": 126,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5236,
                          "end": 5246,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 126,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5236,
                            "end": 5240,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 8
                              },
                              "end": {
                                "line": 126,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5241,
                            "end": 5246,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 13
                              },
                              "end": {
                                "line": 126,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 5249,
                          "end": 5250,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 21
                            },
                            "end": {
                              "line": 126,
                              "column": 22
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5260,
                      "end": 5366,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 114
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5260,
                        "end": 5365,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 113
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5260,
                          "end": 5274,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5260,
                            "end": 5270,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5260,
                              "end": 5264,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 8
                                },
                                "end": {
                                  "line": 127,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5265,
                              "end": 5270,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 13
                                },
                                "end": {
                                  "line": 127,
                                  "column": 18
                                }
                              },
                              "name": "click"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5271,
                            "end": 5274,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 19
                              },
                              "end": {
                                "line": 127,
                                "column": 22
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 5275,
                            "end": 5316,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 23
                              },
                              "end": {
                                "line": 127,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5275,
                              "end": 5312,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 23
                                },
                                "end": {
                                  "line": 127,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 5276,
                                "end": 5307,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5276,
                                  "end": 5289,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5276,
                                    "end": 5281,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 29
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5282,
                                    "end": 5289,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 37
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 5292,
                                  "end": 5307,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5292,
                                    "end": 5301,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5292,
                                      "end": 5296,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5297,
                                      "end": 5301,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 49
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5302,
                                    "end": 5307,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 55
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5311,
                                "end": 5312,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 60
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 5315,
                              "end": 5316,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 63
                                },
                                "end": {
                                  "line": 127,
                                  "column": 64
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5318,
                            "end": 5361,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 66
                              },
                              "end": {
                                "line": 127,
                                "column": 109
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5318,
                              "end": 5357,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 66
                                },
                                "end": {
                                  "line": 127,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5318,
                                "end": 5353,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 101
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 5320,
                                  "end": 5352,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 100
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5320,
                                    "end": 5333,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 81
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5320,
                                      "end": 5325,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 73
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5326,
                                      "end": 5333,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 81
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5336,
                                    "end": 5352,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 100
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5336,
                                      "end": 5345,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 93
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5336,
                                        "end": 5340,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 88
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5341,
                                        "end": 5345,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 93
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5346,
                                      "end": 5352,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 100
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5356,
                                "end": 5357,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 105
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 5360,
                              "end": 5361,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 108
                                },
                                "end": {
                                  "line": 127,
                                  "column": 109
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 5363,
                            "end": 5364,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 111
                              },
                              "end": {
                                "line": 127,
                                "column": 112
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5376,
                      "end": 5394,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5376,
                        "end": 5393,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 8
                          },
                          "end": {
                            "line": 129,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5376,
                          "end": 5388,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 8
                            },
                            "end": {
                              "line": 129,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5376,
                            "end": 5380,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 8
                              },
                              "end": {
                                "line": 129,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5381,
                            "end": 5388,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 13
                              },
                              "end": {
                                "line": 129,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 5391,
                          "end": 5393,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 23
                            },
                            "end": {
                              "line": 129,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5403,
                      "end": 5426,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5403,
                        "end": 5425,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5403,
                          "end": 5420,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5403,
                            "end": 5407,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 8
                              },
                              "end": {
                                "line": 130,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5408,
                            "end": 5420,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 13
                              },
                              "end": {
                                "line": 130,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 5423,
                          "end": 5425,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 28
                            },
                            "end": {
                              "line": 130,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5436,
                      "end": 5977,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5441,
                        "end": 5449,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 13
                          },
                          "end": {
                            "line": 132,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5445,
                            "end": 5449,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 17
                              },
                              "end": {
                                "line": 132,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5445,
                              "end": 5449,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 17
                                },
                                "end": {
                                  "line": 132,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 5453,
                        "end": 5467,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 25
                          },
                          "end": {
                            "line": 132,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5453,
                          "end": 5457,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 25
                            },
                            "end": {
                              "line": 132,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5458,
                          "end": 5467,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 30
                            },
                            "end": {
                              "line": 132,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5469,
                        "end": 5977,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 41
                          },
                          "end": {
                            "line": 141,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 5483,
                            "end": 5967,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 12
                              },
                              "end": {
                                "line": 140,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 5487,
                              "end": 5533,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 16
                                },
                                "end": {
                                  "line": 133,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5487,
                                "end": 5519,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 48
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 5488,
                                  "end": 5519,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5488,
                                    "end": 5513,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5488,
                                      "end": 5501,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5488,
                                        "end": 5492,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 21
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5493,
                                        "end": 5501,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 30
                                          }
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5502,
                                      "end": 5513,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 42
                                        }
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5514,
                                    "end": 5519,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 48
                                      }
                                    },
                                    "name": "first"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 5523,
                                "end": 5533,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5523,
                                  "end": 5527,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5528,
                                  "end": 5533,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 62
                                    }
                                  },
                                  "name": "first"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5535,
                              "end": 5967,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 64
                                },
                                "end": {
                                  "line": 140,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5553,
                                  "end": 5685,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 148
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5557,
                                      "end": 5684,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 147
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5557,
                                        "end": 5560,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 23
                                          }
                                        },
                                        "name": "pos"
                                      },
                                      "init": {
                                        "type": "ConditionalExpression",
                                        "start": 5563,
                                        "end": 5684,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 147
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 5563,
                                          "end": 5583,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5563,
                                            "end": 5576,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5563,
                                              "end": 5567,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 30
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5568,
                                              "end": 5576,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 39
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5577,
                                            "end": 5583,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 46
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "CallExpression",
                                          "start": 5586,
                                          "end": 5651,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 114
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5586,
                                            "end": 5619,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 82
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5586,
                                              "end": 5606,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5586,
                                                "end": 5599,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5586,
                                                  "end": 5590,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 53
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5591,
                                                  "end": 5599,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5600,
                                                "end": 5606,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 69
                                                  }
                                                },
                                                "name": "parent"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5607,
                                              "end": 5619,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 82
                                                }
                                              },
                                              "name": "localToWorld"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 5620,
                                              "end": 5650,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 113
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5620,
                                                "end": 5648,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 111
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5620,
                                                  "end": 5642,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5620,
                                                    "end": 5633,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 96
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5620,
                                                      "end": 5624,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 87
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5625,
                                                      "end": 5633,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 88
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 96
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5634,
                                                    "end": 5642,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5643,
                                                  "end": 5648,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 111
                                                    }
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "CallExpression",
                                          "start": 5654,
                                          "end": 5684,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 147
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5654,
                                            "end": 5682,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 117
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 145
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5654,
                                              "end": 5676,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 139
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5654,
                                                "end": 5667,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 117
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 130
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5654,
                                                  "end": 5658,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 121
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5659,
                                                  "end": 5667,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 122
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 130
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5668,
                                                "end": 5676,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 131
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 139
                                                  }
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5677,
                                              "end": 5682,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 140
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 145
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5702,
                                  "end": 5744,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 58
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5702,
                                    "end": 5743,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 57
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5702,
                                      "end": 5713,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5702,
                                        "end": 5706,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 20
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5707,
                                        "end": 5713,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 27
                                          }
                                        },
                                        "name": "offset"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 5716,
                                      "end": 5743,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5716,
                                        "end": 5723,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5716,
                                          "end": 5719,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 33
                                            }
                                          },
                                          "name": "pos"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5720,
                                          "end": 5723,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 37
                                            }
                                          },
                                          "name": "sub"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 5724,
                                          "end": 5742,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5724,
                                            "end": 5740,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5724,
                                              "end": 5734,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5724,
                                                "end": 5728,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5729,
                                                "end": 5734,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "point"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5735,
                                              "end": 5740,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 54
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5761,
                                  "end": 5790,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5761,
                                    "end": 5789,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5761,
                                      "end": 5782,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5761,
                                        "end": 5773,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5761,
                                          "end": 5765,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5766,
                                          "end": 5773,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 28
                                            }
                                          },
                                          "name": "actions"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5774,
                                        "end": 5781,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5774,
                                          "end": 5778,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 33
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5779,
                                          "end": 5781,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 36
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5785,
                                      "end": 5789,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 44
                                        }
                                      },
                                      "name": "data"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5807,
                                  "end": 5836,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5807,
                                    "end": 5835,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5807,
                                      "end": 5829,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5807,
                                        "end": 5824,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5807,
                                          "end": 5811,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5812,
                                          "end": 5824,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 33
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5825,
                                        "end": 5829,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 38
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5830,
                                        "end": 5834,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 43
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5853,
                                  "end": 5913,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 76
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5853,
                                    "end": 5912,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5853,
                                      "end": 5871,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5853,
                                        "end": 5866,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5853,
                                          "end": 5857,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5858,
                                          "end": 5866,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5867,
                                        "end": 5871,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5872,
                                        "end": 5905,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5872,
                                          "end": 5898,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5872,
                                            "end": 5886,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5872,
                                              "end": 5879,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5880,
                                              "end": 5886,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5887,
                                            "end": 5898,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5899,
                                          "end": 5905,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 68
                                            }
                                          },
                                          "name": "Picked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5907,
                                        "end": 5911,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 74
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5930,
                                  "end": 5953,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5930,
                                    "end": 5952,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5930,
                                      "end": 5950,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5930,
                                        "end": 5939,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5930,
                                          "end": 5934,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5935,
                                          "end": 5939,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5940,
                                        "end": 5950,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5989,
              "end": 6679,
              "loc": {
                "start": {
                  "line": 144,
                  "column": 4
                },
                "end": {
                  "line": 164,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5989,
                "end": 5998,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 13
                  }
                },
                "name": "onMouseUp"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5998,
                "end": 6679,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 13
                  },
                  "end": {
                    "line": 164,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5999,
                    "end": 6004,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 14
                      },
                      "end": {
                        "line": 144,
                        "column": 19
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6006,
                  "end": 6679,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 21
                    },
                    "end": {
                      "line": 164,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6016,
                      "end": 6042,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 6020,
                        "end": 6033,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 12
                          },
                          "end": {
                            "line": 145,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 6021,
                          "end": 6033,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 13
                            },
                            "end": {
                              "line": 145,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6021,
                            "end": 6025,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 13
                              },
                              "end": {
                                "line": 145,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6026,
                            "end": 6033,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 18
                              },
                              "end": {
                                "line": 145,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 6035,
                        "end": 6042,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 27
                          },
                          "end": {
                            "line": 145,
                            "column": 34
                          }
                        },
                        "argument": null,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6052,
                          "end": 6069,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 25
                            }
                          },
                          "range": [
                            6052,
                            6069
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6078,
                      "end": 6613,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6083,
                        "end": 6091,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 13
                          },
                          "end": {
                            "line": 148,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6087,
                            "end": 6091,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 17
                              },
                              "end": {
                                "line": 148,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6087,
                              "end": 6091,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 17
                                },
                                "end": {
                                  "line": 148,
                                  "column": 21
                                }
                              },
                              "name": "data",
                              "leadingComments": null
                            },
                            "init": null,
                            "leadingComments": null
                          }
                        ],
                        "kind": "let",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6095,
                        "end": 6112,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 25
                          },
                          "end": {
                            "line": 148,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6095,
                          "end": 6099,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 25
                            },
                            "end": {
                              "line": 148,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6100,
                          "end": 6112,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 30
                            },
                            "end": {
                              "line": 148,
                              "column": 42
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6114,
                        "end": 6613,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 44
                          },
                          "end": {
                            "line": 160,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6128,
                            "end": 6359,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 12
                              },
                              "end": {
                                "line": 153,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6132,
                              "end": 6176,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 16
                                },
                                "end": {
                                  "line": 149,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6132,
                                "end": 6153,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6132,
                                  "end": 6144,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6132,
                                    "end": 6136,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6137,
                                    "end": 6144,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 6145,
                                  "end": 6152,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6145,
                                    "end": 6149,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6150,
                                    "end": 6152,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 6157,
                                "end": 6176,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 60
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6158,
                                  "end": 6176,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6158,
                                    "end": 6167,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6158,
                                      "end": 6162,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6163,
                                      "end": 6167,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 51
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 6168,
                                    "end": 6175,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6168,
                                      "end": 6172,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 56
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6173,
                                      "end": 6175,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 59
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6178,
                              "end": 6359,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 62
                                },
                                "end": {
                                  "line": 153,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6196,
                                  "end": 6225,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 6196,
                                    "end": 6224,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 6203,
                                      "end": 6224,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6203,
                                        "end": 6215,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6203,
                                          "end": 6207,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6208,
                                          "end": 6215,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 6216,
                                        "end": 6223,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6216,
                                          "end": 6220,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6221,
                                          "end": 6223,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6242,
                                  "end": 6305,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6242,
                                    "end": 6304,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6242,
                                      "end": 6260,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6242,
                                        "end": 6255,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6242,
                                          "end": 6246,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6247,
                                          "end": 6255,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6256,
                                        "end": 6260,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6261,
                                        "end": 6297,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6261,
                                          "end": 6287,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6261,
                                            "end": 6275,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6261,
                                              "end": 6268,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6269,
                                              "end": 6275,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6276,
                                            "end": 6287,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6288,
                                          "end": 6297,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6299,
                                        "end": 6303,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6322,
                                  "end": 6345,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6322,
                                    "end": 6344,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6322,
                                      "end": 6342,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6322,
                                        "end": 6331,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6322,
                                          "end": 6326,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6327,
                                          "end": 6331,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6332,
                                        "end": 6342,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6373,
                            "end": 6434,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 12
                              },
                              "end": {
                                "line": 155,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6373,
                              "end": 6433,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 12
                                },
                                "end": {
                                  "line": 155,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6373,
                                "end": 6391,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6373,
                                  "end": 6386,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6373,
                                    "end": 6377,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 16
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6378,
                                    "end": 6386,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 25
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6387,
                                  "end": 6391,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 30
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 6392,
                                  "end": 6426,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6392,
                                    "end": 6418,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6392,
                                      "end": 6406,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6392,
                                        "end": 6399,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 38
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6400,
                                        "end": 6406,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 45
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6407,
                                      "end": 6418,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 57
                                        }
                                      },
                                      "name": "Interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6419,
                                    "end": 6426,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 65
                                      }
                                    },
                                    "name": "Dropped"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6428,
                                  "end": 6432,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 71
                                    }
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 6447,
                            "end": 6603,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 12
                              },
                              "end": {
                                "line": 159,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 6451,
                              "end": 6468,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 16
                                },
                                "end": {
                                  "line": 156,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6451,
                                "end": 6461,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6451,
                                  "end": 6455,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6456,
                                  "end": 6461,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 26
                                    }
                                  },
                                  "name": "delta"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "Literal",
                                "start": 6464,
                                "end": 6468,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 33
                                  }
                                },
                                "value": 0.05,
                                "rawValue": 0.05,
                                "raw": "0.05"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6470,
                              "end": 6603,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 35
                                },
                                "end": {
                                  "line": 159,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6488,
                                  "end": 6549,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 77
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6488,
                                    "end": 6548,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 76
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6488,
                                      "end": 6506,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6488,
                                        "end": 6501,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6488,
                                          "end": 6492,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6493,
                                          "end": 6501,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6502,
                                        "end": 6506,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6507,
                                        "end": 6541,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6507,
                                          "end": 6533,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6507,
                                            "end": 6521,
                                            "loc": {
                                              "start": {
                                                "line": 157,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6507,
                                              "end": 6514,
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6515,
                                              "end": 6521,
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6522,
                                            "end": 6533,
                                            "loc": {
                                              "start": {
                                                "line": 157,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6534,
                                          "end": 6541,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 69
                                            }
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6543,
                                        "end": 6547,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 75
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6566,
                                  "end": 6589,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6566,
                                    "end": 6588,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6566,
                                      "end": 6586,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6566,
                                        "end": 6575,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6566,
                                          "end": 6570,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6571,
                                          "end": 6575,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6576,
                                        "end": 6586,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6052,
                          "end": 6069,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 25
                            }
                          },
                          "range": [
                            6052,
                            6069
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6623,
                      "end": 6641,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6623,
                        "end": 6640,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 8
                          },
                          "end": {
                            "line": 162,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6623,
                          "end": 6635,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 8
                            },
                            "end": {
                              "line": 162,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6623,
                            "end": 6627,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 8
                              },
                              "end": {
                                "line": 162,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6628,
                            "end": 6635,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 13
                              },
                              "end": {
                                "line": 162,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6638,
                          "end": 6640,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 23
                            },
                            "end": {
                              "line": 162,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6650,
                      "end": 6673,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 8
                        },
                        "end": {
                          "line": 163,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6650,
                        "end": 6672,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 8
                          },
                          "end": {
                            "line": 163,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6650,
                          "end": 6667,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 8
                            },
                            "end": {
                              "line": 163,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6650,
                            "end": 6654,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 8
                              },
                              "end": {
                                "line": 163,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6655,
                            "end": 6667,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 13
                              },
                              "end": {
                                "line": 163,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 6670,
                          "end": 6672,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 28
                            },
                            "end": {
                              "line": 163,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6685,
              "end": 7364,
              "loc": {
                "start": {
                  "line": 166,
                  "column": 4
                },
                "end": {
                  "line": 176,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6685,
                "end": 6697,
                "loc": {
                  "start": {
                    "line": 166,
                    "column": 4
                  },
                  "end": {
                    "line": 166,
                    "column": 16
                  }
                },
                "name": "removeTarget"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6697,
                "end": 7364,
                "loc": {
                  "start": {
                    "line": 166,
                    "column": 16
                  },
                  "end": {
                    "line": 176,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6698,
                    "end": 6701,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 17
                      },
                      "end": {
                        "line": 166,
                        "column": 20
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6703,
                  "end": 7364,
                  "loc": {
                    "start": {
                      "line": 166,
                      "column": 22
                    },
                    "end": {
                      "line": 176,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6713,
                      "end": 6751,
                      "loc": {
                        "start": {
                          "line": 167,
                          "column": 8
                        },
                        "end": {
                          "line": 167,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6717,
                          "end": 6750,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 12
                            },
                            "end": {
                              "line": 167,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6717,
                            "end": 6722,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 12
                              },
                              "end": {
                                "line": 167,
                                "column": 17
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6725,
                            "end": 6750,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 20
                              },
                              "end": {
                                "line": 167,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6725,
                              "end": 6745,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 20
                                },
                                "end": {
                                  "line": 167,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6725,
                                "end": 6737,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6725,
                                  "end": 6729,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6730,
                                  "end": 6737,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 32
                                    }
                                  },
                                  "name": "targets"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6738,
                                "end": 6745,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 40
                                  }
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6746,
                                "end": 6749,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 44
                                  }
                                },
                                "name": "obj"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 6760,
                      "end": 6806,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 54
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6764,
                        "end": 6774,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 12
                          },
                          "end": {
                            "line": 168,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6764,
                          "end": 6769,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 168,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6772,
                          "end": 6774,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 20
                            },
                            "end": {
                              "line": 168,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6773,
                            "end": 6774,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 21
                              },
                              "end": {
                                "line": 168,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6776,
                        "end": 6806,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 24
                          },
                          "end": {
                            "line": 168,
                            "column": 54
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6776,
                          "end": 6805,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 24
                            },
                            "end": {
                              "line": 168,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6776,
                            "end": 6795,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 24
                              },
                              "end": {
                                "line": 168,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6776,
                              "end": 6788,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 24
                                },
                                "end": {
                                  "line": 168,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6776,
                                "end": 6780,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6781,
                                "end": 6788,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 36
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6789,
                              "end": 6795,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 37
                                },
                                "end": {
                                  "line": 168,
                                  "column": 43
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6796,
                              "end": 6801,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 44
                                },
                                "end": {
                                  "line": 168,
                                  "column": 49
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6803,
                              "end": 6804,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 51
                                },
                                "end": {
                                  "line": 168,
                                  "column": 52
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6815,
                      "end": 6851,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 8
                        },
                        "end": {
                          "line": 169,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6815,
                        "end": 6850,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 8
                          },
                          "end": {
                            "line": 169,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6815,
                          "end": 6820,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 8
                            },
                            "end": {
                              "line": 169,
                              "column": 13
                            }
                          },
                          "name": "index"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6823,
                          "end": 6850,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 16
                            },
                            "end": {
                              "line": 169,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6823,
                            "end": 6845,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 16
                              },
                              "end": {
                                "line": 169,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6823,
                              "end": 6837,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 16
                                },
                                "end": {
                                  "line": 169,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6823,
                                "end": 6827,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6828,
                                "end": 6837,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 30
                                  }
                                },
                                "name": "hitsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6838,
                              "end": 6845,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 31
                                },
                                "end": {
                                  "line": 169,
                                  "column": 38
                                }
                              },
                              "name": "indexOf"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6846,
                              "end": 6849,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 39
                                },
                                "end": {
                                  "line": 169,
                                  "column": 42
                                }
                              },
                              "name": "obj"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6860,
                      "end": 6908,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 56
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6864,
                        "end": 6874,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 12
                          },
                          "end": {
                            "line": 170,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6864,
                          "end": 6869,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 12
                            },
                            "end": {
                              "line": 170,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6872,
                          "end": 6874,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 20
                            },
                            "end": {
                              "line": 170,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6873,
                            "end": 6874,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 21
                              },
                              "end": {
                                "line": 170,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6876,
                        "end": 6908,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 24
                          },
                          "end": {
                            "line": 170,
                            "column": 56
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6876,
                          "end": 6907,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 24
                            },
                            "end": {
                              "line": 170,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6876,
                            "end": 6897,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 24
                              },
                              "end": {
                                "line": 170,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6876,
                              "end": 6890,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 24
                                },
                                "end": {
                                  "line": 170,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6876,
                                "end": 6880,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6881,
                                "end": 6890,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 38
                                  }
                                },
                                "name": "hitsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6891,
                              "end": 6897,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 39
                                },
                                "end": {
                                  "line": 170,
                                  "column": 45
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6898,
                              "end": 6903,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 46
                                },
                                "end": {
                                  "line": 170,
                                  "column": 51
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6905,
                              "end": 6906,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 53
                                },
                                "end": {
                                  "line": 170,
                                  "column": 54
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6917,
                      "end": 6956,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6917,
                        "end": 6955,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6917,
                          "end": 6922,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 13
                            }
                          },
                          "name": "index"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6925,
                          "end": 6955,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 16
                            },
                            "end": {
                              "line": 171,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6925,
                            "end": 6950,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 16
                              },
                              "end": {
                                "line": 171,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6925,
                              "end": 6942,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 16
                                },
                                "end": {
                                  "line": 171,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6925,
                                "end": 6929,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6930,
                                "end": 6942,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 33
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6943,
                              "end": 6950,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 34
                                },
                                "end": {
                                  "line": 171,
                                  "column": 41
                                }
                              },
                              "name": "indexOf"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6951,
                              "end": 6954,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 42
                                },
                                "end": {
                                  "line": 171,
                                  "column": 45
                                }
                              },
                              "name": "obj"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6965,
                      "end": 7016,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 8
                        },
                        "end": {
                          "line": 172,
                          "column": 59
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6969,
                        "end": 6979,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 12
                          },
                          "end": {
                            "line": 172,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6969,
                          "end": 6974,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 12
                            },
                            "end": {
                              "line": 172,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6977,
                          "end": 6979,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 20
                            },
                            "end": {
                              "line": 172,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6978,
                            "end": 6979,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 21
                              },
                              "end": {
                                "line": 172,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6981,
                        "end": 7016,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 24
                          },
                          "end": {
                            "line": 172,
                            "column": 59
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6981,
                          "end": 7015,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 24
                            },
                            "end": {
                              "line": 172,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6981,
                            "end": 7005,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 24
                              },
                              "end": {
                                "line": 172,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6981,
                              "end": 6998,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 24
                                },
                                "end": {
                                  "line": 172,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6981,
                                "end": 6985,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6986,
                                "end": 6998,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 41
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6999,
                              "end": 7005,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 42
                                },
                                "end": {
                                  "line": 172,
                                  "column": 48
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7006,
                              "end": 7011,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 49
                                },
                                "end": {
                                  "line": 172,
                                  "column": 54
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 7013,
                              "end": 7014,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 56
                                },
                                "end": {
                                  "line": 172,
                                  "column": 57
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7025,
                      "end": 7124,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 173,
                          "column": 107
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7025,
                        "end": 7123,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 8
                          },
                          "end": {
                            "line": 173,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7025,
                          "end": 7055,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 8
                            },
                            "end": {
                              "line": 173,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7025,
                            "end": 7047,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 8
                              },
                              "end": {
                                "line": 173,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7025,
                              "end": 7036,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 8
                                },
                                "end": {
                                  "line": 173,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7025,
                                "end": 7031,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7032,
                                "end": 7036,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7037,
                                "end": 7046,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7037,
                                  "end": 7041,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7042,
                                  "end": 7046,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 29
                                    }
                                  },
                                  "name": "hits"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7048,
                            "end": 7055,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 31
                              },
                              "end": {
                                "line": 173,
                                "column": 38
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7056,
                            "end": 7122,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 39
                              },
                              "end": {
                                "line": 173,
                                "column": 105
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7056,
                                "end": 7060,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 43
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7064,
                              "end": 7122,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 47
                                },
                                "end": {
                                  "line": 173,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7064,
                                "end": 7096,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7064,
                                  "end": 7088,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7064,
                                    "end": 7079,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7064,
                                      "end": 7073,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7064,
                                        "end": 7068,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7069,
                                        "end": 7073,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 56
                                          }
                                        },
                                        "name": "hits"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7074,
                                      "end": 7078,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 61
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7080,
                                    "end": 7088,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 71
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7093,
                                  "end": 7096,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 79
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7100,
                                "end": 7122,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 105
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7107,
                                  "end": 7122,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 105
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7107,
                                    "end": 7116,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 99
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7107,
                                      "end": 7111,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 94
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7112,
                                      "end": 7116,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 95
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 99
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7117,
                                    "end": 7121,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 104
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7133,
                      "end": 7241,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7133,
                        "end": 7240,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 8
                          },
                          "end": {
                            "line": 174,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7133,
                          "end": 7166,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 8
                            },
                            "end": {
                              "line": 174,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7133,
                            "end": 7158,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 8
                              },
                              "end": {
                                "line": 174,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7133,
                              "end": 7144,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 8
                                },
                                "end": {
                                  "line": 174,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7133,
                                "end": 7139,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7140,
                                "end": 7144,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7145,
                                "end": 7157,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7145,
                                  "end": 7149,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7150,
                                  "end": 7157,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 32
                                    }
                                  },
                                  "name": "actions"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7159,
                            "end": 7166,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 34
                              },
                              "end": {
                                "line": 174,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7167,
                            "end": 7239,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 42
                              },
                              "end": {
                                "line": 174,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7167,
                                "end": 7171,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7175,
                              "end": 7239,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 50
                                },
                                "end": {
                                  "line": 174,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7175,
                                "end": 7210,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7175,
                                  "end": 7202,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7175,
                                    "end": 7193,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7175,
                                      "end": 7187,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7175,
                                        "end": 7179,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7180,
                                        "end": 7187,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 62
                                          }
                                        },
                                        "name": "actions"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7188,
                                      "end": 7192,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7194,
                                    "end": 7202,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7207,
                                  "end": 7210,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7214,
                                "end": 7239,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7221,
                                  "end": 7239,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7221,
                                    "end": 7233,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7221,
                                      "end": 7225,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7226,
                                      "end": 7233,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 108
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7234,
                                    "end": 7238,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7250,
                      "end": 7358,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 8
                        },
                        "end": {
                          "line": 175,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7250,
                        "end": 7357,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 8
                          },
                          "end": {
                            "line": 175,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7250,
                          "end": 7283,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 8
                            },
                            "end": {
                              "line": 175,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7250,
                            "end": 7275,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 8
                              },
                              "end": {
                                "line": 175,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7250,
                              "end": 7261,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 8
                                },
                                "end": {
                                  "line": 175,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7250,
                                "end": 7256,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7257,
                                "end": 7261,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7262,
                                "end": 7274,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7262,
                                  "end": 7266,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7267,
                                  "end": 7274,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 32
                                    }
                                  },
                                  "name": "hovered"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7276,
                            "end": 7283,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 34
                              },
                              "end": {
                                "line": 175,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7284,
                            "end": 7356,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 42
                              },
                              "end": {
                                "line": 175,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7284,
                                "end": 7288,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7292,
                              "end": 7356,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 50
                                },
                                "end": {
                                  "line": 175,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7292,
                                "end": 7327,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7292,
                                  "end": 7319,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7292,
                                    "end": 7310,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7292,
                                      "end": 7304,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7292,
                                        "end": 7296,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7297,
                                        "end": 7304,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 62
                                          }
                                        },
                                        "name": "hovered"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7305,
                                      "end": 7309,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7311,
                                    "end": 7319,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7324,
                                  "end": 7327,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7331,
                                "end": 7356,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7338,
                                  "end": 7356,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7338,
                                    "end": 7350,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7338,
                                      "end": 7342,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7343,
                                      "end": 7350,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 108
                                        }
                                      },
                                      "name": "hovered"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7351,
                                    "end": 7355,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7370,
              "end": 7419,
              "loc": {
                "start": {
                  "line": 178,
                  "column": 4
                },
                "end": {
                  "line": 180,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7370,
                "end": 7380,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 4
                  },
                  "end": {
                    "line": 178,
                    "column": 14
                  }
                },
                "name": "getActions"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7380,
                "end": 7419,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 14
                  },
                  "end": {
                    "line": 180,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7383,
                  "end": 7419,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 17
                    },
                    "end": {
                      "line": 180,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7393,
                      "end": 7413,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7400,
                        "end": 7412,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 15
                          },
                          "end": {
                            "line": 179,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7400,
                          "end": 7404,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 15
                            },
                            "end": {
                              "line": 179,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7405,
                          "end": 7412,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 20
                            },
                            "end": {
                              "line": 179,
                              "column": 27
                            }
                          },
                          "name": "actions"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7425,
              "end": 7477,
              "loc": {
                "start": {
                  "line": 182,
                  "column": 4
                },
                "end": {
                  "line": 184,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7425,
                "end": 7430,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 4
                  },
                  "end": {
                    "line": 182,
                    "column": 9
                  }
                },
                "name": "isHit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7430,
                "end": 7477,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 9
                  },
                  "end": {
                    "line": 184,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7431,
                    "end": 7434,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 10
                      },
                      "end": {
                        "line": 182,
                        "column": 13
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7436,
                  "end": 7477,
                  "loc": {
                    "start": {
                      "line": 182,
                      "column": 15
                    },
                    "end": {
                      "line": 184,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7446,
                      "end": 7471,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7453,
                        "end": 7470,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 15
                          },
                          "end": {
                            "line": 183,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7453,
                          "end": 7462,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 15
                            },
                            "end": {
                              "line": 183,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7453,
                            "end": 7457,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 15
                              },
                              "end": {
                                "line": 183,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7458,
                            "end": 7462,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 20
                              },
                              "end": {
                                "line": 183,
                                "column": 24
                              }
                            },
                            "name": "hits"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 7463,
                          "end": 7469,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 25
                            },
                            "end": {
                              "line": 183,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7463,
                            "end": 7466,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 25
                              },
                              "end": {
                                "line": 183,
                                "column": 28
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7467,
                            "end": 7469,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 29
                              },
                              "end": {
                                "line": 183,
                                "column": 31
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "computed": true
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7483,
              "end": 7541,
              "loc": {
                "start": {
                  "line": 186,
                  "column": 4
                },
                "end": {
                  "line": 188,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7483,
                "end": 7491,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 4
                  },
                  "end": {
                    "line": 186,
                    "column": 12
                  }
                },
                "name": "isAction"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7491,
                "end": 7541,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 12
                  },
                  "end": {
                    "line": 188,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7492,
                    "end": 7495,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 13
                      },
                      "end": {
                        "line": 186,
                        "column": 16
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7497,
                  "end": 7541,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 18
                    },
                    "end": {
                      "line": 188,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7507,
                      "end": 7535,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 8
                        },
                        "end": {
                          "line": 187,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7514,
                        "end": 7534,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 15
                          },
                          "end": {
                            "line": 187,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7514,
                          "end": 7526,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 15
                            },
                            "end": {
                              "line": 187,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7514,
                            "end": 7518,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 15
                              },
                              "end": {
                                "line": 187,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7519,
                            "end": 7526,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 20
                              },
                              "end": {
                                "line": 187,
                                "column": 27
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 7527,
                          "end": 7533,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 28
                            },
                            "end": {
                              "line": 187,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7527,
                            "end": 7530,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 28
                              },
                              "end": {
                                "line": 187,
                                "column": 31
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7531,
                            "end": 7533,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 32
                              },
                              "end": {
                                "line": 187,
                                "column": 34
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "computed": true
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}