{
  "type": "Program",
  "start": 0,
  "end": 7515,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 189,
      "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": 7514,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 188,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 127,
        "end": 7514,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 188,
            "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": 7514,
          "loc": {
            "start": {
              "line": 5,
              "column": 33
            },
            "end": {
              "line": 188,
              "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": 4787,
              "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": 4787,
                "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": 4787,
                  "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": 4130,
                      "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": 4130,
                        "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": 4120,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3274,
                              "end": 4119,
                              "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": 4119,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 18
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3291,
                                  "end": 3512,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3291,
                                    "end": 3462,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3291,
                                      "end": 3406,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3291,
                                        "end": 3342,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 80
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3291,
                                          "end": 3317,
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 55
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 3291,
                                            "end": 3313,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3291,
                                              "end": 3302,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 40
                                                }
                                              },
                                              "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": 3302,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 40
                                                  }
                                                },
                                                "name": "keys"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3303,
                                                "end": 3312,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3303,
                                                  "end": 3307,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3308,
                                                  "end": 3312,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 50
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3314,
                                            "end": 3317,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 55
                                              }
                                            },
                                            "name": "map"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3318,
                                            "end": 3341,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 79
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": true,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3318,
                                                "end": 3322,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 60
                                                  }
                                                },
                                                "name": "item"
                                              }
                                            ],
                                            "body": {
                                              "type": "MemberExpression",
                                              "start": 3326,
                                              "end": 3341,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 79
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3326,
                                                "end": 3335,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 73
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3326,
                                                  "end": 3330,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3331,
                                                  "end": 3335,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 73
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3336,
                                                "end": 3340,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 78
                                                  }
                                                },
                                                "name": "item"
                                              },
                                              "computed": true
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3359,
                                            "end": 3384,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3359,
                                              3384
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3402,
                                        "end": 3406,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 21
                                          }
                                        },
                                        "name": "sort",
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3359,
                                            "end": 3384,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3359,
                                              3384
                                            ]
                                          }
                                        ]
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3407,
                                        "end": 3461,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 76
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3408,
                                            "end": 3409,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 24
                                              }
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3410,
                                            "end": 3411,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 26
                                              }
                                            },
                                            "name": "b"
                                          }
                                        ],
                                        "body": {
                                          "type": "BinaryExpression",
                                          "start": 3416,
                                          "end": 3461,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 76
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3416,
                                            "end": 3437,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 52
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3416,
                                              "end": 3426,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3416,
                                                "end": 3417,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "a"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3418,
                                                "end": 3426,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3427,
                                              "end": 3437,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 52
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3440,
                                            "end": 3461,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3440,
                                              "end": 3450,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3440,
                                                "end": 3441,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3442,
                                                "end": 3450,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3451,
                                              "end": 3461,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 76
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          }
                                        }
                                      }
                                    ],
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3479,
                                        "end": 3488,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3479,
                                          3488
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3506,
                                    "end": 3512,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 23
                                      }
                                    },
                                    "name": "filter",
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3479,
                                        "end": 3488,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3479,
                                          3488
                                        ]
                                      }
                                    ]
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 3513,
                                    "end": 4118,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 17
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3513,
                                        "end": 3517,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 28
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3521,
                                      "end": 4118,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 3543,
                                          "end": 3648,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 125
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 3547,
                                              "end": 3647,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 124
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 3547,
                                                "end": 3554,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "dispose"
                                              },
                                              "init": {
                                                "type": "LogicalExpression",
                                                "start": 3557,
                                                "end": 3647,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 124
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 3558,
                                                  "end": 3604,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 81
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3558,
                                                    "end": 3589,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3558,
                                                      "end": 3583,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 60
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3558,
                                                        "end": 3571,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3558,
                                                          "end": 3562,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 39
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3563,
                                                          "end": 3571,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 48
                                                            }
                                                          },
                                                          "name": "receiver"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3572,
                                                        "end": 3583,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 60
                                                          }
                                                        },
                                                        "name": "interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3584,
                                                      "end": 3589,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 66
                                                        }
                                                      },
                                                      "name": "first"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3593,
                                                    "end": 3604,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 81
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3594,
                                                      "end": 3604,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 81
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3594,
                                                        "end": 3598,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 75
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3599,
                                                        "end": 3604,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 76
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 81
                                                          }
                                                        },
                                                        "name": "first"
                                                      },
                                                      "computed": false
                                                    }
                                                  },
                                                  "parenthesizedExpression": true
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 3609,
                                                  "end": 3647,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 124
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3609,
                                                    "end": 3618,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 95
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3609,
                                                      "end": 3613,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 90
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3614,
                                                      "end": 3618,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "!=",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 3622,
                                                    "end": 3647,
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 99
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 124
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3622,
                                                      "end": 3642,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 119
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3622,
                                                        "end": 3633,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 99
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 110
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3622,
                                                          "end": 3626,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 99
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 103
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3627,
                                                          "end": 3633,
                                                          "loc": {
                                                            "start": {
                                                              "line": 84,
                                                              "column": 104
                                                            },
                                                            "end": {
                                                              "line": 84,
                                                              "column": 110
                                                            }
                                                          },
                                                          "name": "canvas"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3634,
                                                        "end": 3642,
                                                        "loc": {
                                                          "start": {
                                                            "line": 84,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 119
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3643,
                                                      "end": 3647,
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 124
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 3669,
                                          "end": 4063,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 3673,
                                            "end": 3680,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 31
                                              }
                                            },
                                            "name": "dispose"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3682,
                                            "end": 4063,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 3708,
                                                "end": 3990,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 25
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 3712,
                                                  "end": 3759,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 75
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3712,
                                                    "end": 3733,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3712,
                                                      "end": 3724,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3712,
                                                        "end": 3716,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3717,
                                                        "end": 3724,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hovered"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 3725,
                                                      "end": 3732,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3725,
                                                        "end": 3729,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3730,
                                                        "end": 3732,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3737,
                                                    "end": 3759,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 75
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3738,
                                                      "end": 3759,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 75
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3738,
                                                        "end": 3750,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3738,
                                                          "end": 3742,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3743,
                                                          "end": 3750,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 66
                                                            }
                                                          },
                                                          "name": "actions"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 3751,
                                                        "end": 3758,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3751,
                                                          "end": 3755,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 71
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3756,
                                                          "end": 3758,
                                                          "loc": {
                                                            "start": {
                                                              "line": 86,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 86,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "id"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3761,
                                                  "end": 3990,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 25
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3791,
                                                      "end": 3820,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 57
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "UnaryExpression",
                                                        "start": 3791,
                                                        "end": 3819,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 56
                                                          }
                                                        },
                                                        "operator": "delete",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "start": 3798,
                                                          "end": 3819,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3798,
                                                            "end": 3810,
                                                            "loc": {
                                                              "start": {
                                                                "line": 87,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 87,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3798,
                                                              "end": 3802,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3803,
                                                              "end": 3810,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "hovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "MemberExpression",
                                                            "start": 3811,
                                                            "end": 3818,
                                                            "loc": {
                                                              "start": {
                                                                "line": 87,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 87,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3811,
                                                              "end": 3815,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3816,
                                                              "end": 3818,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 87,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          },
                                                          "computed": true
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3849,
                                                      "end": 3912,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 91
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3849,
                                                        "end": 3911,
                                                        "loc": {
                                                          "start": {
                                                            "line": 88,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 88,
                                                            "column": 90
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3849,
                                                          "end": 3867,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3849,
                                                            "end": 3862,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3849,
                                                              "end": 3853,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3854,
                                                              "end": 3862,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "receiver"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3863,
                                                            "end": 3867,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "emit"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3868,
                                                            "end": 3904,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 83
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3868,
                                                              "end": 3894,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3868,
                                                                "end": 3882,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 88,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 88,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3868,
                                                                  "end": 3875,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "name": "Object3"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3876,
                                                                  "end": 3882,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "name": "Events"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3883,
                                                                "end": 3894,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 88,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 88,
                                                                    "column": 73
                                                                  }
                                                                },
                                                                "name": "Interaction"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3895,
                                                              "end": 3904,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "name": "Unhovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3906,
                                                            "end": 3910,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 85
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 89
                                                              }
                                                            },
                                                            "name": "data"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3941,
                                                      "end": 3964,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 51
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3941,
                                                        "end": 3963,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3941,
                                                          "end": 3961,
                                                          "loc": {
                                                            "start": {
                                                              "line": 89,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 89,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3941,
                                                            "end": 3950,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3941,
                                                              "end": 3945,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3946,
                                                              "end": 3950,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3951,
                                                            "end": 3961,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "invalidate"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4015,
                                                "end": 4041,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 50
                                                  }
                                                },
                                                "expression": {
                                                  "type": "UnaryExpression",
                                                  "start": 4015,
                                                  "end": 4040,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 49
                                                    }
                                                  },
                                                  "operator": "delete",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 4022,
                                                    "end": 4040,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4022,
                                                      "end": 4031,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 4022,
                                                        "end": 4026,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4027,
                                                        "end": 4031,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hits"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 4032,
                                                      "end": 4039,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4032,
                                                        "end": 4036,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4037,
                                                        "end": 4039,
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4084,
                                          "end": 4100,
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 36
                                            }
                                          },
                                          "argument": {
                                            "type": "UnaryExpression",
                                            "start": 4091,
                                            "end": 4099,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 35
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4092,
                                              "end": 4099,
                                              "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": 4140,
                          "end": 4163,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "range": [
                            4140,
                            4163
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 4172,
                      "end": 4780,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4176,
                        "end": 4233,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 12
                          },
                          "end": {
                            "line": 98,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 4176,
                          "end": 4193,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 12
                            },
                            "end": {
                              "line": 98,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4176,
                            "end": 4186,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4176,
                              "end": 4180,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 12
                                },
                                "end": {
                                  "line": 98,
                                  "column": 16
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4181,
                              "end": 4186,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 17
                                },
                                "end": {
                                  "line": 98,
                                  "column": 22
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4189,
                            "end": 4193,
                            "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": 4197,
                          "end": 4233,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 33
                            },
                            "end": {
                              "line": 98,
                              "column": 69
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4197,
                            "end": 4229,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 33
                              },
                              "end": {
                                "line": 98,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4197,
                              "end": 4222,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 33
                                },
                                "end": {
                                  "line": 98,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4197,
                                "end": 4208,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4197,
                                  "end": 4203,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 39
                                    }
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4204,
                                  "end": 4208,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 44
                                    }
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4209,
                                  "end": 4221,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4209,
                                    "end": 4213,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4214,
                                    "end": 4221,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 57
                                      }
                                    },
                                    "name": "actions"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4223,
                              "end": 4229,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 59
                                },
                                "end": {
                                  "line": 98,
                                  "column": 65
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4232,
                            "end": 4233,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 68
                              },
                              "end": {
                                "line": 98,
                                "column": 69
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4235,
                        "end": 4780,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 71
                          },
                          "end": {
                            "line": 107,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 4249,
                            "end": 4770,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 106,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 4254,
                              "end": 4262,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 17
                                },
                                "end": {
                                  "line": 99,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4258,
                                  "end": 4262,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4258,
                                    "end": 4262,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 4266,
                              "end": 4283,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 29
                                },
                                "end": {
                                  "line": 99,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4266,
                                "end": 4270,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4271,
                                "end": 4283,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 46
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 4285,
                              "end": 4770,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 48
                                },
                                "end": {
                                  "line": 106,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 4303,
                                  "end": 4756,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 4307,
                                    "end": 4353,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 4307,
                                      "end": 4339,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 52
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 4308,
                                        "end": 4339,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4308,
                                          "end": 4333,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4308,
                                            "end": 4321,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4308,
                                              "end": 4312,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 25
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4313,
                                              "end": 4321,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4322,
                                            "end": 4333,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 46
                                              }
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4334,
                                          "end": 4339,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 52
                                            }
                                          },
                                          "name": "first"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4343,
                                      "end": 4353,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 66
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4343,
                                        "end": 4347,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 60
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4348,
                                        "end": 4353,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 66
                                          }
                                        },
                                        "name": "first"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4355,
                                    "end": 4756,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4377,
                                        "end": 4486,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 129
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4381,
                                            "end": 4485,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 128
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4381,
                                              "end": 4387,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 30
                                                }
                                              },
                                              "name": "vector"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 4390,
                                              "end": 4485,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 128
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4390,
                                                "end": 4483,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 126
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4390,
                                                  "end": 4473,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 116
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4390,
                                                    "end": 4446,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 89
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 4390,
                                                      "end": 4442,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 85
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4390,
                                                        "end": 4424,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 67
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 4390,
                                                          "end": 4414,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 57
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4390,
                                                            "end": 4412,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4390,
                                                              "end": 4406,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4390,
                                                                "end": 4394,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4395,
                                                                "end": 4406,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "name": "coordinates"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4407,
                                                              "end": 4412,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "clone"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4415,
                                                          "end": 4424,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 67
                                                            }
                                                          },
                                                          "name": "unproject"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4425,
                                                          "end": 4441,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 68
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 84
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4425,
                                                            "end": 4434,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 77
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4425,
                                                              "end": 4429,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 72
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4430,
                                                              "end": 4434,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 77
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4435,
                                                            "end": 4441,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 84
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4443,
                                                      "end": 4446,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 89
                                                        }
                                                      },
                                                      "name": "sub"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 4447,
                                                      "end": 4472,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 90
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 115
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4447,
                                                        "end": 4463,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 90
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 106
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4447,
                                                          "end": 4456,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 90
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 4447,
                                                            "end": 4451,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 94
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4452,
                                                            "end": 4456,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 99
                                                              }
                                                            },
                                                            "name": "view"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4457,
                                                          "end": 4463,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 100
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 106
                                                            }
                                                          },
                                                          "name": "camera"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4464,
                                                        "end": 4472,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 107
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 115
                                                          }
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4474,
                                                  "end": 4483,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 126
                                                    }
                                                  },
                                                  "name": "normalize"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4507,
                                        "end": 4612,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 125
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4507,
                                          "end": 4611,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 124
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 4507,
                                            "end": 4516,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4507,
                                              "end": 4511,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4512,
                                              "end": 4516,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 29
                                                }
                                              },
                                              "name": "drag"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 4519,
                                            "end": 4611,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 124
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4519,
                                              "end": 4598,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 111
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 4519,
                                                "end": 4594,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 107
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4519,
                                                  "end": 4556,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4519,
                                                    "end": 4552,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 65
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4519,
                                                      "end": 4550,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4519,
                                                        "end": 4544,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4519,
                                                          "end": 4535,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4519,
                                                            "end": 4528,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4519,
                                                              "end": 4523,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4524,
                                                              "end": 4528,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4529,
                                                            "end": 4535,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4536,
                                                          "end": 4544,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4545,
                                                        "end": 4550,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4553,
                                                    "end": 4556,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "add"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 4557,
                                                    "end": 4593,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 106
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4557,
                                                      "end": 4578,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 91
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4557,
                                                        "end": 4563,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 76
                                                          }
                                                        },
                                                        "name": "vector"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4564,
                                                        "end": 4578,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 91
                                                          }
                                                        },
                                                        "name": "multiplyScalar"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4579,
                                                        "end": 4592,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 92
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 105
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4579,
                                                          "end": 4583,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 92
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 96
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4584,
                                                          "end": 4592,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 105
                                                            }
                                                          },
                                                          "name": "distance"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4595,
                                                "end": 4598,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 111
                                                  }
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4599,
                                                "end": 4610,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 112
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4599,
                                                  "end": 4603,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 112
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 116
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4604,
                                                  "end": 4610,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4633,
                                        "end": 4694,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 81
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4633,
                                          "end": 4693,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4633,
                                            "end": 4651,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4633,
                                              "end": 4646,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4633,
                                                "end": 4637,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 24
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4638,
                                                "end": 4646,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4647,
                                              "end": 4651,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 38
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4652,
                                              "end": 4686,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 73
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4652,
                                                "end": 4678,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4652,
                                                  "end": 4666,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4652,
                                                    "end": 4659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 46
                                                      }
                                                    },
                                                    "name": "Object3"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4660,
                                                    "end": 4666,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 53
                                                      }
                                                    },
                                                    "name": "Events"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4667,
                                                  "end": 4678,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 65
                                                    }
                                                  },
                                                  "name": "Interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4679,
                                                "end": 4686,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "Dragged"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4688,
                                              "end": 4692,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 79
                                                }
                                              },
                                              "name": "data"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4715,
                                        "end": 4738,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4715,
                                          "end": 4737,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4715,
                                            "end": 4735,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4715,
                                              "end": 4724,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4715,
                                                "end": 4719,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4720,
                                                "end": 4724,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "view"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4725,
                                              "end": 4735,
                                              "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": 4140,
                          "end": 4163,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "range": [
                            4140,
                            4163
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4793,
              "end": 5192,
              "loc": {
                "start": {
                  "line": 111,
                  "column": 4
                },
                "end": {
                  "line": 121,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4793,
                "end": 4803,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 4
                  },
                  "end": {
                    "line": 111,
                    "column": 14
                  }
                },
                "name": "onMouseOut"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4803,
                "end": 5192,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 14
                  },
                  "end": {
                    "line": 121,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4804,
                    "end": 4809,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 15
                      },
                      "end": {
                        "line": 111,
                        "column": 20
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4811,
                  "end": 5192,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 22
                    },
                    "end": {
                      "line": 121,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4821,
                      "end": 4847,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4825,
                        "end": 4838,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 12
                          },
                          "end": {
                            "line": 112,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4826,
                          "end": 4838,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 13
                            },
                            "end": {
                              "line": 112,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4826,
                            "end": 4830,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 13
                              },
                              "end": {
                                "line": 112,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4831,
                            "end": 4838,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 18
                              },
                              "end": {
                                "line": 112,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 4840,
                        "end": 4847,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 27
                          },
                          "end": {
                            "line": 112,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 4856,
                      "end": 5186,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4861,
                        "end": 4869,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 13
                          },
                          "end": {
                            "line": 113,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4865,
                            "end": 4869,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 17
                              },
                              "end": {
                                "line": 113,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4865,
                              "end": 4869,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 17
                                },
                                "end": {
                                  "line": 113,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4873,
                        "end": 4887,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 25
                          },
                          "end": {
                            "line": 113,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4873,
                          "end": 4877,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 25
                            },
                            "end": {
                              "line": 113,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4878,
                          "end": 4887,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 30
                            },
                            "end": {
                              "line": 113,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 4889,
                        "end": 5186,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 41
                          },
                          "end": {
                            "line": 120,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4903,
                            "end": 5137,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 12
                              },
                              "end": {
                                "line": 118,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 4907,
                              "end": 4954,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 16
                                },
                                "end": {
                                  "line": 114,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4907,
                                "end": 4928,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4907,
                                  "end": 4919,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4907,
                                    "end": 4911,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4912,
                                    "end": 4919,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 4920,
                                  "end": 4927,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4920,
                                    "end": 4924,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4925,
                                    "end": 4927,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 4932,
                                "end": 4954,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 63
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 4933,
                                  "end": 4954,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4933,
                                    "end": 4945,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4933,
                                      "end": 4937,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4938,
                                      "end": 4945,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 54
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 4946,
                                    "end": 4953,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4946,
                                      "end": 4950,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 59
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4951,
                                      "end": 4953,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 62
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4956,
                              "end": 5137,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 65
                                },
                                "end": {
                                  "line": 118,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4974,
                                  "end": 5003,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 4974,
                                    "end": 5002,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 4981,
                                      "end": 5002,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4981,
                                        "end": 4993,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4981,
                                          "end": 4985,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4986,
                                          "end": 4993,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 4994,
                                        "end": 5001,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4994,
                                          "end": 4998,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4999,
                                          "end": 5001,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5020,
                                  "end": 5083,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5020,
                                    "end": 5082,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5020,
                                      "end": 5038,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5020,
                                        "end": 5033,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5020,
                                          "end": 5024,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5025,
                                          "end": 5033,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5034,
                                        "end": 5038,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5039,
                                        "end": 5075,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5039,
                                          "end": 5065,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5039,
                                            "end": 5053,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5039,
                                              "end": 5046,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5047,
                                              "end": 5053,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5054,
                                            "end": 5065,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5066,
                                          "end": 5075,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5077,
                                        "end": 5081,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5100,
                                  "end": 5123,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5100,
                                    "end": 5122,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5100,
                                      "end": 5120,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5100,
                                        "end": 5109,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5100,
                                          "end": 5104,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5105,
                                          "end": 5109,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5110,
                                        "end": 5120,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5150,
                            "end": 5176,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 5150,
                              "end": 5175,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 12
                                },
                                "end": {
                                  "line": 119,
                                  "column": 37
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5157,
                                "end": 5175,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5157,
                                  "end": 5166,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5157,
                                    "end": 5161,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5162,
                                    "end": 5166,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 28
                                      }
                                    },
                                    "name": "hits"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 5167,
                                  "end": 5174,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5167,
                                    "end": 5171,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5172,
                                    "end": 5174,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5198,
              "end": 6002,
              "loc": {
                "start": {
                  "line": 123,
                  "column": 4
                },
                "end": {
                  "line": 142,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5198,
                "end": 5209,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 4
                  },
                  "end": {
                    "line": 123,
                    "column": 15
                  }
                },
                "name": "onMouseDown"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5209,
                "end": 6002,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 15
                  },
                  "end": {
                    "line": 142,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5210,
                    "end": 5215,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 16
                      },
                      "end": {
                        "line": 123,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5217,
                  "end": 6002,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 23
                    },
                    "end": {
                      "line": 142,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5227,
                      "end": 5253,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5231,
                        "end": 5244,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 12
                          },
                          "end": {
                            "line": 124,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5232,
                          "end": 5244,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 13
                            },
                            "end": {
                              "line": 124,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5232,
                            "end": 5236,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 13
                              },
                              "end": {
                                "line": 124,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5237,
                            "end": 5244,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 18
                              },
                              "end": {
                                "line": 124,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5246,
                        "end": 5253,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 27
                          },
                          "end": {
                            "line": 124,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5263,
                      "end": 5278,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 126,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5263,
                        "end": 5277,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 8
                          },
                          "end": {
                            "line": 126,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5263,
                          "end": 5273,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 126,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5263,
                            "end": 5267,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 8
                              },
                              "end": {
                                "line": 126,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5268,
                            "end": 5273,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 13
                              },
                              "end": {
                                "line": 126,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 5276,
                          "end": 5277,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 21
                            },
                            "end": {
                              "line": 126,
                              "column": 22
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5287,
                      "end": 5393,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 114
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5287,
                        "end": 5392,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 113
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5287,
                          "end": 5301,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5287,
                            "end": 5297,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5287,
                              "end": 5291,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 8
                                },
                                "end": {
                                  "line": 127,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5292,
                              "end": 5297,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 13
                                },
                                "end": {
                                  "line": 127,
                                  "column": 18
                                }
                              },
                              "name": "click"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5298,
                            "end": 5301,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 19
                              },
                              "end": {
                                "line": 127,
                                "column": 22
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 5302,
                            "end": 5343,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 23
                              },
                              "end": {
                                "line": 127,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5302,
                              "end": 5339,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 23
                                },
                                "end": {
                                  "line": 127,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 5303,
                                "end": 5334,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5303,
                                  "end": 5316,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5303,
                                    "end": 5308,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 29
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5309,
                                    "end": 5316,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 37
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 5319,
                                  "end": 5334,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5319,
                                    "end": 5328,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5319,
                                      "end": 5323,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5324,
                                      "end": 5328,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 49
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5329,
                                    "end": 5334,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 55
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5338,
                                "end": 5339,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 60
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 5342,
                              "end": 5343,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 63
                                },
                                "end": {
                                  "line": 127,
                                  "column": 64
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5345,
                            "end": 5388,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 66
                              },
                              "end": {
                                "line": 127,
                                "column": 109
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5345,
                              "end": 5384,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 66
                                },
                                "end": {
                                  "line": 127,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5345,
                                "end": 5380,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 101
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 5347,
                                  "end": 5379,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 100
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5347,
                                    "end": 5360,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 81
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5347,
                                      "end": 5352,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 73
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5353,
                                      "end": 5360,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 81
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5363,
                                    "end": 5379,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 100
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5363,
                                      "end": 5372,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 93
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5363,
                                        "end": 5367,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 88
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5368,
                                        "end": 5372,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 93
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5373,
                                      "end": 5379,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 100
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5383,
                                "end": 5384,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 105
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 5387,
                              "end": 5388,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 108
                                },
                                "end": {
                                  "line": 127,
                                  "column": 109
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 5390,
                            "end": 5391,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 111
                              },
                              "end": {
                                "line": 127,
                                "column": 112
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5403,
                      "end": 5421,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5403,
                        "end": 5420,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 8
                          },
                          "end": {
                            "line": 129,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5403,
                          "end": 5415,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 8
                            },
                            "end": {
                              "line": 129,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5403,
                            "end": 5407,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 8
                              },
                              "end": {
                                "line": 129,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5408,
                            "end": 5415,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 13
                              },
                              "end": {
                                "line": 129,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 5418,
                          "end": 5420,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 23
                            },
                            "end": {
                              "line": 129,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5430,
                      "end": 5453,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5430,
                        "end": 5452,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5430,
                          "end": 5447,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5430,
                            "end": 5434,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 8
                              },
                              "end": {
                                "line": 130,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5435,
                            "end": 5447,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 13
                              },
                              "end": {
                                "line": 130,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 5450,
                          "end": 5452,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 28
                            },
                            "end": {
                              "line": 130,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5463,
                      "end": 5964,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5468,
                        "end": 5476,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 13
                          },
                          "end": {
                            "line": 132,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5472,
                            "end": 5476,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 17
                              },
                              "end": {
                                "line": 132,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5472,
                              "end": 5476,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 17
                                },
                                "end": {
                                  "line": 132,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 5480,
                        "end": 5494,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 25
                          },
                          "end": {
                            "line": 132,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5480,
                          "end": 5484,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 25
                            },
                            "end": {
                              "line": 132,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5485,
                          "end": 5494,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 30
                            },
                            "end": {
                              "line": 132,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5496,
                        "end": 5964,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 41
                          },
                          "end": {
                            "line": 140,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 5510,
                            "end": 5954,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 12
                              },
                              "end": {
                                "line": 139,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 5514,
                              "end": 5560,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 16
                                },
                                "end": {
                                  "line": 133,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5514,
                                "end": 5546,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 48
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 5515,
                                  "end": 5546,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5515,
                                    "end": 5540,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5515,
                                      "end": 5528,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5515,
                                        "end": 5519,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 21
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5520,
                                        "end": 5528,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 30
                                          }
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5529,
                                      "end": 5540,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 42
                                        }
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5541,
                                    "end": 5546,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 48
                                      }
                                    },
                                    "name": "first"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 5550,
                                "end": 5560,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5550,
                                  "end": 5554,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5555,
                                  "end": 5560,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 62
                                    }
                                  },
                                  "name": "first"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5562,
                              "end": 5954,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 64
                                },
                                "end": {
                                  "line": 139,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5580,
                                  "end": 5712,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 148
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5584,
                                      "end": 5711,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 147
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5584,
                                        "end": 5587,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 23
                                          }
                                        },
                                        "name": "pos"
                                      },
                                      "init": {
                                        "type": "ConditionalExpression",
                                        "start": 5590,
                                        "end": 5711,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 147
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 5590,
                                          "end": 5610,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5590,
                                            "end": 5603,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5590,
                                              "end": 5594,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 30
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5595,
                                              "end": 5603,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 39
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5604,
                                            "end": 5610,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 46
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "CallExpression",
                                          "start": 5613,
                                          "end": 5678,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 114
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5613,
                                            "end": 5646,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 82
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5613,
                                              "end": 5633,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5613,
                                                "end": 5626,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5613,
                                                  "end": 5617,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 53
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5618,
                                                  "end": 5626,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5627,
                                                "end": 5633,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 69
                                                  }
                                                },
                                                "name": "parent"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5634,
                                              "end": 5646,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 82
                                                }
                                              },
                                              "name": "localToWorld"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 5647,
                                              "end": 5677,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 113
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5647,
                                                "end": 5675,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 111
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5647,
                                                  "end": 5669,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5647,
                                                    "end": 5660,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 96
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5647,
                                                      "end": 5651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 87
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5652,
                                                      "end": 5660,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 88
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 96
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5661,
                                                    "end": 5669,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5670,
                                                  "end": 5675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 111
                                                    }
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "CallExpression",
                                          "start": 5681,
                                          "end": 5711,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 147
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5681,
                                            "end": 5709,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 117
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 145
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5681,
                                              "end": 5703,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 139
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5681,
                                                "end": 5694,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 117
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 130
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5681,
                                                  "end": 5685,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 121
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5686,
                                                  "end": 5694,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 122
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 130
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5695,
                                                "end": 5703,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 131
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 139
                                                  }
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5704,
                                              "end": 5709,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 140
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 145
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5729,
                                  "end": 5771,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 58
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5729,
                                    "end": 5770,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 57
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5729,
                                      "end": 5740,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5729,
                                        "end": 5733,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 20
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5734,
                                        "end": 5740,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 27
                                          }
                                        },
                                        "name": "offset"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 5743,
                                      "end": 5770,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5743,
                                        "end": 5750,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5743,
                                          "end": 5746,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 33
                                            }
                                          },
                                          "name": "pos"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5747,
                                          "end": 5750,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 37
                                            }
                                          },
                                          "name": "sub"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 5751,
                                          "end": 5769,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5751,
                                            "end": 5767,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5751,
                                              "end": 5761,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5751,
                                                "end": 5755,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5756,
                                                "end": 5761,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "point"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5762,
                                              "end": 5767,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 54
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5788,
                                  "end": 5817,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5788,
                                    "end": 5816,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5788,
                                      "end": 5809,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5788,
                                        "end": 5800,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5788,
                                          "end": 5792,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5793,
                                          "end": 5800,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 28
                                            }
                                          },
                                          "name": "actions"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5801,
                                        "end": 5808,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5801,
                                          "end": 5805,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 33
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5806,
                                          "end": 5808,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 36
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5812,
                                      "end": 5816,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 44
                                        }
                                      },
                                      "name": "data"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5834,
                                  "end": 5863,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5834,
                                    "end": 5862,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5834,
                                      "end": 5856,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5834,
                                        "end": 5851,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5834,
                                          "end": 5838,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5839,
                                          "end": 5851,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 33
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5852,
                                        "end": 5856,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 38
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5857,
                                        "end": 5861,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 43
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5880,
                                  "end": 5940,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 76
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5880,
                                    "end": 5939,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5880,
                                      "end": 5898,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5880,
                                        "end": 5893,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5880,
                                          "end": 5884,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5885,
                                          "end": 5893,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5894,
                                        "end": 5898,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5899,
                                        "end": 5932,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5899,
                                          "end": 5925,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5899,
                                            "end": 5913,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5899,
                                              "end": 5906,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5907,
                                              "end": 5913,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5914,
                                            "end": 5925,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5926,
                                          "end": 5932,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 68
                                            }
                                          },
                                          "name": "Picked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5934,
                                        "end": 5938,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 74
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5973,
                      "end": 5996,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5973,
                        "end": 5995,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 8
                          },
                          "end": {
                            "line": 141,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5973,
                          "end": 5993,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 8
                            },
                            "end": {
                              "line": 141,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5973,
                            "end": 5982,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 8
                              },
                              "end": {
                                "line": 141,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5973,
                              "end": 5977,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 8
                                },
                                "end": {
                                  "line": 141,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5978,
                              "end": 5982,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 13
                                },
                                "end": {
                                  "line": 141,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5983,
                            "end": 5993,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 18
                              },
                              "end": {
                                "line": 141,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6008,
              "end": 6650,
              "loc": {
                "start": {
                  "line": 144,
                  "column": 4
                },
                "end": {
                  "line": 163,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6008,
                "end": 6017,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 13
                  }
                },
                "name": "onMouseUp"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6017,
                "end": 6650,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 13
                  },
                  "end": {
                    "line": 163,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6018,
                    "end": 6023,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 14
                      },
                      "end": {
                        "line": 144,
                        "column": 19
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6025,
                  "end": 6650,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 21
                    },
                    "end": {
                      "line": 163,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6035,
                      "end": 6061,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 6039,
                        "end": 6052,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 12
                          },
                          "end": {
                            "line": 145,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 6040,
                          "end": 6052,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 13
                            },
                            "end": {
                              "line": 145,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6040,
                            "end": 6044,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 13
                              },
                              "end": {
                                "line": 145,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6045,
                            "end": 6052,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 18
                              },
                              "end": {
                                "line": 145,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 6054,
                        "end": 6061,
                        "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": 6071,
                          "end": 6088,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 25
                            }
                          },
                          "range": [
                            6071,
                            6088
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6097,
                      "end": 6552,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6102,
                        "end": 6110,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 13
                          },
                          "end": {
                            "line": 148,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6106,
                            "end": 6110,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 17
                              },
                              "end": {
                                "line": 148,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6106,
                              "end": 6110,
                              "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": 6114,
                        "end": 6131,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 25
                          },
                          "end": {
                            "line": 148,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6114,
                          "end": 6118,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 25
                            },
                            "end": {
                              "line": 148,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6119,
                          "end": 6131,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 30
                            },
                            "end": {
                              "line": 148,
                              "column": 42
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6133,
                        "end": 6552,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 44
                          },
                          "end": {
                            "line": 158,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6147,
                            "end": 6338,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 12
                              },
                              "end": {
                                "line": 152,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6151,
                              "end": 6195,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 16
                                },
                                "end": {
                                  "line": 149,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6151,
                                "end": 6172,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6151,
                                  "end": 6163,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6151,
                                    "end": 6155,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6156,
                                    "end": 6163,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 6164,
                                  "end": 6171,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6164,
                                    "end": 6168,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6169,
                                    "end": 6171,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 6176,
                                "end": 6195,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 60
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6177,
                                  "end": 6195,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6177,
                                    "end": 6186,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6177,
                                      "end": 6181,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6182,
                                      "end": 6186,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 51
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 6187,
                                    "end": 6194,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6187,
                                      "end": 6191,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 56
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6192,
                                      "end": 6194,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 59
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6197,
                              "end": 6338,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 62
                                },
                                "end": {
                                  "line": 152,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6215,
                                  "end": 6244,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 6215,
                                    "end": 6243,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 6222,
                                      "end": 6243,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6222,
                                        "end": 6234,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6222,
                                          "end": 6226,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6227,
                                          "end": 6234,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 6235,
                                        "end": 6242,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6235,
                                          "end": 6239,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6240,
                                          "end": 6242,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6261,
                                  "end": 6324,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6261,
                                    "end": 6323,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6261,
                                      "end": 6279,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6261,
                                        "end": 6274,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6261,
                                          "end": 6265,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6266,
                                          "end": 6274,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6275,
                                        "end": 6279,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6280,
                                        "end": 6316,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6280,
                                          "end": 6306,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6280,
                                            "end": 6294,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6280,
                                              "end": 6287,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6288,
                                              "end": 6294,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6295,
                                            "end": 6306,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6307,
                                          "end": 6316,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6318,
                                        "end": 6322,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6352,
                            "end": 6413,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6352,
                              "end": 6412,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 12
                                },
                                "end": {
                                  "line": 154,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6352,
                                "end": 6370,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6352,
                                  "end": 6365,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6352,
                                    "end": 6356,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 16
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6357,
                                    "end": 6365,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 25
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6366,
                                  "end": 6370,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 30
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 6371,
                                  "end": 6405,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6371,
                                    "end": 6397,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6371,
                                      "end": 6385,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6371,
                                        "end": 6378,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 38
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6379,
                                        "end": 6385,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 45
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6386,
                                      "end": 6397,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 57
                                        }
                                      },
                                      "name": "Interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6398,
                                    "end": 6405,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 65
                                      }
                                    },
                                    "name": "Dropped"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6407,
                                  "end": 6411,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 71
                                    }
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 6426,
                            "end": 6542,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 12
                              },
                              "end": {
                                "line": 157,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 6430,
                              "end": 6447,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 16
                                },
                                "end": {
                                  "line": 155,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6430,
                                "end": 6440,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6430,
                                  "end": 6434,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6435,
                                  "end": 6440,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 26
                                    }
                                  },
                                  "name": "delta"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "Literal",
                                "start": 6443,
                                "end": 6447,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 33
                                  }
                                },
                                "value": 0.05,
                                "rawValue": 0.05,
                                "raw": "0.05"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6449,
                              "end": 6542,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 35
                                },
                                "end": {
                                  "line": 157,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6467,
                                  "end": 6528,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 77
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6467,
                                    "end": 6527,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 76
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6467,
                                      "end": 6485,
                                      "loc": {
                                        "start": {
                                          "line": 156,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6467,
                                        "end": 6480,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6467,
                                          "end": 6471,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6472,
                                          "end": 6480,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6481,
                                        "end": 6485,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6486,
                                        "end": 6520,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6486,
                                          "end": 6512,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6486,
                                            "end": 6500,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6486,
                                              "end": 6493,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6494,
                                              "end": 6500,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6501,
                                            "end": 6512,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6513,
                                          "end": 6520,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 69
                                            }
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6522,
                                        "end": 6526,
                                        "loc": {
                                          "start": {
                                            "line": 156,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 75
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6071,
                          "end": 6088,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 25
                            }
                          },
                          "range": [
                            6071,
                            6088
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6562,
                      "end": 6585,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6562,
                        "end": 6584,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 8
                          },
                          "end": {
                            "line": 160,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6562,
                          "end": 6582,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 8
                            },
                            "end": {
                              "line": 160,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6562,
                            "end": 6571,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 8
                              },
                              "end": {
                                "line": 160,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6562,
                              "end": 6566,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 8
                                },
                                "end": {
                                  "line": 160,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6567,
                              "end": 6571,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 13
                                },
                                "end": {
                                  "line": 160,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6572,
                            "end": 6582,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 18
                              },
                              "end": {
                                "line": 160,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6594,
                      "end": 6612,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6594,
                        "end": 6611,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6594,
                          "end": 6606,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6594,
                            "end": 6598,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 161,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6599,
                            "end": 6606,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 13
                              },
                              "end": {
                                "line": 161,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6609,
                          "end": 6611,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 23
                            },
                            "end": {
                              "line": 161,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6621,
                      "end": 6644,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6621,
                        "end": 6643,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 8
                          },
                          "end": {
                            "line": 162,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6621,
                          "end": 6638,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 8
                            },
                            "end": {
                              "line": 162,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6621,
                            "end": 6625,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 8
                              },
                              "end": {
                                "line": 162,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6626,
                            "end": 6638,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 13
                              },
                              "end": {
                                "line": 162,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 6641,
                          "end": 6643,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 28
                            },
                            "end": {
                              "line": 162,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6656,
              "end": 7335,
              "loc": {
                "start": {
                  "line": 165,
                  "column": 4
                },
                "end": {
                  "line": 175,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6656,
                "end": 6668,
                "loc": {
                  "start": {
                    "line": 165,
                    "column": 4
                  },
                  "end": {
                    "line": 165,
                    "column": 16
                  }
                },
                "name": "removeTarget"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6668,
                "end": 7335,
                "loc": {
                  "start": {
                    "line": 165,
                    "column": 16
                  },
                  "end": {
                    "line": 175,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6669,
                    "end": 6672,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 17
                      },
                      "end": {
                        "line": 165,
                        "column": 20
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6674,
                  "end": 7335,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 22
                    },
                    "end": {
                      "line": 175,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6684,
                      "end": 6722,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6688,
                          "end": 6721,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 12
                            },
                            "end": {
                              "line": 166,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6688,
                            "end": 6693,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 12
                              },
                              "end": {
                                "line": 166,
                                "column": 17
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6696,
                            "end": 6721,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 20
                              },
                              "end": {
                                "line": 166,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6696,
                              "end": 6716,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 20
                                },
                                "end": {
                                  "line": 166,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6696,
                                "end": 6708,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6696,
                                  "end": 6700,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6701,
                                  "end": 6708,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 32
                                    }
                                  },
                                  "name": "targets"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6709,
                                "end": 6716,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 40
                                  }
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6717,
                                "end": 6720,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 44
                                  }
                                },
                                "name": "obj"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 6731,
                      "end": 6777,
                      "loc": {
                        "start": {
                          "line": 167,
                          "column": 8
                        },
                        "end": {
                          "line": 167,
                          "column": 54
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6735,
                        "end": 6745,
                        "loc": {
                          "start": {
                            "line": 167,
                            "column": 12
                          },
                          "end": {
                            "line": 167,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6735,
                          "end": 6740,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 12
                            },
                            "end": {
                              "line": 167,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6743,
                          "end": 6745,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 20
                            },
                            "end": {
                              "line": 167,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6744,
                            "end": 6745,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 21
                              },
                              "end": {
                                "line": 167,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6747,
                        "end": 6777,
                        "loc": {
                          "start": {
                            "line": 167,
                            "column": 24
                          },
                          "end": {
                            "line": 167,
                            "column": 54
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6747,
                          "end": 6776,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 24
                            },
                            "end": {
                              "line": 167,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6747,
                            "end": 6766,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 24
                              },
                              "end": {
                                "line": 167,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6747,
                              "end": 6759,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 24
                                },
                                "end": {
                                  "line": 167,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6747,
                                "end": 6751,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6752,
                                "end": 6759,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 36
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6760,
                              "end": 6766,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 37
                                },
                                "end": {
                                  "line": 167,
                                  "column": 43
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6767,
                              "end": 6772,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 44
                                },
                                "end": {
                                  "line": 167,
                                  "column": 49
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6774,
                              "end": 6775,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 51
                                },
                                "end": {
                                  "line": 167,
                                  "column": 52
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6786,
                      "end": 6822,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6786,
                        "end": 6821,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 8
                          },
                          "end": {
                            "line": 168,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6786,
                          "end": 6791,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 8
                            },
                            "end": {
                              "line": 168,
                              "column": 13
                            }
                          },
                          "name": "index"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6794,
                          "end": 6821,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 16
                            },
                            "end": {
                              "line": 168,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6794,
                            "end": 6816,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 16
                              },
                              "end": {
                                "line": 168,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6794,
                              "end": 6808,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 16
                                },
                                "end": {
                                  "line": 168,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6794,
                                "end": 6798,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6799,
                                "end": 6808,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 30
                                  }
                                },
                                "name": "hitsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6809,
                              "end": 6816,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 31
                                },
                                "end": {
                                  "line": 168,
                                  "column": 38
                                }
                              },
                              "name": "indexOf"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6817,
                              "end": 6820,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 39
                                },
                                "end": {
                                  "line": 168,
                                  "column": 42
                                }
                              },
                              "name": "obj"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6831,
                      "end": 6879,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 8
                        },
                        "end": {
                          "line": 169,
                          "column": 56
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6835,
                        "end": 6845,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 12
                          },
                          "end": {
                            "line": 169,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6835,
                          "end": 6840,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 12
                            },
                            "end": {
                              "line": 169,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6843,
                          "end": 6845,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 20
                            },
                            "end": {
                              "line": 169,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6844,
                            "end": 6845,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 21
                              },
                              "end": {
                                "line": 169,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6847,
                        "end": 6879,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 24
                          },
                          "end": {
                            "line": 169,
                            "column": 56
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6847,
                          "end": 6878,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 24
                            },
                            "end": {
                              "line": 169,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6847,
                            "end": 6868,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 24
                              },
                              "end": {
                                "line": 169,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6847,
                              "end": 6861,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 24
                                },
                                "end": {
                                  "line": 169,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6847,
                                "end": 6851,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6852,
                                "end": 6861,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 38
                                  }
                                },
                                "name": "hitsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6862,
                              "end": 6868,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 39
                                },
                                "end": {
                                  "line": 169,
                                  "column": 45
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6869,
                              "end": 6874,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 46
                                },
                                "end": {
                                  "line": 169,
                                  "column": 51
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6876,
                              "end": 6877,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 53
                                },
                                "end": {
                                  "line": 169,
                                  "column": 54
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6888,
                      "end": 6927,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6888,
                        "end": 6926,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6888,
                          "end": 6893,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 13
                            }
                          },
                          "name": "index"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6896,
                          "end": 6926,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 16
                            },
                            "end": {
                              "line": 170,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6896,
                            "end": 6921,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 16
                              },
                              "end": {
                                "line": 170,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6896,
                              "end": 6913,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 16
                                },
                                "end": {
                                  "line": 170,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6896,
                                "end": 6900,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6901,
                                "end": 6913,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 33
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6914,
                              "end": 6921,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 34
                                },
                                "end": {
                                  "line": 170,
                                  "column": 41
                                }
                              },
                              "name": "indexOf"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6922,
                              "end": 6925,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 42
                                },
                                "end": {
                                  "line": 170,
                                  "column": 45
                                }
                              },
                              "name": "obj"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6936,
                      "end": 6987,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 59
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6940,
                        "end": 6950,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 12
                          },
                          "end": {
                            "line": 171,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6940,
                          "end": 6945,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 12
                            },
                            "end": {
                              "line": 171,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6948,
                          "end": 6950,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 20
                            },
                            "end": {
                              "line": 171,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 6949,
                            "end": 6950,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 21
                              },
                              "end": {
                                "line": 171,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 6952,
                        "end": 6987,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 24
                          },
                          "end": {
                            "line": 171,
                            "column": 59
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6952,
                          "end": 6986,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 24
                            },
                            "end": {
                              "line": 171,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6952,
                            "end": 6976,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 24
                              },
                              "end": {
                                "line": 171,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6952,
                              "end": 6969,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 24
                                },
                                "end": {
                                  "line": 171,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6952,
                                "end": 6956,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6957,
                                "end": 6969,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 41
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6970,
                              "end": 6976,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 42
                                },
                                "end": {
                                  "line": 171,
                                  "column": 48
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6977,
                              "end": 6982,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 49
                                },
                                "end": {
                                  "line": 171,
                                  "column": 54
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 6984,
                              "end": 6985,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 56
                                },
                                "end": {
                                  "line": 171,
                                  "column": 57
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6996,
                      "end": 7095,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 8
                        },
                        "end": {
                          "line": 172,
                          "column": 107
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6996,
                        "end": 7094,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 8
                          },
                          "end": {
                            "line": 172,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6996,
                          "end": 7026,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 8
                            },
                            "end": {
                              "line": 172,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 6996,
                            "end": 7018,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 8
                              },
                              "end": {
                                "line": 172,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6996,
                              "end": 7007,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 8
                                },
                                "end": {
                                  "line": 172,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6996,
                                "end": 7002,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7003,
                                "end": 7007,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7008,
                                "end": 7017,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7008,
                                  "end": 7012,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7013,
                                  "end": 7017,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 29
                                    }
                                  },
                                  "name": "hits"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7019,
                            "end": 7026,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 31
                              },
                              "end": {
                                "line": 172,
                                "column": 38
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7027,
                            "end": 7093,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 39
                              },
                              "end": {
                                "line": 172,
                                "column": 105
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7027,
                                "end": 7031,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 43
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7035,
                              "end": 7093,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 47
                                },
                                "end": {
                                  "line": 172,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7035,
                                "end": 7067,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7035,
                                  "end": 7059,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7035,
                                    "end": 7050,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7035,
                                      "end": 7044,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7035,
                                        "end": 7039,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7040,
                                        "end": 7044,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 56
                                          }
                                        },
                                        "name": "hits"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7045,
                                      "end": 7049,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 61
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7051,
                                    "end": 7059,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 71
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7064,
                                  "end": 7067,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 79
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7071,
                                "end": 7093,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 105
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7078,
                                  "end": 7093,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 105
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7078,
                                    "end": 7087,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 99
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7078,
                                      "end": 7082,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 94
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7083,
                                      "end": 7087,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 95
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 99
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7088,
                                    "end": 7092,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 104
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7104,
                      "end": 7212,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 173,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7104,
                        "end": 7211,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 8
                          },
                          "end": {
                            "line": 173,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7104,
                          "end": 7137,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 8
                            },
                            "end": {
                              "line": 173,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7104,
                            "end": 7129,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 8
                              },
                              "end": {
                                "line": 173,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7104,
                              "end": 7115,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 8
                                },
                                "end": {
                                  "line": 173,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7104,
                                "end": 7110,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7111,
                                "end": 7115,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7116,
                                "end": 7128,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7116,
                                  "end": 7120,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7121,
                                  "end": 7128,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 32
                                    }
                                  },
                                  "name": "actions"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7130,
                            "end": 7137,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 34
                              },
                              "end": {
                                "line": 173,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7138,
                            "end": 7210,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 42
                              },
                              "end": {
                                "line": 173,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7138,
                                "end": 7142,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7146,
                              "end": 7210,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 50
                                },
                                "end": {
                                  "line": 173,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7146,
                                "end": 7181,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7146,
                                  "end": 7173,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7146,
                                    "end": 7164,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7146,
                                      "end": 7158,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7146,
                                        "end": 7150,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7151,
                                        "end": 7158,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 62
                                          }
                                        },
                                        "name": "actions"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7159,
                                      "end": 7163,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7165,
                                    "end": 7173,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7178,
                                  "end": 7181,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7185,
                                "end": 7210,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7192,
                                  "end": 7210,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7192,
                                    "end": 7204,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7192,
                                      "end": 7196,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7197,
                                      "end": 7204,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 108
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7205,
                                    "end": 7209,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7221,
                      "end": 7329,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7221,
                        "end": 7328,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 8
                          },
                          "end": {
                            "line": 174,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7221,
                          "end": 7254,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 8
                            },
                            "end": {
                              "line": 174,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7221,
                            "end": 7246,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 8
                              },
                              "end": {
                                "line": 174,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7221,
                              "end": 7232,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 8
                                },
                                "end": {
                                  "line": 174,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7221,
                                "end": 7227,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7228,
                                "end": 7232,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7233,
                                "end": 7245,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7233,
                                  "end": 7237,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7238,
                                  "end": 7245,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 32
                                    }
                                  },
                                  "name": "hovered"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7247,
                            "end": 7254,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 34
                              },
                              "end": {
                                "line": 174,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7255,
                            "end": 7327,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 42
                              },
                              "end": {
                                "line": 174,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7255,
                                "end": 7259,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7263,
                              "end": 7327,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 50
                                },
                                "end": {
                                  "line": 174,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7263,
                                "end": 7298,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7263,
                                  "end": 7290,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7263,
                                    "end": 7281,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7263,
                                      "end": 7275,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7263,
                                        "end": 7267,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7268,
                                        "end": 7275,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 62
                                          }
                                        },
                                        "name": "hovered"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7276,
                                      "end": 7280,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7282,
                                    "end": 7290,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7295,
                                  "end": 7298,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7302,
                                "end": 7327,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7309,
                                  "end": 7327,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7309,
                                    "end": 7321,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7309,
                                      "end": 7313,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7314,
                                      "end": 7321,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 108
                                        }
                                      },
                                      "name": "hovered"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7322,
                                    "end": 7326,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7341,
              "end": 7390,
              "loc": {
                "start": {
                  "line": 177,
                  "column": 4
                },
                "end": {
                  "line": 179,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7341,
                "end": 7351,
                "loc": {
                  "start": {
                    "line": 177,
                    "column": 4
                  },
                  "end": {
                    "line": 177,
                    "column": 14
                  }
                },
                "name": "getActions"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7351,
                "end": 7390,
                "loc": {
                  "start": {
                    "line": 177,
                    "column": 14
                  },
                  "end": {
                    "line": 179,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7354,
                  "end": 7390,
                  "loc": {
                    "start": {
                      "line": 177,
                      "column": 17
                    },
                    "end": {
                      "line": 179,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7364,
                      "end": 7384,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 8
                        },
                        "end": {
                          "line": 178,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7371,
                        "end": 7383,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 15
                          },
                          "end": {
                            "line": 178,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7371,
                          "end": 7375,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 15
                            },
                            "end": {
                              "line": 178,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7376,
                          "end": 7383,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 20
                            },
                            "end": {
                              "line": 178,
                              "column": 27
                            }
                          },
                          "name": "actions"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7396,
              "end": 7448,
              "loc": {
                "start": {
                  "line": 181,
                  "column": 4
                },
                "end": {
                  "line": 183,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7396,
                "end": 7401,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 4
                  },
                  "end": {
                    "line": 181,
                    "column": 9
                  }
                },
                "name": "isHit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7401,
                "end": 7448,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 9
                  },
                  "end": {
                    "line": 183,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7402,
                    "end": 7405,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 10
                      },
                      "end": {
                        "line": 181,
                        "column": 13
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7407,
                  "end": 7448,
                  "loc": {
                    "start": {
                      "line": 181,
                      "column": 15
                    },
                    "end": {
                      "line": 183,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7417,
                      "end": 7442,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 8
                        },
                        "end": {
                          "line": 182,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7424,
                        "end": 7441,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 15
                          },
                          "end": {
                            "line": 182,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7424,
                          "end": 7433,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 15
                            },
                            "end": {
                              "line": 182,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7424,
                            "end": 7428,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 15
                              },
                              "end": {
                                "line": 182,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7429,
                            "end": 7433,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 20
                              },
                              "end": {
                                "line": 182,
                                "column": 24
                              }
                            },
                            "name": "hits"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 7434,
                          "end": 7440,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 25
                            },
                            "end": {
                              "line": 182,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7434,
                            "end": 7437,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 25
                              },
                              "end": {
                                "line": 182,
                                "column": 28
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7438,
                            "end": 7440,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 29
                              },
                              "end": {
                                "line": 182,
                                "column": 31
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "computed": true
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7454,
              "end": 7512,
              "loc": {
                "start": {
                  "line": 185,
                  "column": 4
                },
                "end": {
                  "line": 187,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7454,
                "end": 7462,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 4
                  },
                  "end": {
                    "line": 185,
                    "column": 12
                  }
                },
                "name": "isAction"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7462,
                "end": 7512,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 12
                  },
                  "end": {
                    "line": 187,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7463,
                    "end": 7466,
                    "loc": {
                      "start": {
                        "line": 185,
                        "column": 13
                      },
                      "end": {
                        "line": 185,
                        "column": 16
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7468,
                  "end": 7512,
                  "loc": {
                    "start": {
                      "line": 185,
                      "column": 18
                    },
                    "end": {
                      "line": 187,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7478,
                      "end": 7506,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 8
                        },
                        "end": {
                          "line": 186,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7485,
                        "end": 7505,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 15
                          },
                          "end": {
                            "line": 186,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7485,
                          "end": 7497,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 15
                            },
                            "end": {
                              "line": 186,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7485,
                            "end": 7489,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 15
                              },
                              "end": {
                                "line": 186,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7490,
                            "end": 7497,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 20
                              },
                              "end": {
                                "line": 186,
                                "column": 27
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 7498,
                          "end": 7504,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 28
                            },
                            "end": {
                              "line": 186,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7498,
                            "end": 7501,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 28
                              },
                              "end": {
                                "line": 186,
                                "column": 31
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7502,
                            "end": 7504,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 32
                              },
                              "end": {
                                "line": 186,
                                "column": 34
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "computed": true
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}