{
  "type": "File",
  "start": 0,
  "end": 7802,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 194,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 7802,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 194,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 41,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 41
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 16,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 16,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 16
                },
                "identifierName": "cloneDeep"
              },
              "name": "cloneDeep"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 22,
          "end": 40,
          "loc": {
            "start": {
              "line": 1,
              "column": 22
            },
            "end": {
              "line": 1,
              "column": 40
            }
          },
          "extra": {
            "rawValue": "lodash/cloneDeep",
            "raw": "'lodash/cloneDeep'"
          },
          "value": "lodash/cloneDeep"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 42,
        "end": 73,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 49,
            "end": 59,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 54,
              "end": 59,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 12
                },
                "end": {
                  "line": 2,
                  "column": 17
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 65,
          "end": 72,
          "loc": {
            "start": {
              "line": 2,
              "column": 23
            },
            "end": {
              "line": 2,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "three",
            "raw": "'three'"
          },
          "value": "three"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 74,
        "end": 116,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 81,
            "end": 88,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 81,
              "end": 88,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 14
                },
                "identifierName": "Object3"
              },
              "name": "Object3"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 94,
          "end": 115,
          "loc": {
            "start": {
              "line": 3,
              "column": 20
            },
            "end": {
              "line": 3,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "../../three/object3",
            "raw": "'../../three/object3'"
          },
          "value": "../../three/object3"
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 118,
        "end": 2574,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 69,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 125,
          "end": 2574,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 69,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 131,
            "end": 137,
            "loc": {
              "start": {
                "line": 5,
                "column": 13
              },
              "end": {
                "line": 5,
                "column": 19
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "superClass": {
            "type": "MemberExpression",
            "start": 146,
            "end": 156,
            "loc": {
              "start": {
                "line": 5,
                "column": 28
              },
              "end": {
                "line": 5,
                "column": 38
              }
            },
            "object": {
              "type": "Identifier",
              "start": 146,
              "end": 151,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 28
                },
                "end": {
                  "line": 5,
                  "column": 33
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            },
            "property": {
              "type": "Identifier",
              "start": 152,
              "end": 156,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 34
                },
                "end": {
                  "line": 5,
                  "column": 38
                },
                "identifierName": "Mesh"
              },
              "name": "Mesh"
            },
            "computed": false
          },
          "body": {
            "type": "ClassBody",
            "start": 157,
            "end": 2574,
            "loc": {
              "start": {
                "line": 5,
                "column": 39
              },
              "end": {
                "line": 69,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 163,
                "end": 508,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 163,
                  "end": 174,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4
                    },
                    "end": {
                      "line": 6,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 175,
                    "end": 183,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 24
                      },
                      "identifierName": "geometry"
                    },
                    "name": "geometry"
                  },
                  {
                    "type": "Identifier",
                    "start": 185,
                    "end": 193,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 26
                      },
                      "end": {
                        "line": 6,
                        "column": 34
                      },
                      "identifierName": "material"
                    },
                    "name": "material"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 195,
                  "end": 508,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 36
                    },
                    "end": {
                      "line": 13,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 205,
                      "end": 231,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 205,
                        "end": 230,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 205,
                          "end": 210,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 211,
                            "end": 219,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 14
                              },
                              "end": {
                                "line": 7,
                                "column": 22
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          {
                            "type": "Identifier",
                            "start": 221,
                            "end": 229,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 24
                              },
                              "end": {
                                "line": 7,
                                "column": 32
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 240,
                      "end": 283,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 240,
                        "end": 282,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 240,
                          "end": 262,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 240,
                            "end": 244,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 245,
                            "end": 262,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 30
                              },
                              "identifierName": "createInteraction"
                            },
                            "name": "createInteraction"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 263,
                            "end": 281,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 31
                              },
                              "end": {
                                "line": 8,
                                "column": 49
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 265,
                                "end": 279,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 265,
                                  "end": 273,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 41
                                    },
                                    "identifierName": "priority"
                                  },
                                  "name": "priority"
                                },
                                "value": {
                                  "type": "NumericLiteral",
                                  "start": 275,
                                  "end": 279,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1000,
                                    "raw": "1000"
                                  },
                                  "value": 1000
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 292,
                      "end": 471,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 72
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 297,
                        "end": 309,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 301,
                            "end": 309,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 17
                              },
                              "end": {
                                "line": 9,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 301,
                              "end": 309,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 17
                                },
                                "end": {
                                  "line": 9,
                                  "column": 25
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 313,
                        "end": 342,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 29
                          },
                          "end": {
                            "line": 9,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 313,
                          "end": 326,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 313,
                            "end": 319,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 29
                              },
                              "end": {
                                "line": 9,
                                "column": 35
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 320,
                            "end": 326,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 36
                              },
                              "end": {
                                "line": 9,
                                "column": 42
                              },
                              "identifierName": "values"
                            },
                            "name": "values"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 327,
                            "end": 341,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 43
                              },
                              "end": {
                                "line": 9,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 327,
                              "end": 334,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 43
                                },
                                "end": {
                                  "line": 9,
                                  "column": 50
                                },
                                "identifierName": "Object3"
                              },
                              "name": "Object3"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 335,
                              "end": 341,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 51
                                },
                                "end": {
                                  "line": 9,
                                  "column": 57
                                },
                                "identifierName": "Events"
                              },
                              "name": "Events"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "body": {
                        "type": "ForOfStatement",
                        "start": 356,
                        "end": 471,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 12
                          },
                          "end": {
                            "line": 11,
                            "column": 72
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 361,
                          "end": 370,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 17
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 365,
                              "end": 370,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 21
                                },
                                "end": {
                                  "line": 10,
                                  "column": 26
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 365,
                                "end": 370,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 26
                                  },
                                  "identifierName": "event"
                                },
                                "name": "event"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 374,
                          "end": 397,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 374,
                            "end": 387,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 30
                              },
                              "end": {
                                "line": 10,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 374,
                              "end": 380,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 30
                                },
                                "end": {
                                  "line": 10,
                                  "column": 36
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 381,
                              "end": 387,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 37
                                },
                                "end": {
                                  "line": 10,
                                  "column": 43
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 388,
                              "end": 396,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 44
                                },
                                "end": {
                                  "line": 10,
                                  "column": 52
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            }
                          ]
                        },
                        "body": {
                          "type": "IfStatement",
                          "start": 415,
                          "end": 471,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 16
                            },
                            "end": {
                              "line": 11,
                              "column": 72
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 419,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 20
                              },
                              "end": {
                                "line": 11,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 419,
                              "end": 423,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 20
                                },
                                "end": {
                                  "line": 11,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 424,
                              "end": 429,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 25
                                },
                                "end": {
                                  "line": 11,
                                  "column": 30
                                },
                                "identifierName": "event"
                              },
                              "name": "event"
                            },
                            "computed": true
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 432,
                            "end": 471,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 33
                              },
                              "end": {
                                "line": 11,
                                "column": 72
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 432,
                              "end": 470,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 33
                                },
                                "end": {
                                  "line": 11,
                                  "column": 71
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 432,
                                "end": 439,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 432,
                                  "end": 436,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 37
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 437,
                                  "end": 439,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 40
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 440,
                                  "end": 445,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 46
                                    },
                                    "identifierName": "event"
                                  },
                                  "name": "event"
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 447,
                                  "end": 469,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 70
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 447,
                                    "end": 463,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 447,
                                      "end": 458,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 447,
                                        "end": 451,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 452,
                                        "end": 457,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 58
                                          },
                                          "identifierName": "event"
                                        },
                                        "name": "event"
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 459,
                                      "end": 463,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 64
                                        },
                                        "identifierName": "bind"
                                      },
                                      "name": "bind"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "start": 464,
                                      "end": 468,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 69
                                        }
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          "alternate": null
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 480,
                      "end": 502,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 480,
                        "end": 501,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 480,
                          "end": 489,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 480,
                            "end": 484,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 485,
                            "end": 489,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 492,
                          "end": 501,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 20
                            },
                            "end": {
                              "line": 12,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 514,
                "end": 612,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 515,
                  "end": 548,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 5
                    },
                    "end": {
                      "line": 15,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 515,
                    "end": 541,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 5
                      },
                      "end": {
                        "line": 15,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 515,
                      "end": 529,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 5
                        },
                        "end": {
                          "line": 15,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 515,
                        "end": 522,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 5
                          },
                          "end": {
                            "line": 15,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 523,
                        "end": 529,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 13
                          },
                          "end": {
                            "line": 15,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 530,
                      "end": 541,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 20
                        },
                        "end": {
                          "line": 15,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 542,
                    "end": 548,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 32
                      },
                      "end": {
                        "line": 15,
                        "column": 38
                      },
                      "identifierName": "Picked"
                    },
                    "name": "Picked"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 550,
                    "end": 559,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 40
                      },
                      "end": {
                        "line": 15,
                        "column": 49
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 561,
                  "end": 612,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 51
                    },
                    "end": {
                      "line": 17,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 571,
                      "end": 606,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 571,
                        "end": 605,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 571,
                          "end": 597,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 571,
                            "end": 589,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 571,
                              "end": 580,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 571,
                                "end": 575,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 576,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 581,
                              "end": 589,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 18
                                },
                                "end": {
                                  "line": 16,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 590,
                            "end": 597,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 27
                              },
                              "end": {
                                "line": 16,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 600,
                          "end": 605,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 37
                            },
                            "end": {
                              "line": 16,
                              "column": 42
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 618,
                "end": 1101,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 28,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 618,
                  "end": 630,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 16
                    },
                    "identifierName": "dragInternal"
                  },
                  "name": "dragInternal"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 631,
                    "end": 640,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 17
                      },
                      "end": {
                        "line": 19,
                        "column": 26
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 642,
                  "end": 1101,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 28
                    },
                    "end": {
                      "line": 28,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 652,
                      "end": 756,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 112
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 658,
                          "end": 755,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 14
                            },
                            "end": {
                              "line": 20,
                              "column": 111
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 658,
                            "end": 661,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 14
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 664,
                            "end": 755,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 20
                              },
                              "end": {
                                "line": 20,
                                "column": 111
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 664,
                              "end": 698,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 20
                                },
                                "end": {
                                  "line": 20,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 664,
                                "end": 685,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 664,
                                  "end": 683,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 664,
                                    "end": 677,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 664,
                                      "end": 673,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 29
                                        },
                                        "identifierName": "hitObject"
                                      },
                                      "name": "hitObject"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 674,
                                      "end": 677,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 33
                                        },
                                        "identifierName": "ray"
                                      },
                                      "name": "ray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 678,
                                    "end": 683,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 39
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 686,
                                "end": 698,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 54
                                  },
                                  "identifierName": "applyMatrix4"
                                },
                                "name": "applyMatrix4"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 699,
                                "end": 754,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 110
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 699,
                                  "end": 729,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "NewExpression",
                                    "start": 699,
                                    "end": 718,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 74
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 703,
                                      "end": 716,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 72
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 703,
                                        "end": 708,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 64
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 709,
                                        "end": 716,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 72
                                          },
                                          "identifierName": "Matrix4"
                                        },
                                        "name": "Matrix4"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 719,
                                    "end": 729,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 85
                                      },
                                      "identifierName": "getInverse"
                                    },
                                    "name": "getInverse"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 730,
                                    "end": 753,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 109
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 730,
                                      "end": 741,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 97
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 730,
                                        "end": 734,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 90
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 735,
                                        "end": 741,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 97
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 742,
                                      "end": 753,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 98
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 109
                                        },
                                        "identifierName": "matrixWorld"
                                      },
                                      "name": "matrixWorld"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 765,
                      "end": 846,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 89
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 771,
                          "end": 845,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 14
                            },
                            "end": {
                              "line": 21,
                              "column": 88
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 771,
                            "end": 779,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 14
                              },
                              "end": {
                                "line": 21,
                                "column": 22
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 782,
                            "end": 845,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 25
                              },
                              "end": {
                                "line": 21,
                                "column": 88
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 782,
                              "end": 800,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 25
                                },
                                "end": {
                                  "line": 21,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 782,
                                "end": 785,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "identifierName": "ray"
                                },
                                "name": "ray"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 786,
                                "end": 800,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 43
                                  },
                                  "identifierName": "intersectPlane"
                                },
                                "name": "intersectPlane"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 801,
                                "end": 844,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 87
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 805,
                                  "end": 816,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 805,
                                    "end": 810,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 53
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 811,
                                    "end": 816,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 59
                                      },
                                      "identifierName": "Plane"
                                    },
                                    "name": "Plane"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "start": 817,
                                    "end": 843,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 821,
                                      "end": 834,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 821,
                                        "end": 826,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 69
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 827,
                                        "end": 834,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 77
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 835,
                                        "end": 836,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 79
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 838,
                                        "end": 839,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 82
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 841,
                                        "end": 842,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 85
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      }
                                    ]
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 855,
                      "end": 895,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 861,
                          "end": 894,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 14
                            },
                            "end": {
                              "line": 22,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 861,
                            "end": 863,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 14
                              },
                              "end": {
                                "line": 22,
                                "column": 16
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 866,
                            "end": 894,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 19
                              },
                              "end": {
                                "line": 22,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 866,
                              "end": 891,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 19
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 866,
                                "end": 886,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 866,
                                  "end": 877,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 866,
                                    "end": 870,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 871,
                                    "end": 877,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 30
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 878,
                                  "end": 886,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 39
                                    },
                                    "identifierName": "userData"
                                  },
                                  "name": "userData"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 887,
                                "end": 891,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 44
                                  },
                                  "identifierName": "meta"
                                },
                                "name": "meta"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 892,
                              "end": 894,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 45
                                },
                                "end": {
                                  "line": 22,
                                  "column": 47
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 904,
                      "end": 920,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 24
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 908,
                        "end": 911,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 12
                          },
                          "end": {
                            "line": 23,
                            "column": 15
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 909,
                          "end": 911,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 13
                            },
                            "end": {
                              "line": 23,
                              "column": 15
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 913,
                        "end": 920,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 17
                          },
                          "end": {
                            "line": 23,
                            "column": 24
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 929,
                      "end": 991,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 70
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 933,
                          "end": 990,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 12
                            },
                            "end": {
                              "line": 24,
                              "column": 69
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 933,
                            "end": 938,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 12
                              },
                              "end": {
                                "line": 24,
                                "column": 17
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 941,
                            "end": 990,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 20
                              },
                              "end": {
                                "line": 24,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 941,
                              "end": 950,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 20
                                },
                                "end": {
                                  "line": 24,
                                  "column": 29
                                },
                                "identifierName": "cloneDeep"
                              },
                              "name": "cloneDeep"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 951,
                                "end": 989,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 951,
                                  "end": 985,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 64
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 951,
                                    "end": 980,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 951,
                                      "end": 969,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 951,
                                        "end": 962,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 951,
                                          "end": 955,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 956,
                                          "end": 962,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 41
                                            },
                                            "identifierName": "parent"
                                          },
                                          "name": "parent"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 963,
                                        "end": 969,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 48
                                          },
                                          "identifierName": "plugin"
                                        },
                                        "name": "plugin"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 970,
                                      "end": 980,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 59
                                        },
                                        "identifierName": "connection"
                                      },
                                      "name": "connection"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 981,
                                    "end": 985,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 64
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 986,
                                  "end": 988,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 67
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1000,
                      "end": 1029,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1000,
                        "end": 1028,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1000,
                          "end": 1011,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1000,
                            "end": 1004,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1005,
                            "end": 1011,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 19
                              },
                              "identifierName": "onDrag"
                            },
                            "name": "onDrag"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1012,
                            "end": 1017,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 20
                              },
                              "end": {
                                "line": 25,
                                "column": 25
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          {
                            "type": "Identifier",
                            "start": 1019,
                            "end": 1027,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 27
                              },
                              "end": {
                                "line": 25,
                                "column": 35
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1038,
                      "end": 1073,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1038,
                        "end": 1072,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1038,
                          "end": 1065,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1038,
                            "end": 1049,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1038,
                              "end": 1042,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1043,
                              "end": 1049,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 13
                                },
                                "end": {
                                  "line": 26,
                                  "column": 19
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1050,
                            "end": 1065,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 20
                              },
                              "end": {
                                "line": 26,
                                "column": 35
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1066,
                            "end": 1071,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 36
                              },
                              "end": {
                                "line": 26,
                                "column": 41
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1082,
                      "end": 1095,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1089,
                        "end": 1094,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 15
                          },
                          "end": {
                            "line": 27,
                            "column": 20
                          },
                          "identifierName": "state"
                        },
                        "name": "state"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1107,
                "end": 1241,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 4
                  },
                  "end": {
                    "line": 33,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1108,
                  "end": 1142,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 5
                    },
                    "end": {
                      "line": 30,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1108,
                    "end": 1134,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 5
                      },
                      "end": {
                        "line": 30,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1108,
                      "end": 1122,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 5
                        },
                        "end": {
                          "line": 30,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1108,
                        "end": 1115,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 5
                          },
                          "end": {
                            "line": 30,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1116,
                        "end": 1122,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 13
                          },
                          "end": {
                            "line": 30,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1123,
                      "end": 1134,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 20
                        },
                        "end": {
                          "line": 30,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1135,
                    "end": 1142,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 32
                      },
                      "end": {
                        "line": 30,
                        "column": 39
                      },
                      "identifierName": "Dragged"
                    },
                    "name": "Dragged"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1144,
                    "end": 1153,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 41
                      },
                      "end": {
                        "line": 30,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1155,
                  "end": 1241,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 52
                    },
                    "end": {
                      "line": 33,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1165,
                      "end": 1197,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1165,
                        "end": 1196,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1165,
                          "end": 1184,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1165,
                            "end": 1174,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1165,
                              "end": 1169,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1170,
                              "end": 1174,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 13
                                },
                                "end": {
                                  "line": 31,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1175,
                            "end": 1184,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1185,
                            "end": 1195,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 28
                              },
                              "end": {
                                "line": 31,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "grabbing",
                              "raw": "'grabbing'"
                            },
                            "value": "grabbing"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1206,
                      "end": 1235,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1206,
                        "end": 1234,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1206,
                          "end": 1223,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1206,
                            "end": 1210,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1211,
                            "end": 1223,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13
                              },
                              "end": {
                                "line": 32,
                                "column": 25
                              },
                              "identifierName": "dragInternal"
                            },
                            "name": "dragInternal"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1224,
                            "end": 1233,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 26
                              },
                              "end": {
                                "line": 32,
                                "column": 35
                              },
                              "identifierName": "hitObject"
                            },
                            "name": "hitObject"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1247,
                "end": 1490,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 4
                  },
                  "end": {
                    "line": 41,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1248,
                  "end": 1282,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 5
                    },
                    "end": {
                      "line": 35,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1248,
                    "end": 1274,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 5
                      },
                      "end": {
                        "line": 35,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1248,
                      "end": 1262,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 5
                        },
                        "end": {
                          "line": 35,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1248,
                        "end": 1255,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 5
                          },
                          "end": {
                            "line": 35,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1256,
                        "end": 1262,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 13
                          },
                          "end": {
                            "line": 35,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1263,
                      "end": 1274,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 20
                        },
                        "end": {
                          "line": 35,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1275,
                    "end": 1282,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 32
                      },
                      "end": {
                        "line": 35,
                        "column": 39
                      },
                      "identifierName": "Dropped"
                    },
                    "name": "Dropped"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1284,
                    "end": 1293,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 41
                      },
                      "end": {
                        "line": 35,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1295,
                  "end": 1490,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 52
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1305,
                      "end": 1333,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 36,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1305,
                        "end": 1332,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 36,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1305,
                          "end": 1324,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1305,
                            "end": 1314,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1305,
                              "end": 1309,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1310,
                              "end": 1314,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 13
                                },
                                "end": {
                                  "line": 36,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1315,
                            "end": 1324,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 18
                              },
                              "end": {
                                "line": 36,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1325,
                            "end": 1331,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 28
                              },
                              "end": {
                                "line": 36,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1342,
                      "end": 1376,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1342,
                        "end": 1375,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1342,
                          "end": 1368,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1342,
                            "end": 1360,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1342,
                              "end": 1351,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1342,
                                "end": 1346,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1347,
                                "end": 1351,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1352,
                              "end": 1360,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 18
                                },
                                "end": {
                                  "line": 37,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1361,
                            "end": 1368,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 27
                              },
                              "end": {
                                "line": 37,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1371,
                          "end": 1375,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 37
                            },
                            "end": {
                              "line": 37,
                              "column": 41
                            }
                          },
                          "value": true
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1385,
                      "end": 1428,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1391,
                          "end": 1427,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 14
                            },
                            "end": {
                              "line": 38,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1391,
                            "end": 1396,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 14
                              },
                              "end": {
                                "line": 38,
                                "column": 19
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1399,
                            "end": 1427,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 22
                              },
                              "end": {
                                "line": 38,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1399,
                              "end": 1416,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 22
                                },
                                "end": {
                                  "line": 38,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1399,
                                "end": 1403,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 26
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1404,
                                "end": 1416,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 39
                                  },
                                  "identifierName": "dragInternal"
                                },
                                "name": "dragInternal"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1417,
                                "end": 1426,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 49
                                  },
                                  "identifierName": "hitObject"
                                },
                                "name": "hitObject"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1437,
                      "end": 1456,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 27
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1441,
                        "end": 1447,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 12
                          },
                          "end": {
                            "line": 39,
                            "column": 18
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 1442,
                          "end": 1447,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 13
                            },
                            "end": {
                              "line": 39,
                              "column": 18
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1449,
                        "end": 1456,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 20
                          },
                          "end": {
                            "line": 39,
                            "column": 27
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1465,
                      "end": 1484,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1465,
                        "end": 1483,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1465,
                          "end": 1476,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1465,
                            "end": 1469,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1470,
                            "end": 1476,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 19
                              },
                              "identifierName": "onDrop"
                            },
                            "name": "onDrop"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1477,
                            "end": 1482,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 20
                              },
                              "end": {
                                "line": 40,
                                "column": 25
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1496,
                "end": 1652,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1497,
                  "end": 1530,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 5
                    },
                    "end": {
                      "line": 43,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1497,
                    "end": 1521,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 5
                      },
                      "end": {
                        "line": 43,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1497,
                      "end": 1511,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 5
                        },
                        "end": {
                          "line": 43,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1497,
                        "end": 1504,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 5
                          },
                          "end": {
                            "line": 43,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1505,
                        "end": 1511,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 13
                          },
                          "end": {
                            "line": 43,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1512,
                      "end": 1521,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 20
                        },
                        "end": {
                          "line": 43,
                          "column": 29
                        },
                        "identifierName": "Lifecycle"
                      },
                      "name": "Lifecycle"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1522,
                    "end": 1530,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 30
                      },
                      "end": {
                        "line": 43,
                        "column": 38
                      },
                      "identifierName": "Rendered"
                    },
                    "name": "Rendered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1534,
                  "end": 1652,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 42
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1544,
                      "end": 1617,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1550,
                          "end": 1616,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 14
                            },
                            "end": {
                              "line": 44,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1550,
                            "end": 1555,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 14
                              },
                              "end": {
                                "line": 44,
                                "column": 19
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1558,
                            "end": 1616,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 22
                              },
                              "end": {
                                "line": 44,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1558,
                              "end": 1588,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 22
                                },
                                "end": {
                                  "line": 44,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1558,
                                "end": 1567,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1558,
                                  "end": 1562,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1563,
                                  "end": 1567,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 31
                                    },
                                    "identifierName": "view"
                                  },
                                  "name": "view"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1568,
                                "end": 1588,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 52
                                  },
                                  "identifierName": "calculateScaleFactor"
                                },
                                "name": "calculateScaleFactor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 1589,
                                "end": 1612,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 76
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1589,
                                  "end": 1610,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 74
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1589,
                                    "end": 1593,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1594,
                                    "end": 1610,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 74
                                      },
                                      "identifierName": "getWorldPosition"
                                    },
                                    "name": "getWorldPosition"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 1614,
                                "end": 1615,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 79
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1626,
                      "end": 1646,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1626,
                        "end": 1645,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 8
                          },
                          "end": {
                            "line": 45,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1626,
                          "end": 1638,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1626,
                            "end": 1630,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1631,
                            "end": 1638,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 13
                              },
                              "end": {
                                "line": 45,
                                "column": 20
                              },
                              "identifierName": "onScale"
                            },
                            "name": "onScale"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1639,
                            "end": 1644,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 21
                              },
                              "end": {
                                "line": 45,
                                "column": 26
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 1658,
                    "end": 1722,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 68
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1727,
                "end": 2230,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1727,
                  "end": 1742,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 4
                    },
                    "end": {
                      "line": 49,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1743,
                    "end": 1748,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 20
                      },
                      "end": {
                        "line": 49,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1750,
                  "end": 2230,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 27
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1760,
                      "end": 1779,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1764,
                          "end": 1778,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 12
                            },
                            "end": {
                              "line": 50,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1764,
                            "end": 1773,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 12
                              },
                              "end": {
                                "line": 50,
                                "column": 21
                              },
                              "identifierName": "textParts"
                            },
                            "name": "textParts"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 1776,
                            "end": 1778,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 24
                              },
                              "end": {
                                "line": 50,
                                "column": 26
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1788,
                      "end": 1886,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 106
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1792,
                        "end": 1838,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 12
                          },
                          "end": {
                            "line": 51,
                            "column": 58
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 1793,
                          "end": 1838,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 13
                            },
                            "end": {
                              "line": 51,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1793,
                            "end": 1833,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 13
                              },
                              "end": {
                                "line": 51,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1793,
                              "end": 1822,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 13
                                },
                                "end": {
                                  "line": 51,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1793,
                                "end": 1816,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1793,
                                  "end": 1806,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1793,
                                    "end": 1798,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 18
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1799,
                                    "end": 1806,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 26
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1807,
                                  "end": 1816,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 36
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1817,
                                "end": 1822,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 42
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1823,
                              "end": 1833,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 43
                                },
                                "end": {
                                  "line": 51,
                                  "column": 53
                                },
                                "identifierName": "startsWith"
                              },
                              "name": "startsWith"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1834,
                              "end": 1837,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 54
                                },
                                "end": {
                                  "line": 51,
                                  "column": 57
                                }
                              },
                              "extra": {
                                "rawValue": "_",
                                "raw": "'_'"
                              },
                              "value": "_"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1840,
                        "end": 1886,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 60
                          },
                          "end": {
                            "line": 51,
                            "column": 106
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1840,
                          "end": 1885,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 60
                            },
                            "end": {
                              "line": 51,
                              "column": 105
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1840,
                            "end": 1854,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 60
                              },
                              "end": {
                                "line": 51,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1840,
                              "end": 1849,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 60
                                },
                                "end": {
                                  "line": 51,
                                  "column": 69
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1850,
                              "end": 1854,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 70
                                },
                                "end": {
                                  "line": 51,
                                  "column": 74
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 1855,
                              "end": 1884,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 75
                                },
                                "end": {
                                  "line": 51,
                                  "column": 104
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1855,
                                "end": 1878,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 98
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1855,
                                  "end": 1868,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 88
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1855,
                                    "end": 1860,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 80
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1861,
                                    "end": 1868,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 88
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1869,
                                  "end": 1878,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 98
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1879,
                                "end": 1884,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 99
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 104
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 1895,
                      "end": 2183,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1899,
                        "end": 1919,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 12
                          },
                          "end": {
                            "line": 52,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1899,
                          "end": 1912,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 12
                            },
                            "end": {
                              "line": 52,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1899,
                            "end": 1904,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 12
                              },
                              "end": {
                                "line": 52,
                                "column": 17
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1905,
                            "end": 1912,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 18
                              },
                              "end": {
                                "line": 52,
                                "column": 25
                              },
                              "identifierName": "members"
                            },
                            "name": "members"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1913,
                          "end": 1919,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 26
                            },
                            "end": {
                              "line": 52,
                              "column": 32
                            },
                            "identifierName": "master"
                          },
                          "name": "master"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1921,
                        "end": 2183,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 34
                          },
                          "end": {
                            "line": 57,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 1935,
                            "end": 2091,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 12
                              },
                              "end": {
                                "line": 55,
                                "column": 76
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1939,
                                "end": 2090,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 75
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1939,
                                  "end": 1942,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 19
                                    },
                                    "identifierName": "num"
                                  },
                                  "name": "num"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 1945,
                                  "end": 2090,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 75
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1945,
                                    "end": 1977,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1945,
                                      "end": 1963,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1945,
                                        "end": 1950,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 27
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1951,
                                        "end": 1963,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 40
                                          },
                                          "identifierName": "previewValue"
                                        },
                                        "name": "previewValue"
                                      },
                                      "computed": false
                                    },
                                    "operator": "!==",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1968,
                                      "end": 1977,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 54
                                        },
                                        "identifierName": "undefined"
                                      },
                                      "name": "undefined"
                                    }
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 1996,
                                    "end": 2014,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1996,
                                      "end": 2001,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 23
                                        },
                                        "identifierName": "state"
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2002,
                                      "end": 2014,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 36
                                        },
                                        "identifierName": "previewValue"
                                      },
                                      "name": "previewValue"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "MemberExpression",
                                    "start": 2033,
                                    "end": 2090,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 75
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2033,
                                      "end": 2084,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 69
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2033,
                                        "end": 2074,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2033,
                                          "end": 2051,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2033,
                                            "end": 2044,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2033,
                                              "end": 2037,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2038,
                                              "end": 2044,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 29
                                                },
                                                "identifierName": "parent"
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2045,
                                            "end": 2051,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 36
                                              },
                                              "identifierName": "plugin"
                                            },
                                            "name": "plugin"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2052,
                                          "end": 2074,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 59
                                            },
                                            "identifierName": "getDimensionDescriptor"
                                          },
                                          "name": "getDimensionDescriptor"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 2075,
                                          "end": 2083,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2075,
                                            "end": 2080,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 65
                                              },
                                              "identifierName": "state"
                                            },
                                            "name": "state"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2081,
                                            "end": 2083,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 68
                                              },
                                              "identifierName": "id"
                                            },
                                            "name": "id"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2085,
                                      "end": 2090,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 75
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2104,
                            "end": 2173,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 12
                              },
                              "end": {
                                "line": 56,
                                "column": 81
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2104,
                              "end": 2172,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 12
                                },
                                "end": {
                                  "line": 56,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2104,
                                "end": 2118,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2104,
                                  "end": 2113,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 21
                                    },
                                    "identifierName": "textParts"
                                  },
                                  "name": "textParts"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2114,
                                  "end": 2118,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 26
                                    },
                                    "identifierName": "push"
                                  },
                                  "name": "push"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ConditionalExpression",
                                  "start": 2119,
                                  "end": 2171,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 79
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 2119,
                                    "end": 2140,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 48
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2119,
                                      "end": 2135,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2119,
                                        "end": 2125,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 33
                                          },
                                          "identifierName": "Number"
                                        },
                                        "name": "Number"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2126,
                                        "end": 2135,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 43
                                          },
                                          "identifierName": "isInteger"
                                        },
                                        "name": "isInteger"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2136,
                                        "end": 2139,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 47
                                          },
                                          "identifierName": "num"
                                        },
                                        "name": "num"
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 2143,
                                    "end": 2154,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2143,
                                      "end": 2149,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 57
                                        },
                                        "identifierName": "String"
                                      },
                                      "name": "String"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2150,
                                        "end": 2153,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 61
                                          },
                                          "identifierName": "num"
                                        },
                                        "name": "num"
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "start": 2157,
                                    "end": 2171,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2157,
                                      "end": 2168,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 76
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2157,
                                        "end": 2160,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 68
                                          },
                                          "identifierName": "num"
                                        },
                                        "name": "num"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2161,
                                        "end": 2168,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 76
                                          },
                                          "identifierName": "toFixed"
                                        },
                                        "name": "toFixed"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 2169,
                                        "end": 2170,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 78
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 2,
                                          "raw": "2"
                                        },
                                        "value": 2
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2192,
                      "end": 2224,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2192,
                        "end": 2223,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2192,
                          "end": 2201,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 58,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2192,
                            "end": 2196,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 8
                              },
                              "end": {
                                "line": 58,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2197,
                            "end": 2201,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 13
                              },
                              "end": {
                                "line": 58,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2204,
                          "end": 2223,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 20
                            },
                            "end": {
                              "line": 58,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2204,
                            "end": 2218,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 20
                              },
                              "end": {
                                "line": 58,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2204,
                              "end": 2213,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 20
                                },
                                "end": {
                                  "line": 58,
                                  "column": 29
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2214,
                              "end": 2218,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 30
                                },
                                "end": {
                                  "line": 58,
                                  "column": 34
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 2219,
                              "end": 2222,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 35
                                },
                                "end": {
                                  "line": 58,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 1658,
                    "end": 1722,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 68
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
                    "start": 2236,
                    "end": 2328,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2333,
                "end": 2359,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 30
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2333,
                  "end": 2339,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2340,
                    "end": 2345,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 11
                      },
                      "end": {
                        "line": 62,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 2347,
                    "end": 2355,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 18
                      },
                      "end": {
                        "line": 62,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2357,
                  "end": 2359,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 28
                    },
                    "end": {
                      "line": 62,
                      "column": 30
                    }
                  },
                  "body": [],
                  "directives": [],
                  "leadingComments": null,
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
                    "start": 2236,
                    "end": 2328,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 96
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
                    "start": 2365,
                    "end": 2454,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 93
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2459,
                "end": 2475,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 4
                  },
                  "end": {
                    "line": 65,
                    "column": 20
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2459,
                  "end": 2465,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 4
                    },
                    "end": {
                      "line": 65,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2466,
                    "end": 2471,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 11
                      },
                      "end": {
                        "line": 65,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2473,
                  "end": 2475,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 18
                    },
                    "end": {
                      "line": 65,
                      "column": 20
                    }
                  },
                  "body": [],
                  "directives": [],
                  "leadingComments": null,
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
                    "start": 2365,
                    "end": 2454,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 93
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 2481,
                    "end": 2550,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 4
                      },
                      "end": {
                        "line": 67,
                        "column": 73
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2555,
                "end": 2572,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 4
                  },
                  "end": {
                    "line": 68,
                    "column": 21
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2555,
                  "end": 2562,
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 4
                    },
                    "end": {
                      "line": 68,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2563,
                    "end": 2568,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 12
                      },
                      "end": {
                        "line": 68,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2570,
                  "end": 2572,
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 19
                    },
                    "end": {
                      "line": 68,
                      "column": 21
                    }
                  },
                  "body": [],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 2481,
                    "end": 2550,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 4
                      },
                      "end": {
                        "line": 67,
                        "column": 73
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 2576,
        "end": 3772,
        "loc": {
          "start": {
            "line": 71,
            "column": 0
          },
          "end": {
            "line": 107,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 2583,
          "end": 3772,
          "loc": {
            "start": {
              "line": 71,
              "column": 7
            },
            "end": {
              "line": 107,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 2589,
            "end": 2603,
            "loc": {
              "start": {
                "line": 71,
                "column": 13
              },
              "end": {
                "line": 71,
                "column": 27
              },
              "identifierName": "PositionHandle"
            },
            "name": "PositionHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 2612,
            "end": 2618,
            "loc": {
              "start": {
                "line": 71,
                "column": 36
              },
              "end": {
                "line": 71,
                "column": 42
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 2619,
            "end": 3772,
            "loc": {
              "start": {
                "line": 71,
                "column": 43
              },
              "end": {
                "line": 107,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 2625,
                "end": 2918,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2625,
                  "end": 2636,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 4
                    },
                    "end": {
                      "line": 72,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2637,
                    "end": 2643,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 16
                      },
                      "end": {
                        "line": 72,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2645,
                  "end": 2918,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 24
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2655,
                      "end": 2700,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2661,
                          "end": 2699,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 14
                            },
                            "end": {
                              "line": 73,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2661,
                            "end": 2667,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 14
                              },
                              "end": {
                                "line": 73,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2670,
                            "end": 2699,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 23
                              },
                              "end": {
                                "line": 73,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2670,
                              "end": 2692,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 23
                                },
                                "end": {
                                  "line": 73,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2670,
                                "end": 2684,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2670,
                                  "end": 2676,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2677,
                                  "end": 2684,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2685,
                                "end": 2692,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2693,
                              "end": 2699,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 46
                                },
                                "end": {
                                  "line": 73,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2709,
                      "end": 2882,
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2709,
                        "end": 2881,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 2709,
                          "end": 2714,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 8
                            },
                            "end": {
                              "line": 74,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 2728,
                            "end": 2769,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 12
                              },
                              "end": {
                                "line": 75,
                                "column": 53
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2732,
                              "end": 2758,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 16
                                },
                                "end": {
                                  "line": 75,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2732,
                                "end": 2737,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2738,
                                "end": 2758,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 2759,
                                "end": 2760,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 2762,
                                "end": 2764,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 48
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 2766,
                                "end": 2768,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 2783,
                            "end": 2870,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 12
                              },
                              "end": {
                                "line": 76,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2787,
                              "end": 2810,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 16
                                },
                                "end": {
                                  "line": 76,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2787,
                                "end": 2792,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2793,
                                "end": 2810,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 2811,
                                "end": 2869,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2813,
                                    "end": 2834,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2813,
                                      "end": 2818,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2820,
                                      "end": 2834,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2820,
                                        "end": 2826,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2827,
                                        "end": 2834,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2836,
                                    "end": 2853,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2836,
                                      "end": 2847,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 2849,
                                      "end": 2853,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2855,
                                    "end": 2867,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2855,
                                      "end": 2862,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 2864,
                                      "end": 2867,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2891,
                      "end": 2912,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2891,
                        "end": 2911,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 8
                          },
                          "end": {
                            "line": 78,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2891,
                          "end": 2902,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2891,
                            "end": 2895,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 8
                              },
                              "end": {
                                "line": 78,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2896,
                            "end": 2902,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 13
                              },
                              "end": {
                                "line": 78,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2905,
                          "end": 2911,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 22
                            },
                            "end": {
                              "line": 78,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2924,
                "end": 3123,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 4
                  },
                  "end": {
                    "line": 84,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 2925,
                  "end": 2959,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 5
                    },
                    "end": {
                      "line": 81,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2925,
                    "end": 2951,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 5
                      },
                      "end": {
                        "line": 81,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2925,
                      "end": 2939,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 5
                        },
                        "end": {
                          "line": 81,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2925,
                        "end": 2932,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 5
                          },
                          "end": {
                            "line": 81,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2933,
                        "end": 2939,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 13
                          },
                          "end": {
                            "line": 81,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2940,
                      "end": 2951,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 20
                        },
                        "end": {
                          "line": 81,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2952,
                    "end": 2959,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 32
                      },
                      "end": {
                        "line": 81,
                        "column": 39
                      },
                      "identifierName": "Hovered"
                    },
                    "name": "Hovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2961,
                    "end": 2970,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 41
                      },
                      "end": {
                        "line": 81,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2972,
                  "end": 3123,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 52
                    },
                    "end": {
                      "line": 84,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2982,
                      "end": 3010,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2982,
                        "end": 3009,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 8
                          },
                          "end": {
                            "line": 82,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2982,
                          "end": 3001,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 8
                            },
                            "end": {
                              "line": 82,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2982,
                            "end": 2991,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 8
                              },
                              "end": {
                                "line": 82,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2982,
                              "end": 2986,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 8
                                },
                                "end": {
                                  "line": 82,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2987,
                              "end": 2991,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 13
                                },
                                "end": {
                                  "line": 82,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2992,
                            "end": 3001,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 18
                              },
                              "end": {
                                "line": 82,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 3002,
                            "end": 3008,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 28
                              },
                              "end": {
                                "line": 82,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3019,
                      "end": 3117,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 106
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3019,
                        "end": 3116,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 8
                          },
                          "end": {
                            "line": 83,
                            "column": 105
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3019,
                          "end": 3113,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 8
                            },
                            "end": {
                              "line": 83,
                              "column": 102
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3019,
                            "end": 3107,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 8
                              },
                              "end": {
                                "line": 83,
                                "column": 96
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3019,
                              "end": 3031,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 8
                                },
                                "end": {
                                  "line": 83,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3019,
                                "end": 3023,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3024,
                                "end": 3031,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 20
                                  },
                                  "identifierName": "animate"
                                },
                                "name": "animate"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 3032,
                                "end": 3106,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 95
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3034,
                                    "end": 3104,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 93
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3034,
                                      "end": 3042,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 31
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "value": {
                                      "type": "ObjectExpression",
                                      "start": 3044,
                                      "end": 3104,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 93
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3046,
                                          "end": 3088,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 77
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3046,
                                            "end": 3051,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 40
                                              },
                                              "identifierName": "color"
                                            },
                                            "name": "color"
                                          },
                                          "value": {
                                            "type": "NewExpression",
                                            "start": 3053,
                                            "end": 3088,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3057,
                                              "end": 3068,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3057,
                                                "end": 3062,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 51
                                                  },
                                                  "identifierName": "THREE"
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3063,
                                                "end": 3068,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 57
                                                  },
                                                  "identifierName": "Color"
                                                },
                                                "name": "Color"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3069,
                                                "end": 3087,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3069,
                                                  "end": 3080,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3069,
                                                    "end": 3073,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3074,
                                                    "end": 3080,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 69
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3081,
                                                  "end": 3087,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 76
                                                    },
                                                    "identifierName": "accent"
                                                  },
                                                  "name": "accent"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3090,
                                          "end": 3102,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 91
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3090,
                                            "end": 3097,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 86
                                              },
                                              "identifierName": "opacity"
                                            },
                                            "name": "opacity"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 3099,
                                            "end": 3102,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 91
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0.6,
                                              "raw": "0.6"
                                            },
                                            "value": 0.6
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3108,
                            "end": 3113,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 97
                              },
                              "end": {
                                "line": 83,
                                "column": 102
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 3114,
                            "end": 3115,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 103
                              },
                              "end": {
                                "line": 83,
                                "column": 104
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3129,
                "end": 3297,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 4
                  },
                  "end": {
                    "line": 88,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 3130,
                  "end": 3166,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 5
                    },
                    "end": {
                      "line": 86,
                      "column": 41
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 3130,
                    "end": 3156,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 5
                      },
                      "end": {
                        "line": 86,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 3130,
                      "end": 3144,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 5
                        },
                        "end": {
                          "line": 86,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3130,
                        "end": 3137,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 5
                          },
                          "end": {
                            "line": 86,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3138,
                        "end": 3144,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 13
                          },
                          "end": {
                            "line": 86,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 3145,
                      "end": 3156,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 20
                        },
                        "end": {
                          "line": 86,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 3157,
                    "end": 3166,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 32
                      },
                      "end": {
                        "line": 86,
                        "column": 41
                      },
                      "identifierName": "Unhovered"
                    },
                    "name": "Unhovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3168,
                    "end": 3177,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 43
                      },
                      "end": {
                        "line": 86,
                        "column": 52
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3179,
                  "end": 3297,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 54
                    },
                    "end": {
                      "line": 88,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3189,
                      "end": 3291,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 110
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3189,
                        "end": 3290,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 109
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3189,
                          "end": 3284,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 103
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3189,
                            "end": 3278,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 8
                              },
                              "end": {
                                "line": 87,
                                "column": 97
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3189,
                              "end": 3201,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 8
                                },
                                "end": {
                                  "line": 87,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3189,
                                "end": 3193,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3194,
                                "end": 3201,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 20
                                  },
                                  "identifierName": "animate"
                                },
                                "name": "animate"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 3202,
                                "end": 3277,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 96
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3204,
                                    "end": 3275,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 94
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3204,
                                      "end": 3212,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 31
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "value": {
                                      "type": "ObjectExpression",
                                      "start": 3214,
                                      "end": 3275,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 94
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3216,
                                          "end": 3259,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 78
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3216,
                                            "end": 3221,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 40
                                              },
                                              "identifierName": "color"
                                            },
                                            "name": "color"
                                          },
                                          "value": {
                                            "type": "NewExpression",
                                            "start": 3223,
                                            "end": 3259,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3227,
                                              "end": 3238,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3227,
                                                "end": 3232,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 51
                                                  },
                                                  "identifierName": "THREE"
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3233,
                                                "end": 3238,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 57
                                                  },
                                                  "identifierName": "Color"
                                                },
                                                "name": "Color"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3239,
                                                "end": 3258,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3239,
                                                  "end": 3250,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3239,
                                                    "end": 3243,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3244,
                                                    "end": 3250,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 69
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3251,
                                                  "end": 3258,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 77
                                                    },
                                                    "identifierName": "primary"
                                                  },
                                                  "name": "primary"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3261,
                                          "end": 3273,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 92
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3261,
                                            "end": 3268,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 87
                                              },
                                              "identifierName": "opacity"
                                            },
                                            "name": "opacity"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 3270,
                                            "end": 3273,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 92
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0.3,
                                              "raw": "0.3"
                                            },
                                            "value": 0.3
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3279,
                            "end": 3284,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 98
                              },
                              "end": {
                                "line": 87,
                                "column": 103
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 3285,
                            "end": 3289,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 104
                              },
                              "end": {
                                "line": 87,
                                "column": 108
                              }
                            },
                            "extra": {
                              "rawValue": 1000,
                              "raw": "1000"
                            },
                            "value": 1000
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3303,
                "end": 3431,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3303,
                  "end": 3318,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 4
                    },
                    "end": {
                      "line": 90,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3319,
                    "end": 3324,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 20
                      },
                      "end": {
                        "line": 90,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3326,
                  "end": 3431,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 27
                    },
                    "end": {
                      "line": 93,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3336,
                      "end": 3365,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3336,
                        "end": 3364,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 8
                          },
                          "end": {
                            "line": 91,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3336,
                          "end": 3357,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 3336,
                            "end": 3341,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 8
                              },
                              "end": {
                                "line": 91,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3342,
                            "end": 3357,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 14
                              },
                              "end": {
                                "line": 91,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3358,
                            "end": 3363,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 30
                              },
                              "end": {
                                "line": 91,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3374,
                      "end": 3425,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3374,
                        "end": 3424,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 8
                          },
                          "end": {
                            "line": 92,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3374,
                          "end": 3397,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3374,
                            "end": 3387,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 8
                              },
                              "end": {
                                "line": 92,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3374,
                              "end": 3378,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 8
                                },
                                "end": {
                                  "line": 92,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3379,
                              "end": 3387,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 13
                                },
                                "end": {
                                  "line": 92,
                                  "column": 21
                                },
                                "identifierName": "position"
                              },
                              "name": "position"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3388,
                            "end": 3397,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 22
                              },
                              "end": {
                                "line": 92,
                                "column": 31
                              },
                              "identifierName": "fromArray"
                            },
                            "name": "fromArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3398,
                            "end": 3423,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 32
                              },
                              "end": {
                                "line": 92,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3398,
                              "end": 3417,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 32
                                },
                                "end": {
                                  "line": 92,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3398,
                                "end": 3411,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3398,
                                  "end": 3403,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 37
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3404,
                                  "end": 3411,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 45
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3412,
                                "end": 3417,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 51
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3418,
                              "end": 3423,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 52
                                },
                                "end": {
                                  "line": 92,
                                  "column": 57
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3437,
                "end": 3521,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3437,
                  "end": 3443,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 4
                    },
                    "end": {
                      "line": 95,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3444,
                    "end": 3449,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 11
                      },
                      "end": {
                        "line": 95,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 3451,
                    "end": 3459,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 18
                      },
                      "end": {
                        "line": 95,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3461,
                  "end": 3521,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 28
                    },
                    "end": {
                      "line": 97,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3471,
                      "end": 3515,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3471,
                        "end": 3514,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3471,
                          "end": 3487,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3471,
                            "end": 3479,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 16
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3480,
                            "end": 3487,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 17
                              },
                              "end": {
                                "line": 96,
                                "column": 24
                              },
                              "identifierName": "toArray"
                            },
                            "name": "toArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3488,
                            "end": 3513,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 25
                              },
                              "end": {
                                "line": 96,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3488,
                              "end": 3507,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 25
                                },
                                "end": {
                                  "line": 96,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3488,
                                "end": 3501,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3488,
                                  "end": 3493,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 30
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3494,
                                  "end": 3501,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 38
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3502,
                                "end": 3507,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 44
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3508,
                              "end": 3513,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 45
                                },
                                "end": {
                                  "line": 96,
                                  "column": 50
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3527,
                "end": 3701,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 4
                  },
                  "end": {
                    "line": 102,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3527,
                  "end": 3533,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 4
                    },
                    "end": {
                      "line": 99,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3534,
                    "end": 3539,
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 11
                      },
                      "end": {
                        "line": 99,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3541,
                  "end": 3701,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 18
                    },
                    "end": {
                      "line": 102,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3551,
                      "end": 3609,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 100,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3557,
                          "end": 3608,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 14
                            },
                            "end": {
                              "line": 100,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3557,
                            "end": 3562,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 14
                              },
                              "end": {
                                "line": 100,
                                "column": 19
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 3565,
                            "end": 3608,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 22
                              },
                              "end": {
                                "line": 100,
                                "column": 65
                              }
                            },
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "start": 3569,
                                "end": 3605,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3569,
                                  "end": 3599,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3569,
                                    "end": 3594,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3569,
                                      "end": 3588,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3569,
                                        "end": 3582,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3569,
                                          "end": 3574,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 31
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3575,
                                          "end": 3582,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 39
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3583,
                                        "end": 3588,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 45
                                          },
                                          "identifierName": "dimPt"
                                        },
                                        "name": "dimPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3589,
                                      "end": 3594,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 51
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3595,
                                    "end": 3599,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 56
                                      },
                                      "identifierName": "join"
                                    },
                                    "name": "join"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 3600,
                                    "end": 3604,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 61
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ", ",
                                      "raw": "', '"
                                    },
                                    "value": ", "
                                  }
                                ]
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 3566,
                                "end": 3567,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 24
                                  }
                                },
                                "value": {
                                  "raw": "{",
                                  "cooked": "{"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 3606,
                                "end": 3607,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 64
                                  }
                                },
                                "value": {
                                  "raw": "}",
                                  "cooked": "}"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3618,
                      "end": 3695,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 8
                        },
                        "end": {
                          "line": 101,
                          "column": 85
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3618,
                        "end": 3694,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 8
                          },
                          "end": {
                            "line": 101,
                            "column": 84
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3618,
                          "end": 3686,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 101,
                              "column": 76
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3618,
                            "end": 3675,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 101,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3618,
                              "end": 3656,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3618,
                                "end": 3636,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3618,
                                  "end": 3629,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3618,
                                    "end": 3622,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3623,
                                    "end": 3629,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 19
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3630,
                                  "end": 3636,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 26
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3637,
                                "end": 3656,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 46
                                  },
                                  "identifierName": "getMemberDescriptor"
                                },
                                "name": "getMemberDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3657,
                                "end": 3665,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3657,
                                  "end": 3662,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 52
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3663,
                                  "end": 3665,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 55
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 3667,
                                "end": 3674,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": "dimPt",
                                  "raw": "'dimPt'"
                                },
                                "value": "dimPt"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3676,
                            "end": 3686,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 66
                              },
                              "end": {
                                "line": 101,
                                "column": 76
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3689,
                          "end": 3694,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 79
                            },
                            "end": {
                              "line": 101,
                              "column": 84
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3707,
                "end": 3770,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 106,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3707,
                  "end": 3714,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 4
                    },
                    "end": {
                      "line": 104,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3715,
                    "end": 3720,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 12
                      },
                      "end": {
                        "line": 104,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3722,
                  "end": 3770,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 19
                    },
                    "end": {
                      "line": 106,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3732,
                      "end": 3764,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3732,
                        "end": 3763,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 8
                          },
                          "end": {
                            "line": 105,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3732,
                          "end": 3752,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 8
                            },
                            "end": {
                              "line": 105,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3732,
                            "end": 3742,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 8
                              },
                              "end": {
                                "line": 105,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3732,
                              "end": 3736,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 8
                                },
                                "end": {
                                  "line": 105,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3737,
                              "end": 3742,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 13
                                },
                                "end": {
                                  "line": 105,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3743,
                            "end": 3752,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 19
                              },
                              "end": {
                                "line": 105,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 3753,
                            "end": 3762,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 29
                              },
                              "end": {
                                "line": 105,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 3753,
                              "end": 3754,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 29
                                },
                                "end": {
                                  "line": 105,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 3757,
                              "end": 3762,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 33
                                },
                                "end": {
                                  "line": 105,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 3774,
        "end": 7801,
        "loc": {
          "start": {
            "line": 109,
            "column": 0
          },
          "end": {
            "line": 193,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 3781,
          "end": 7801,
          "loc": {
            "start": {
              "line": 109,
              "column": 7
            },
            "end": {
              "line": 193,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 3787,
            "end": 3798,
            "loc": {
              "start": {
                "line": 109,
                "column": 13
              },
              "end": {
                "line": 109,
                "column": 24
              },
              "identifierName": "ValueHandle"
            },
            "name": "ValueHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 3807,
            "end": 3813,
            "loc": {
              "start": {
                "line": 109,
                "column": 33
              },
              "end": {
                "line": 109,
                "column": 39
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 3814,
            "end": 7801,
            "loc": {
              "start": {
                "line": 109,
                "column": 40
              },
              "end": {
                "line": 193,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 3820,
                "end": 4115,
                "loc": {
                  "start": {
                    "line": 110,
                    "column": 4
                  },
                  "end": {
                    "line": 117,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3820,
                  "end": 3831,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 4
                    },
                    "end": {
                      "line": 110,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3832,
                    "end": 3838,
                    "loc": {
                      "start": {
                        "line": 110,
                        "column": 16
                      },
                      "end": {
                        "line": 110,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3840,
                  "end": 4115,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 24
                    },
                    "end": {
                      "line": 117,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3850,
                      "end": 3895,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 8
                        },
                        "end": {
                          "line": 111,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3856,
                          "end": 3894,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 14
                            },
                            "end": {
                              "line": 111,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3856,
                            "end": 3862,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 14
                              },
                              "end": {
                                "line": 111,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3865,
                            "end": 3894,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 23
                              },
                              "end": {
                                "line": 111,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3865,
                              "end": 3887,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 23
                                },
                                "end": {
                                  "line": 111,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3865,
                                "end": 3879,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3865,
                                  "end": 3871,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3872,
                                  "end": 3879,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3880,
                                "end": 3887,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3888,
                              "end": 3894,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 46
                                },
                                "end": {
                                  "line": 111,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3904,
                      "end": 4079,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3904,
                        "end": 4078,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 3904,
                          "end": 3909,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 8
                            },
                            "end": {
                              "line": 112,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 3923,
                            "end": 3966,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 12
                              },
                              "end": {
                                "line": 113,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3927,
                              "end": 3953,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 16
                                },
                                "end": {
                                  "line": 113,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3927,
                                "end": 3932,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3933,
                                "end": 3953,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 3954,
                                "end": 3957,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": 1.5,
                                  "raw": "1.5"
                                },
                                "value": 1.5
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3959,
                                "end": 3961,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 50
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3963,
                                "end": 3965,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 3980,
                            "end": 4067,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 12
                              },
                              "end": {
                                "line": 114,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3984,
                              "end": 4007,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 16
                                },
                                "end": {
                                  "line": 114,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3984,
                                "end": 3989,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3990,
                                "end": 4007,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 4008,
                                "end": 4066,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4010,
                                    "end": 4031,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4010,
                                      "end": 4015,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 4017,
                                      "end": 4031,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4017,
                                        "end": 4023,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4024,
                                        "end": 4031,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4033,
                                    "end": 4050,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4033,
                                      "end": 4044,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 4046,
                                      "end": 4050,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4052,
                                    "end": 4064,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4052,
                                      "end": 4059,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 4061,
                                      "end": 4064,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4088,
                      "end": 4109,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 8
                        },
                        "end": {
                          "line": 116,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4088,
                        "end": 4108,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 8
                          },
                          "end": {
                            "line": 116,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4088,
                          "end": 4099,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 8
                            },
                            "end": {
                              "line": 116,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4088,
                            "end": 4092,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 8
                              },
                              "end": {
                                "line": 116,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4093,
                            "end": 4099,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 13
                              },
                              "end": {
                                "line": 116,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4102,
                          "end": 4108,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 22
                            },
                            "end": {
                              "line": 116,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4121,
                "end": 4320,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 4
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 4122,
                  "end": 4156,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 5
                    },
                    "end": {
                      "line": 119,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 4122,
                    "end": 4148,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 5
                      },
                      "end": {
                        "line": 119,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 4122,
                      "end": 4136,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 5
                        },
                        "end": {
                          "line": 119,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4122,
                        "end": 4129,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 5
                          },
                          "end": {
                            "line": 119,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4130,
                        "end": 4136,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 13
                          },
                          "end": {
                            "line": 119,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4137,
                      "end": 4148,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 20
                        },
                        "end": {
                          "line": 119,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4149,
                    "end": 4156,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 32
                      },
                      "end": {
                        "line": 119,
                        "column": 39
                      },
                      "identifierName": "Hovered"
                    },
                    "name": "Hovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4158,
                    "end": 4167,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 41
                      },
                      "end": {
                        "line": 119,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4169,
                  "end": 4320,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 52
                    },
                    "end": {
                      "line": 122,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4179,
                      "end": 4207,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4179,
                        "end": 4206,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4179,
                          "end": 4198,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4179,
                            "end": 4188,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 8
                              },
                              "end": {
                                "line": 120,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4179,
                              "end": 4183,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 8
                                },
                                "end": {
                                  "line": 120,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4184,
                              "end": 4188,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 13
                                },
                                "end": {
                                  "line": 120,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4189,
                            "end": 4198,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 18
                              },
                              "end": {
                                "line": 120,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 4199,
                            "end": 4205,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 28
                              },
                              "end": {
                                "line": 120,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4216,
                      "end": 4314,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 106
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4216,
                        "end": 4313,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 105
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4216,
                          "end": 4310,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 8
                            },
                            "end": {
                              "line": 121,
                              "column": 102
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4216,
                            "end": 4304,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 8
                              },
                              "end": {
                                "line": 121,
                                "column": 96
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4216,
                              "end": 4228,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 8
                                },
                                "end": {
                                  "line": 121,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4216,
                                "end": 4220,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4221,
                                "end": 4228,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 20
                                  },
                                  "identifierName": "animate"
                                },
                                "name": "animate"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 4229,
                                "end": 4303,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 95
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4231,
                                    "end": 4301,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 93
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4231,
                                      "end": 4239,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 31
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "value": {
                                      "type": "ObjectExpression",
                                      "start": 4241,
                                      "end": 4301,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 93
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 4243,
                                          "end": 4285,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 77
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 4243,
                                            "end": 4248,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 40
                                              },
                                              "identifierName": "color"
                                            },
                                            "name": "color"
                                          },
                                          "value": {
                                            "type": "NewExpression",
                                            "start": 4250,
                                            "end": 4285,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4254,
                                              "end": 4265,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4254,
                                                "end": 4259,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 51
                                                  },
                                                  "identifierName": "THREE"
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4260,
                                                "end": 4265,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 57
                                                  },
                                                  "identifierName": "Color"
                                                },
                                                "name": "Color"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4266,
                                                "end": 4284,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4266,
                                                  "end": 4277,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 4266,
                                                    "end": 4270,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4271,
                                                    "end": 4277,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 69
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4278,
                                                  "end": 4284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 76
                                                    },
                                                    "identifierName": "accent"
                                                  },
                                                  "name": "accent"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 4287,
                                          "end": 4299,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 91
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 4287,
                                            "end": 4294,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 86
                                              },
                                              "identifierName": "opacity"
                                            },
                                            "name": "opacity"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 4296,
                                            "end": 4299,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 91
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0.6,
                                              "raw": "0.6"
                                            },
                                            "value": 0.6
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4305,
                            "end": 4310,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 97
                              },
                              "end": {
                                "line": 121,
                                "column": 102
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 4311,
                            "end": 4312,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 103
                              },
                              "end": {
                                "line": 121,
                                "column": 104
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4326,
                "end": 4494,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 4
                  },
                  "end": {
                    "line": 126,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 4327,
                  "end": 4363,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 5
                    },
                    "end": {
                      "line": 124,
                      "column": 41
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 4327,
                    "end": 4353,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 5
                      },
                      "end": {
                        "line": 124,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 4327,
                      "end": 4341,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 5
                        },
                        "end": {
                          "line": 124,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4327,
                        "end": 4334,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 5
                          },
                          "end": {
                            "line": 124,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4335,
                        "end": 4341,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 13
                          },
                          "end": {
                            "line": 124,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4342,
                      "end": 4353,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 20
                        },
                        "end": {
                          "line": 124,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4354,
                    "end": 4363,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 32
                      },
                      "end": {
                        "line": 124,
                        "column": 41
                      },
                      "identifierName": "Unhovered"
                    },
                    "name": "Unhovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4365,
                    "end": 4374,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 43
                      },
                      "end": {
                        "line": 124,
                        "column": 52
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4376,
                  "end": 4494,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 54
                    },
                    "end": {
                      "line": 126,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4386,
                      "end": 4488,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 110
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4386,
                        "end": 4487,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 8
                          },
                          "end": {
                            "line": 125,
                            "column": 109
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4386,
                          "end": 4481,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 8
                            },
                            "end": {
                              "line": 125,
                              "column": 103
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4386,
                            "end": 4475,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 8
                              },
                              "end": {
                                "line": 125,
                                "column": 97
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4386,
                              "end": 4398,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 8
                                },
                                "end": {
                                  "line": 125,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4386,
                                "end": 4390,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4391,
                                "end": 4398,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 20
                                  },
                                  "identifierName": "animate"
                                },
                                "name": "animate"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 4399,
                                "end": 4474,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 96
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4401,
                                    "end": 4472,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 94
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4401,
                                      "end": 4409,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 31
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "value": {
                                      "type": "ObjectExpression",
                                      "start": 4411,
                                      "end": 4472,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 94
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 4413,
                                          "end": 4456,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 78
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 4413,
                                            "end": 4418,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 40
                                              },
                                              "identifierName": "color"
                                            },
                                            "name": "color"
                                          },
                                          "value": {
                                            "type": "NewExpression",
                                            "start": 4420,
                                            "end": 4456,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4424,
                                              "end": 4435,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4424,
                                                "end": 4429,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 51
                                                  },
                                                  "identifierName": "THREE"
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4430,
                                                "end": 4435,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 57
                                                  },
                                                  "identifierName": "Color"
                                                },
                                                "name": "Color"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4436,
                                                "end": 4455,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4436,
                                                  "end": 4447,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 4436,
                                                    "end": 4440,
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4441,
                                                    "end": 4447,
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 69
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4448,
                                                  "end": 4455,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 77
                                                    },
                                                    "identifierName": "primary"
                                                  },
                                                  "name": "primary"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 4458,
                                          "end": 4470,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 92
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 4458,
                                            "end": 4465,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 87
                                              },
                                              "identifierName": "opacity"
                                            },
                                            "name": "opacity"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 4467,
                                            "end": 4470,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 92
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0.3,
                                              "raw": "0.3"
                                            },
                                            "value": 0.3
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4476,
                            "end": 4481,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 98
                              },
                              "end": {
                                "line": 125,
                                "column": 103
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 4482,
                            "end": 4486,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 104
                              },
                              "end": {
                                "line": 125,
                                "column": 108
                              }
                            },
                            "extra": {
                              "rawValue": 1000,
                              "raw": "1000"
                            },
                            "value": 1000
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4500,
                "end": 5629,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 4
                  },
                  "end": {
                    "line": 149,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4500,
                  "end": 4515,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4516,
                    "end": 4521,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 20
                      },
                      "end": {
                        "line": 128,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4523,
                  "end": 5629,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 27
                    },
                    "end": {
                      "line": 149,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4533,
                      "end": 4562,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4533,
                        "end": 4561,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 8
                          },
                          "end": {
                            "line": 129,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4533,
                          "end": 4554,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 8
                            },
                            "end": {
                              "line": 129,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 4533,
                            "end": 4538,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 8
                              },
                              "end": {
                                "line": 129,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4539,
                            "end": 4554,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 14
                              },
                              "end": {
                                "line": 129,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4555,
                            "end": 4560,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 30
                              },
                              "end": {
                                "line": 129,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4571,
                      "end": 4767,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 93
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4577,
                          "end": 4766,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 14
                            },
                            "end": {
                              "line": 131,
                              "column": 92
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 4577,
                            "end": 4610,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 14
                              },
                              "end": {
                                "line": 130,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 4578,
                                "end": 4583,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 4585,
                                "end": 4588,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 4590,
                                "end": 4593,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 4595,
                                "end": 4601,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 4603,
                                "end": 4609,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4613,
                            "end": 4766,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 50
                              },
                              "end": {
                                "line": 131,
                                "column": 92
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4613,
                              "end": 4668,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 50
                                },
                                "end": {
                                  "line": 130,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 4613,
                                "end": 4664,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 4614,
                                    "end": 4623,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4625,
                                    "end": 4632,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4634,
                                    "end": 4641,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4643,
                                    "end": 4653,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4655,
                                    "end": 4663,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4665,
                                "end": 4668,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4669,
                                "end": 4765,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 91
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4669,
                                    "end": 4670,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4686,
                                  "end": 4765,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 91
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4686,
                                    "end": 4715,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 4686,
                                      "end": 4705,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4690,
                                        "end": 4703,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4690,
                                          "end": 4695,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4696,
                                          "end": 4703,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4706,
                                      "end": 4715,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 4716,
                                      "end": 4764,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 4717,
                                        "end": 4757,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4717,
                                          "end": 4733,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4717,
                                            "end": 4730,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4717,
                                              "end": 4722,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 48
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4723,
                                              "end": 4730,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 56
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4731,
                                            "end": 4732,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 58
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 4737,
                                          "end": 4757,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 83
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 4739,
                                              "end": 4755,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 81
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 4739,
                                                "end": 4744,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 70
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 4746,
                                                "end": 4755,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 81
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4747,
                                                    "end": 4748,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 74
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4750,
                                                    "end": 4751,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 77
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4753,
                                                    "end": 4754,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 80
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 4716
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4759,
                                        "end": 4764,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 90
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 4776,
                      "end": 5623,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 4784,
                        "end": 4795,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 16
                          },
                          "end": {
                            "line": 132,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4784,
                          "end": 4789,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 16
                            },
                            "end": {
                              "line": 132,
                              "column": 21
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4790,
                          "end": 4795,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 22
                            },
                            "end": {
                              "line": 132,
                              "column": 27
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 4811,
                          "end": 4838,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 12
                            },
                            "end": {
                              "line": 133,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 4816,
                            "end": 4837,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 17
                              },
                              "end": {
                                "line": 133,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 4851,
                          "end": 5007,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 12
                            },
                            "end": {
                              "line": 136,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4902,
                              "end": 4984,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 16
                                },
                                "end": {
                                  "line": 135,
                                  "column": 98
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4902,
                                "end": 4983,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 97
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4902,
                                  "end": 4975,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 89
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 4902,
                                    "end": 4971,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 85
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4902,
                                      "end": 4947,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 4902,
                                        "end": 4937,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4902,
                                          "end": 4929,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 4902,
                                            "end": 4925,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4902,
                                              "end": 4920,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4902,
                                                "end": 4915,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 4902,
                                                  "end": 4906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4907,
                                                  "end": 4915,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4916,
                                                "end": 4920,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 4921,
                                                "end": 4924,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 38
                                                  },
                                                  "identifierName": "end"
                                                },
                                                "name": "end"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4926,
                                            "end": 4929,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 43
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4930,
                                            "end": 4936,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 50
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4938,
                                        "end": 4947,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 61
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4948,
                                        "end": 4970,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4948,
                                          "end": 4965,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 79
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4948,
                                            "end": 4954,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 68
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4955,
                                            "end": 4965,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 79
                                              },
                                              "identifierName": "distanceTo"
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4966,
                                            "end": 4969,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 83
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4972,
                                    "end": 4975,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 89
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 4976,
                                    "end": 4982,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 96
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5001,
                              "end": 5007,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 16
                                },
                                "end": {
                                  "line": 136,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 4856,
                            "end": 4884,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 17
                              },
                              "end": {
                                "line": 134,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5020,
                          "end": 5046,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 12
                            },
                            "end": {
                              "line": 137,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5025,
                            "end": 5045,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 17
                              },
                              "end": {
                                "line": 137,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5059,
                          "end": 5313,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 12
                            },
                            "end": {
                              "line": 141,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 5109,
                              "end": 5212,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 16
                                },
                                "end": {
                                  "line": 139,
                                  "column": 119
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5113,
                                  "end": 5211,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 118
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5113,
                                    "end": 5114,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 5117,
                                    "end": 5211,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 118
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5121,
                                      "end": 5134,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5121,
                                        "end": 5126,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5127,
                                        "end": 5134,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5135,
                                        "end": 5170,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 77
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5135,
                                          "end": 5143,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5135,
                                            "end": 5139,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 46
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5140,
                                            "end": 5143,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 50
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5144,
                                            "end": 5169,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5144,
                                              "end": 5163,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5144,
                                                "end": 5157,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5144,
                                                  "end": 5149,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 56
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5150,
                                                  "end": 5157,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 64
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5158,
                                                "end": 5163,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 70
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5164,
                                              "end": 5169,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 76
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 5172,
                                        "end": 5207,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 114
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5172,
                                          "end": 5180,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 87
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5172,
                                            "end": 5176,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 83
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5177,
                                            "end": 5180,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 87
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5181,
                                            "end": 5206,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 113
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5181,
                                              "end": 5200,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 107
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5181,
                                                "end": 5194,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 101
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5181,
                                                  "end": 5186,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 93
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5187,
                                                  "end": 5194,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 94
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 101
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5195,
                                                "end": 5200,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 107
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5201,
                                              "end": 5206,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 113
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 5209,
                                        "end": 5210,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 116
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 117
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 5229,
                              "end": 5290,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 16
                                },
                                "end": {
                                  "line": 140,
                                  "column": 77
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5229,
                                "end": 5289,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 76
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5229,
                                  "end": 5284,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5229,
                                    "end": 5280,
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 67
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5229,
                                      "end": 5277,
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 140,
                                          "column": 64
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5229,
                                        "end": 5261,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 48
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5229,
                                          "end": 5256,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5229,
                                            "end": 5252,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5229,
                                              "end": 5247,
                                              "loc": {
                                                "start": {
                                                  "line": 140,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 140,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5229,
                                                "end": 5242,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5229,
                                                  "end": 5233,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5234,
                                                  "end": 5242,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5243,
                                                "end": 5247,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5248,
                                                "end": 5251,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 38
                                                  },
                                                  "identifierName": "end"
                                                },
                                                "name": "end"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5253,
                                            "end": 5256,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 43
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5257,
                                            "end": 5260,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 47
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5262,
                                        "end": 5277,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 64
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5278,
                                        "end": 5279,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 66
                                          },
                                          "identifierName": "d"
                                        },
                                        "name": "d"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5281,
                                    "end": 5284,
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 71
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5285,
                                    "end": 5288,
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 75
                                      },
                                      "identifierName": "dim"
                                    },
                                    "name": "dim"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5307,
                              "end": 5313,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 16
                                },
                                "end": {
                                  "line": 141,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5064,
                            "end": 5091,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 17
                              },
                              "end": {
                                "line": 138,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5326,
                          "end": 5352,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 12
                            },
                            "end": {
                              "line": 142,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5331,
                            "end": 5351,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 17
                              },
                              "end": {
                                "line": 142,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5365,
                          "end": 5398,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 12
                            },
                            "end": {
                              "line": 143,
                              "column": 45
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5370,
                            "end": 5397,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 17
                              },
                              "end": {
                                "line": 143,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5411,
                          "end": 5439,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 12
                            },
                            "end": {
                              "line": 144,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5416,
                            "end": 5438,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 17
                              },
                              "end": {
                                "line": 144,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5452,
                          "end": 5613,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 12
                            },
                            "end": {
                              "line": 147,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5504,
                              "end": 5590,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 16
                                },
                                "end": {
                                  "line": 146,
                                  "column": 102
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5504,
                                "end": 5589,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 101
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5504,
                                  "end": 5581,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 93
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5504,
                                    "end": 5577,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5504,
                                      "end": 5549,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5504,
                                        "end": 5539,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5504,
                                          "end": 5531,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5504,
                                            "end": 5527,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5504,
                                              "end": 5522,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5504,
                                                "end": 5517,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5504,
                                                  "end": 5508,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5509,
                                                  "end": 5517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5518,
                                                "end": 5522,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5523,
                                                "end": 5526,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 38
                                                  },
                                                  "identifierName": "dim"
                                                },
                                                "name": "dim"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5528,
                                            "end": 5531,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 43
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5532,
                                            "end": 5538,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 50
                                              },
                                              "identifierName": "center"
                                            },
                                            "name": "center"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5540,
                                        "end": 5549,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 61
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5550,
                                        "end": 5576,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 88
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5550,
                                          "end": 5570,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5550,
                                            "end": 5563,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 75
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5550,
                                              "end": 5555,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 67
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5556,
                                              "end": 5563,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 75
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5564,
                                            "end": 5570,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 82
                                              },
                                              "identifierName": "radius"
                                            },
                                            "name": "radius"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5571,
                                          "end": 5576,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 88
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5578,
                                    "end": 5581,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 93
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5582,
                                    "end": 5588,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 100
                                      },
                                      "identifierName": "center"
                                    },
                                    "name": "center"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5607,
                              "end": 5613,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 16
                                },
                                "end": {
                                  "line": 147,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5457,
                            "end": 5486,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 17
                              },
                              "end": {
                                "line": 145,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 5635,
                "end": 7599,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 4
                  },
                  "end": {
                    "line": 184,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5635,
                  "end": 5641,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 4
                    },
                    "end": {
                      "line": 151,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5642,
                    "end": 5647,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 11
                      },
                      "end": {
                        "line": 151,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 5649,
                    "end": 5657,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 18
                      },
                      "end": {
                        "line": 151,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5659,
                  "end": 7599,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 28
                    },
                    "end": {
                      "line": 184,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5669,
                      "end": 5865,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 93
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5675,
                          "end": 5864,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 14
                            },
                            "end": {
                              "line": 153,
                              "column": 92
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 5675,
                            "end": 5708,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 14
                              },
                              "end": {
                                "line": 152,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 5676,
                                "end": 5681,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 5683,
                                "end": 5686,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 5688,
                                "end": 5691,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 5693,
                                "end": 5699,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 5701,
                                "end": 5707,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5711,
                            "end": 5864,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 50
                              },
                              "end": {
                                "line": 153,
                                "column": 92
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5711,
                              "end": 5766,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 50
                                },
                                "end": {
                                  "line": 152,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 5711,
                                "end": 5762,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 5712,
                                    "end": 5721,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 5723,
                                    "end": 5730,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 5732,
                                    "end": 5739,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 5741,
                                    "end": 5751,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 5753,
                                    "end": 5761,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5763,
                                "end": 5766,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 5767,
                                "end": 5863,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 91
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 5767,
                                    "end": 5768,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 5784,
                                  "end": 5863,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 91
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5784,
                                    "end": 5813,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 5784,
                                      "end": 5803,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5788,
                                        "end": 5801,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5788,
                                          "end": 5793,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5794,
                                          "end": 5801,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5804,
                                      "end": 5813,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 5814,
                                      "end": 5862,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 5815,
                                        "end": 5855,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 5815,
                                          "end": 5831,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5815,
                                            "end": 5828,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5815,
                                              "end": 5820,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 48
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5821,
                                              "end": 5828,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 56
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5829,
                                            "end": 5830,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 58
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 5835,
                                          "end": 5855,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 83
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 5837,
                                              "end": 5853,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 81
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 5837,
                                                "end": 5842,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 70
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 5844,
                                                "end": 5853,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 81
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 5845,
                                                    "end": 5846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 74
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 5848,
                                                    "end": 5849,
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 77
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 5851,
                                                    "end": 5852,
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 80
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 5814
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5857,
                                        "end": 5862,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 90
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5874,
                      "end": 5887,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 8
                        },
                        "end": {
                          "line": 154,
                          "column": 21
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5878,
                          "end": 5886,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 12
                            },
                            "end": {
                              "line": 154,
                              "column": 20
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5878,
                            "end": 5881,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 15
                              },
                              "identifierName": "aux"
                            },
                            "name": "aux"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 5884,
                            "end": 5886,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 18
                              },
                              "end": {
                                "line": 154,
                                "column": 20
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5896,
                      "end": 5972,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 8
                        },
                        "end": {
                          "line": 155,
                          "column": 84
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5902,
                          "end": 5971,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 14
                            },
                            "end": {
                              "line": 155,
                              "column": 83
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5902,
                            "end": 5912,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 14
                              },
                              "end": {
                                "line": 155,
                                "column": 24
                              },
                              "identifierName": "descriptor"
                            },
                            "name": "descriptor"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5915,
                            "end": 5971,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 27
                              },
                              "end": {
                                "line": 155,
                                "column": 83
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5915,
                              "end": 5956,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 27
                                },
                                "end": {
                                  "line": 155,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5915,
                                "end": 5933,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5915,
                                  "end": 5926,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5915,
                                    "end": 5919,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5920,
                                    "end": 5926,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 38
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5927,
                                  "end": 5933,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 45
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5934,
                                "end": 5956,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 68
                                  },
                                  "identifierName": "getDimensionDescriptor"
                                },
                                "name": "getDimensionDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 5957,
                                "end": 5965,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 77
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5957,
                                  "end": 5962,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 74
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5963,
                                  "end": 5965,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 77
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              {
                                "type": "Identifier",
                                "start": 5967,
                                "end": 5970,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 82
                                  },
                                  "identifierName": "aux"
                                },
                                "name": "aux"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 5981,
                      "end": 7593,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 5989,
                        "end": 6000,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 16
                          },
                          "end": {
                            "line": 156,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5989,
                          "end": 5994,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 16
                            },
                            "end": {
                              "line": 156,
                              "column": 21
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5995,
                          "end": 6000,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 22
                            },
                            "end": {
                              "line": 156,
                              "column": 27
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 6016,
                          "end": 6043,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 12
                            },
                            "end": {
                              "line": 157,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6021,
                            "end": 6042,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 17
                              },
                              "end": {
                                "line": 157,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 6056,
                          "end": 6675,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 12
                            },
                            "end": {
                              "line": 166,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 6107,
                              "end": 6140,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 16
                                },
                                "end": {
                                  "line": 159,
                                  "column": 49
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6113,
                                  "end": 6139,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 48
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6113,
                                    "end": 6114,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 23
                                      },
                                      "identifierName": "r"
                                    },
                                    "name": "r"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 6117,
                                    "end": 6139,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 48
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6117,
                                      "end": 6134,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6117,
                                        "end": 6123,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 32
                                          },
                                          "identifierName": "corner"
                                        },
                                        "name": "corner"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6124,
                                        "end": 6134,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 43
                                          },
                                          "identifierName": "distanceTo"
                                        },
                                        "name": "distanceTo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6135,
                                        "end": 6138,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 47
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6157,
                              "end": 6248,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 16
                                },
                                "end": {
                                  "line": 160,
                                  "column": 107
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6157,
                                "end": 6247,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 106
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6157,
                                  "end": 6220,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 79
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 6157,
                                    "end": 6212,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6157,
                                      "end": 6165,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6157,
                                        "end": 6160,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 19
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6161,
                                        "end": 6165,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 24
                                          },
                                          "identifierName": "copy"
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 6166,
                                        "end": 6211,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 70
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6166,
                                          "end": 6203,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 62
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 6166,
                                            "end": 6199,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 58
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6166,
                                              "end": 6196,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 55
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 6166,
                                                "end": 6186,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 45
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6166,
                                                  "end": 6178,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6166,
                                                    "end": 6174,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 33
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6175,
                                                    "end": 6178,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 37
                                                      },
                                                      "identifierName": "sub"
                                                    },
                                                    "name": "sub"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6179,
                                                    "end": 6185,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 44
                                                      },
                                                      "identifierName": "corner"
                                                    },
                                                    "name": "corner"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6187,
                                                "end": 6196,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 55
                                                  },
                                                  "identifierName": "setLength"
                                                },
                                                "name": "setLength"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 6197,
                                                "end": 6198,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 57
                                                  },
                                                  "identifierName": "r"
                                                },
                                                "name": "r"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6200,
                                            "end": 6203,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 62
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6204,
                                            "end": 6210,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 69
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6213,
                                    "end": 6220,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 79
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 6221,
                                    "end": 6246,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 105
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6221,
                                      "end": 6240,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6221,
                                        "end": 6234,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 93
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6221,
                                          "end": 6226,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 85
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6227,
                                          "end": 6234,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 93
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6235,
                                        "end": 6240,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 94
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 99
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6241,
                                      "end": 6246,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 105
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6265,
                              "end": 6331,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 16
                                },
                                "end": {
                                  "line": 161,
                                  "column": 82
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6269,
                                  "end": 6330,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 81
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6269,
                                    "end": 6277,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 28
                                      },
                                      "identifierName": "startAng"
                                    },
                                    "name": "startAng"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 6280,
                                    "end": 6330,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 81
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6280,
                                      "end": 6290,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6280,
                                        "end": 6284,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 35
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6285,
                                        "end": 6290,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 41
                                          },
                                          "identifierName": "atan2"
                                        },
                                        "name": "atan2"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 6291,
                                        "end": 6309,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 60
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6291,
                                          "end": 6298,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6291,
                                            "end": 6296,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 47
                                              },
                                              "identifierName": "start"
                                            },
                                            "name": "start"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6297,
                                            "end": 6298,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 49
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6301,
                                          "end": 6309,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6301,
                                            "end": 6307,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 58
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6308,
                                            "end": 6309,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 60
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          },
                                          "computed": false
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 6311,
                                        "end": 6329,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 80
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6311,
                                          "end": 6318,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6311,
                                            "end": 6316,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 67
                                              },
                                              "identifierName": "start"
                                            },
                                            "name": "start"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6317,
                                            "end": 6318,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 69
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6321,
                                          "end": 6329,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 80
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6321,
                                            "end": 6327,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 78
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6328,
                                            "end": 6329,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 80
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6348,
                              "end": 6408,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 16
                                },
                                "end": {
                                  "line": 162,
                                  "column": 76
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6352,
                                  "end": 6407,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 75
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6352,
                                    "end": 6358,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 26
                                      },
                                      "identifierName": "endAng"
                                    },
                                    "name": "endAng"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 6361,
                                    "end": 6407,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6361,
                                      "end": 6371,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 39
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6361,
                                        "end": 6365,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 33
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6366,
                                        "end": 6371,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 39
                                          },
                                          "identifierName": "atan2"
                                        },
                                        "name": "atan2"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 6372,
                                        "end": 6388,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 56
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6372,
                                          "end": 6377,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6372,
                                            "end": 6375,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 43
                                              },
                                              "identifierName": "end"
                                            },
                                            "name": "end"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6376,
                                            "end": 6377,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 45
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6380,
                                          "end": 6388,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 56
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6380,
                                            "end": 6386,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 54
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6387,
                                            "end": 6388,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 56
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          },
                                          "computed": false
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 6390,
                                        "end": 6406,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 74
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6390,
                                          "end": 6395,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6390,
                                            "end": 6393,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 61
                                              },
                                              "identifierName": "end"
                                            },
                                            "name": "end"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6394,
                                            "end": 6395,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 63
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6398,
                                          "end": 6406,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 74
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6398,
                                            "end": 6404,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 72
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6405,
                                            "end": 6406,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 74
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "IfStatement",
                              "start": 6425,
                              "end": 6495,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 16
                                },
                                "end": {
                                  "line": 163,
                                  "column": 86
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 6429,
                                "end": 6453,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 44
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6430,
                                  "end": 6453,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6430,
                                    "end": 6447,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6430,
                                      "end": 6443,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6430,
                                        "end": 6435,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 26
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6436,
                                        "end": 6443,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 34
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6444,
                                      "end": 6447,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 38
                                        },
                                        "identifierName": "ccw"
                                      },
                                      "name": "ccw"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6448,
                                    "end": 6453,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 44
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 6455,
                                "end": 6495,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 86
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6455,
                                  "end": 6494,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 85
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "ArrayPattern",
                                    "start": 6455,
                                    "end": 6473,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 64
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 6456,
                                        "end": 6464,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 55
                                          },
                                          "identifierName": "startAng"
                                        },
                                        "name": "startAng"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6466,
                                        "end": 6472,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 63
                                          },
                                          "identifierName": "endAng"
                                        },
                                        "name": "endAng"
                                      }
                                    ]
                                  },
                                  "right": {
                                    "type": "ArrayExpression",
                                    "start": 6476,
                                    "end": 6494,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 85
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 6477,
                                        "end": 6483,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 74
                                          },
                                          "identifierName": "endAng"
                                        },
                                        "name": "endAng"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6485,
                                        "end": 6493,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 84
                                          },
                                          "identifierName": "startAng"
                                        },
                                        "name": "startAng"
                                      }
                                    ]
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 6512,
                              "end": 6557,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 16
                                },
                                "end": {
                                  "line": 164,
                                  "column": 61
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 6516,
                                "end": 6533,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 37
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6516,
                                  "end": 6522,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 26
                                    },
                                    "identifierName": "endAng"
                                  },
                                  "name": "endAng"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6525,
                                  "end": 6533,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 37
                                    },
                                    "identifierName": "startAng"
                                  },
                                  "name": "startAng"
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 6535,
                                "end": 6557,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 61
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6535,
                                  "end": 6556,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 60
                                    }
                                  },
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 6535,
                                    "end": 6541,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 45
                                      },
                                      "identifierName": "endAng"
                                    },
                                    "name": "endAng"
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 6545,
                                    "end": 6556,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 60
                                      }
                                    },
                                    "left": {
                                      "type": "NumericLiteral",
                                      "start": 6545,
                                      "end": 6546,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 50
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6549,
                                      "end": 6556,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6549,
                                        "end": 6553,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 57
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6554,
                                        "end": 6556,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 60
                                          },
                                          "identifierName": "PI"
                                        },
                                        "name": "PI"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6574,
                              "end": 6652,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 16
                                },
                                "end": {
                                  "line": 165,
                                  "column": 94
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6574,
                                "end": 6651,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 93
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6574,
                                  "end": 6592,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6574,
                                    "end": 6579,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6580,
                                    "end": 6592,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 6595,
                                  "end": 6651,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 93
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 6596,
                                    "end": 6613,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 6596,
                                      "end": 6602,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 44
                                        },
                                        "identifierName": "endAng"
                                      },
                                      "name": "endAng"
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 6605,
                                      "end": 6613,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 55
                                        },
                                        "identifierName": "startAng"
                                      },
                                      "name": "startAng"
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 6595
                                    }
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "ConditionalExpression",
                                    "start": 6618,
                                    "end": 6650,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 92
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 6618,
                                      "end": 6625,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 67
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6618,
                                        "end": 6621,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 63
                                          },
                                          "identifierName": "aux"
                                        },
                                        "name": "aux"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6622,
                                        "end": 6625,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 67
                                          },
                                          "identifierName": "a_r"
                                        },
                                        "name": "a_r"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "MemberExpression",
                                      "start": 6628,
                                      "end": 6646,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 88
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6628,
                                        "end": 6638,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 80
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6628,
                                          "end": 6633,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 75
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6634,
                                          "end": 6638,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 80
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6639,
                                        "end": 6646,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 88
                                          },
                                          "identifierName": "RAD2DEG"
                                        },
                                        "name": "RAD2DEG"
                                      },
                                      "computed": false
                                    },
                                    "alternate": {
                                      "type": "NumericLiteral",
                                      "start": 6649,
                                      "end": 6650,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 92
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 6617
                                    }
                                  }
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 6669,
                              "end": 6675,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 16
                                },
                                "end": {
                                  "line": 166,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6061,
                            "end": 6089,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 17
                              },
                              "end": {
                                "line": 158,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 6688,
                          "end": 6714,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 12
                            },
                            "end": {
                              "line": 167,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6693,
                            "end": 6713,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 17
                              },
                              "end": {
                                "line": 167,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 6727,
                          "end": 7081,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 172,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 6777,
                              "end": 6880,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 16
                                },
                                "end": {
                                  "line": 169,
                                  "column": 119
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6781,
                                  "end": 6879,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 118
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6781,
                                    "end": 6782,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 6785,
                                    "end": 6879,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 118
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6789,
                                      "end": 6802,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6789,
                                        "end": 6794,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6795,
                                        "end": 6802,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 6803,
                                        "end": 6838,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 77
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6803,
                                          "end": 6811,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6803,
                                            "end": 6807,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 46
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6808,
                                            "end": 6811,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 50
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 6812,
                                            "end": 6837,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 6812,
                                              "end": 6831,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6812,
                                                "end": 6825,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6812,
                                                  "end": 6817,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 56
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6818,
                                                  "end": 6825,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 64
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6826,
                                                "end": 6831,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 70
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6832,
                                              "end": 6837,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 76
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 6840,
                                        "end": 6875,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 114
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6840,
                                          "end": 6848,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 87
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6840,
                                            "end": 6844,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 83
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6845,
                                            "end": 6848,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 87
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 6849,
                                            "end": 6874,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 113
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 6849,
                                              "end": 6868,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 107
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6849,
                                                "end": 6862,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 101
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6849,
                                                  "end": 6854,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 93
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6855,
                                                  "end": 6862,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 94
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 101
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6863,
                                                "end": 6868,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 107
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6869,
                                              "end": 6874,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 113
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 6877,
                                        "end": 6878,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 116
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 117
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6897,
                              "end": 6988,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 16
                                },
                                "end": {
                                  "line": 170,
                                  "column": 107
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6897,
                                "end": 6987,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 106
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6897,
                                  "end": 6960,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 79
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 6897,
                                    "end": 6952,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6897,
                                      "end": 6905,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6897,
                                        "end": 6900,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 19
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6901,
                                        "end": 6905,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 24
                                          },
                                          "identifierName": "copy"
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 6906,
                                        "end": 6951,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 70
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6906,
                                          "end": 6946,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 65
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 6906,
                                            "end": 6942,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 61
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6906,
                                              "end": 6939,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 58
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 6906,
                                                "end": 6923,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 42
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6906,
                                                  "end": 6918,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6906,
                                                    "end": 6914,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 33
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6915,
                                                    "end": 6918,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 37
                                                      },
                                                      "identifierName": "sub"
                                                    },
                                                    "name": "sub"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6919,
                                                    "end": 6922,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 41
                                                      },
                                                      "identifierName": "end"
                                                    },
                                                    "name": "end"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6924,
                                                "end": 6939,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 58
                                                  },
                                                  "identifierName": "projectOnVector"
                                                },
                                                "name": "projectOnVector"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 6940,
                                                "end": 6941,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 60
                                                  },
                                                  "identifierName": "d"
                                                },
                                                "name": "d"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6943,
                                            "end": 6946,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 65
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6947,
                                            "end": 6950,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 69
                                              },
                                              "identifierName": "end"
                                            },
                                            "name": "end"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6953,
                                    "end": 6960,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 79
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 6961,
                                    "end": 6986,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 105
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6961,
                                      "end": 6980,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6961,
                                        "end": 6974,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 93
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6961,
                                          "end": 6966,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 85
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6967,
                                          "end": 6974,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 93
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6975,
                                        "end": 6980,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 94
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 99
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6981,
                                      "end": 6986,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 105
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7005,
                              "end": 7058,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 16
                                },
                                "end": {
                                  "line": 171,
                                  "column": 69
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7005,
                                "end": 7057,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 68
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7005,
                                  "end": 7023,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7005,
                                    "end": 7010,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7011,
                                    "end": 7023,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 7026,
                                  "end": 7057,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 68
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7026,
                                    "end": 7034,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7026,
                                      "end": 7030,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 41
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7031,
                                      "end": 7034,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 45
                                        },
                                        "identifierName": "abs"
                                      },
                                      "name": "abs"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 7035,
                                      "end": 7056,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 67
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7035,
                                        "end": 7053,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 64
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 7035,
                                          "end": 7049,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 60
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7035,
                                            "end": 7042,
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7035,
                                              "end": 7038,
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 49
                                                },
                                                "identifierName": "end"
                                              },
                                              "name": "end"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7039,
                                              "end": 7042,
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 53
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 7043,
                                              "end": 7048,
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 59
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7050,
                                          "end": 7053,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 64
                                            },
                                            "identifierName": "dot"
                                          },
                                          "name": "dot"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 7054,
                                          "end": 7055,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 66
                                            },
                                            "identifierName": "d"
                                          },
                                          "name": "d"
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 7075,
                              "end": 7081,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 16
                                },
                                "end": {
                                  "line": 172,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6732,
                            "end": 6759,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 17
                              },
                              "end": {
                                "line": 168,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7094,
                          "end": 7120,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 12
                            },
                            "end": {
                              "line": 173,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7099,
                            "end": 7119,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 17
                              },
                              "end": {
                                "line": 173,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7133,
                          "end": 7328,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 12
                            },
                            "end": {
                              "line": 177,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7183,
                              "end": 7240,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 16
                                },
                                "end": {
                                  "line": 175,
                                  "column": 73
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7183,
                                "end": 7239,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 72
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7183,
                                  "end": 7209,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7183,
                                    "end": 7203,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7183,
                                      "end": 7196,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7183,
                                        "end": 7188,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 21
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7189,
                                        "end": 7196,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 29
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7197,
                                      "end": 7203,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 36
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7204,
                                    "end": 7209,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 42
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 7212,
                                  "end": 7239,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7212,
                                    "end": 7229,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7212,
                                      "end": 7218,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 51
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7219,
                                      "end": 7229,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 62
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7230,
                                      "end": 7238,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 71
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7257,
                              "end": 7305,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 16
                                },
                                "end": {
                                  "line": 176,
                                  "column": 64
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7257,
                                "end": 7304,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 63
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7257,
                                  "end": 7275,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7257,
                                    "end": 7262,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7263,
                                    "end": 7275,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 7278,
                                  "end": 7304,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7278,
                                    "end": 7298,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7278,
                                      "end": 7291,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7278,
                                        "end": 7283,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 42
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7284,
                                        "end": 7291,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 50
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7292,
                                      "end": 7298,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 57
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7299,
                                    "end": 7304,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 63
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 7322,
                              "end": 7328,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 16
                                },
                                "end": {
                                  "line": 177,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7138,
                            "end": 7165,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 17
                              },
                              "end": {
                                "line": 174,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7341,
                          "end": 7369,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 12
                            },
                            "end": {
                              "line": 178,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7346,
                            "end": 7368,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 17
                              },
                              "end": {
                                "line": 178,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7382,
                          "end": 7583,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 12
                            },
                            "end": {
                              "line": 182,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 7434,
                              "end": 7491,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 16
                                },
                                "end": {
                                  "line": 180,
                                  "column": 73
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7434,
                                "end": 7490,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 72
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7434,
                                  "end": 7460,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7434,
                                    "end": 7454,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7434,
                                      "end": 7447,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7434,
                                        "end": 7439,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 21
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7440,
                                        "end": 7447,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 29
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7448,
                                      "end": 7454,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 36
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7455,
                                    "end": 7460,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 42
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 7463,
                                  "end": 7490,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7463,
                                    "end": 7480,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7463,
                                      "end": 7469,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 51
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7470,
                                      "end": 7480,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 62
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7481,
                                      "end": 7489,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 71
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7508,
                              "end": 7560,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 16
                                },
                                "end": {
                                  "line": 181,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7508,
                                "end": 7559,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 67
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7508,
                                  "end": 7526,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7508,
                                    "end": 7513,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7514,
                                    "end": 7526,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 7529,
                                  "end": 7559,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "NumericLiteral",
                                    "start": 7529,
                                    "end": 7530,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 38
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 7533,
                                    "end": 7559,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7533,
                                      "end": 7553,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7533,
                                        "end": 7546,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7533,
                                          "end": 7538,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 46
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7539,
                                          "end": 7546,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 54
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7547,
                                        "end": 7553,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 61
                                          },
                                          "identifierName": "radius"
                                        },
                                        "name": "radius"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7554,
                                      "end": 7559,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 67
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 7577,
                              "end": 7583,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 16
                                },
                                "end": {
                                  "line": 182,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7387,
                            "end": 7416,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 17
                              },
                              "end": {
                                "line": 179,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7605,
                "end": 7730,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 4
                  },
                  "end": {
                    "line": 188,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7605,
                  "end": 7611,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 4
                    },
                    "end": {
                      "line": 186,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7612,
                    "end": 7617,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 11
                      },
                      "end": {
                        "line": 186,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7619,
                  "end": 7730,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 18
                    },
                    "end": {
                      "line": 188,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7629,
                      "end": 7724,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 8
                        },
                        "end": {
                          "line": 187,
                          "column": 103
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7629,
                        "end": 7723,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 8
                          },
                          "end": {
                            "line": 187,
                            "column": 102
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 7629,
                          "end": 7691,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 8
                            },
                            "end": {
                              "line": 187,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7629,
                            "end": 7680,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 8
                              },
                              "end": {
                                "line": 187,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7629,
                              "end": 7670,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 8
                                },
                                "end": {
                                  "line": 187,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7629,
                                "end": 7647,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7629,
                                  "end": 7640,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7629,
                                    "end": 7633,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7634,
                                    "end": 7640,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 19
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7641,
                                  "end": 7647,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 26
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7648,
                                "end": 7670,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 49
                                  },
                                  "identifierName": "getDimensionDescriptor"
                                },
                                "name": "getDimensionDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7671,
                                "end": 7679,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7671,
                                  "end": 7676,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 55
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7677,
                                  "end": 7679,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 58
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7681,
                            "end": 7691,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 60
                              },
                              "end": {
                                "line": 187,
                                "column": 70
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 7694,
                          "end": 7723,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 73
                            },
                            "end": {
                              "line": 187,
                              "column": 102
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7694,
                            "end": 7720,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 73
                              },
                              "end": {
                                "line": 187,
                                "column": 99
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 7694,
                              "end": 7712,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 73
                                },
                                "end": {
                                  "line": 187,
                                  "column": 91
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7694,
                                "end": 7699,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 78
                                  },
                                  "identifierName": "state"
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7700,
                                "end": 7712,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 91
                                  },
                                  "identifierName": "previewValue"
                                },
                                "name": "previewValue"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7713,
                              "end": 7720,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 92
                                },
                                "end": {
                                  "line": 187,
                                  "column": 99
                                },
                                "identifierName": "toFixed"
                              },
                              "name": "toFixed"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 7721,
                              "end": 7722,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 100
                                },
                                "end": {
                                  "line": 187,
                                  "column": 101
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 7736,
                "end": 7799,
                "loc": {
                  "start": {
                    "line": 190,
                    "column": 4
                  },
                  "end": {
                    "line": 192,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7736,
                  "end": 7743,
                  "loc": {
                    "start": {
                      "line": 190,
                      "column": 4
                    },
                    "end": {
                      "line": 190,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7744,
                    "end": 7749,
                    "loc": {
                      "start": {
                        "line": 190,
                        "column": 12
                      },
                      "end": {
                        "line": 190,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7751,
                  "end": 7799,
                  "loc": {
                    "start": {
                      "line": 190,
                      "column": 19
                    },
                    "end": {
                      "line": 192,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7761,
                      "end": 7793,
                      "loc": {
                        "start": {
                          "line": 191,
                          "column": 8
                        },
                        "end": {
                          "line": 191,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7761,
                        "end": 7792,
                        "loc": {
                          "start": {
                            "line": 191,
                            "column": 8
                          },
                          "end": {
                            "line": 191,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7761,
                          "end": 7781,
                          "loc": {
                            "start": {
                              "line": 191,
                              "column": 8
                            },
                            "end": {
                              "line": 191,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7761,
                            "end": 7771,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 8
                              },
                              "end": {
                                "line": 191,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7761,
                              "end": 7765,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 8
                                },
                                "end": {
                                  "line": 191,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7766,
                              "end": 7771,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 13
                                },
                                "end": {
                                  "line": 191,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7772,
                            "end": 7781,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 19
                              },
                              "end": {
                                "line": 191,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 7782,
                            "end": 7791,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 29
                              },
                              "end": {
                                "line": 191,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 7782,
                              "end": 7783,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 29
                                },
                                "end": {
                                  "line": 191,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 7786,
                              "end": 7791,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 33
                                },
                                "end": {
                                  "line": 191,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 1658,
      "end": 1722,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 68
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 2236,
      "end": 2328,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 2365,
      "end": 2454,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 93
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 2481,
      "end": 2550,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 73
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 7,
      "end": 16,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 17,
      "end": 21,
      "loc": {
        "start": {
          "line": 1,
          "column": 17
        },
        "end": {
          "line": 1,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash/cloneDeep",
      "start": 22,
      "end": 40,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 40,
      "end": 41,
      "loc": {
        "start": {
          "line": 1,
          "column": 40
        },
        "end": {
          "line": 1,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 42,
      "end": 48,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 51,
      "end": 53,
      "loc": {
        "start": {
          "line": 2,
          "column": 9
        },
        "end": {
          "line": 2,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 54,
      "end": 59,
      "loc": {
        "start": {
          "line": 2,
          "column": 12
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 60,
      "end": 64,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "three",
      "start": 65,
      "end": 72,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 2,
          "column": 30
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 74,
      "end": 80,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 81,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 89,
      "end": 93,
      "loc": {
        "start": {
          "line": 3,
          "column": 15
        },
        "end": {
          "line": 3,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../three/object3",
      "start": 94,
      "end": 115,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 115,
      "end": 116,
      "loc": {
        "start": {
          "line": 3,
          "column": 41
        },
        "end": {
          "line": 3,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 118,
      "end": 124,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 125,
      "end": 130,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 131,
      "end": 137,
      "loc": {
        "start": {
          "line": 5,
          "column": 13
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 138,
      "end": 145,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 146,
      "end": 151,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 5,
          "column": 33
        },
        "end": {
          "line": 5,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Mesh",
      "start": 152,
      "end": 156,
      "loc": {
        "start": {
          "line": 5,
          "column": 34
        },
        "end": {
          "line": 5,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 157,
      "end": 158,
      "loc": {
        "start": {
          "line": 5,
          "column": 39
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 163,
      "end": 174,
      "loc": {
        "start": {
          "line": 6,
          "column": 4
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 174,
      "end": 175,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 175,
      "end": 183,
      "loc": {
        "start": {
          "line": 6,
          "column": 16
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 6,
          "column": 24
        },
        "end": {
          "line": 6,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 185,
      "end": 193,
      "loc": {
        "start": {
          "line": 6,
          "column": 26
        },
        "end": {
          "line": 6,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 193,
      "end": 194,
      "loc": {
        "start": {
          "line": 6,
          "column": 34
        },
        "end": {
          "line": 6,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 195,
      "end": 196,
      "loc": {
        "start": {
          "line": 6,
          "column": 36
        },
        "end": {
          "line": 6,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 205,
      "end": 210,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 210,
      "end": 211,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 211,
      "end": 219,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 219,
      "end": 220,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 221,
      "end": 229,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 229,
      "end": 230,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 230,
      "end": 231,
      "loc": {
        "start": {
          "line": 7,
          "column": 33
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 240,
      "end": 244,
      "loc": {
        "start": {
          "line": 8,
          "column": 8
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 244,
      "end": 245,
      "loc": {
        "start": {
          "line": 8,
          "column": 12
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createInteraction",
      "start": 245,
      "end": 262,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 262,
      "end": 263,
      "loc": {
        "start": {
          "line": 8,
          "column": 30
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 263,
      "end": 264,
      "loc": {
        "start": {
          "line": 8,
          "column": 31
        },
        "end": {
          "line": 8,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "priority",
      "start": 265,
      "end": 273,
      "loc": {
        "start": {
          "line": 8,
          "column": 33
        },
        "end": {
          "line": 8,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 8,
          "column": 41
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1000,
      "start": 275,
      "end": 279,
      "loc": {
        "start": {
          "line": 8,
          "column": 43
        },
        "end": {
          "line": 8,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 280,
      "end": 281,
      "loc": {
        "start": {
          "line": 8,
          "column": 48
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 8,
          "column": 49
        },
        "end": {
          "line": 8,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 282,
      "end": 283,
      "loc": {
        "start": {
          "line": 8,
          "column": 50
        },
        "end": {
          "line": 8,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 292,
      "end": 295,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 9,
          "column": 12
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 297,
      "end": 300,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "category",
      "start": 301,
      "end": 309,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 310,
      "end": 312,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 313,
      "end": 319,
      "loc": {
        "start": {
          "line": 9,
          "column": 29
        },
        "end": {
          "line": 9,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 319,
      "end": 320,
      "loc": {
        "start": {
          "line": 9,
          "column": 35
        },
        "end": {
          "line": 9,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 320,
      "end": 326,
      "loc": {
        "start": {
          "line": 9,
          "column": 36
        },
        "end": {
          "line": 9,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 326,
      "end": 327,
      "loc": {
        "start": {
          "line": 9,
          "column": 42
        },
        "end": {
          "line": 9,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 327,
      "end": 334,
      "loc": {
        "start": {
          "line": 9,
          "column": 43
        },
        "end": {
          "line": 9,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 334,
      "end": 335,
      "loc": {
        "start": {
          "line": 9,
          "column": 50
        },
        "end": {
          "line": 9,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 335,
      "end": 341,
      "loc": {
        "start": {
          "line": 9,
          "column": 51
        },
        "end": {
          "line": 9,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 9,
          "column": 57
        },
        "end": {
          "line": 9,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 342,
      "end": 343,
      "loc": {
        "start": {
          "line": 9,
          "column": 58
        },
        "end": {
          "line": 9,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 356,
      "end": 359,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 360,
      "end": 361,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 361,
      "end": 364,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "event",
      "start": 365,
      "end": 370,
      "loc": {
        "start": {
          "line": 10,
          "column": 21
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 371,
      "end": 373,
      "loc": {
        "start": {
          "line": 10,
          "column": 27
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 374,
      "end": 380,
      "loc": {
        "start": {
          "line": 10,
          "column": 30
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 380,
      "end": 381,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 381,
      "end": 387,
      "loc": {
        "start": {
          "line": 10,
          "column": 37
        },
        "end": {
          "line": 10,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 387,
      "end": 388,
      "loc": {
        "start": {
          "line": 10,
          "column": 43
        },
        "end": {
          "line": 10,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "category",
      "start": 388,
      "end": 396,
      "loc": {
        "start": {
          "line": 10,
          "column": 44
        },
        "end": {
          "line": 10,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 396,
      "end": 397,
      "loc": {
        "start": {
          "line": 10,
          "column": 52
        },
        "end": {
          "line": 10,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 397,
      "end": 398,
      "loc": {
        "start": {
          "line": 10,
          "column": 53
        },
        "end": {
          "line": 10,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 415,
      "end": 417,
      "loc": {
        "start": {
          "line": 11,
          "column": 16
        },
        "end": {
          "line": 11,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 418,
      "end": 419,
      "loc": {
        "start": {
          "line": 11,
          "column": 19
        },
        "end": {
          "line": 11,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 419,
      "end": 423,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "event",
      "start": 424,
      "end": 429,
      "loc": {
        "start": {
          "line": 11,
          "column": 25
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 429,
      "end": 430,
      "loc": {
        "start": {
          "line": 11,
          "column": 30
        },
        "end": {
          "line": 11,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 430,
      "end": 431,
      "loc": {
        "start": {
          "line": 11,
          "column": 31
        },
        "end": {
          "line": 11,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 432,
      "end": 436,
      "loc": {
        "start": {
          "line": 11,
          "column": 33
        },
        "end": {
          "line": 11,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 436,
      "end": 437,
      "loc": {
        "start": {
          "line": 11,
          "column": 37
        },
        "end": {
          "line": 11,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 437,
      "end": 439,
      "loc": {
        "start": {
          "line": 11,
          "column": 38
        },
        "end": {
          "line": 11,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 11,
          "column": 40
        },
        "end": {
          "line": 11,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "event",
      "start": 440,
      "end": 445,
      "loc": {
        "start": {
          "line": 11,
          "column": 41
        },
        "end": {
          "line": 11,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 445,
      "end": 446,
      "loc": {
        "start": {
          "line": 11,
          "column": 46
        },
        "end": {
          "line": 11,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 447,
      "end": 451,
      "loc": {
        "start": {
          "line": 11,
          "column": 48
        },
        "end": {
          "line": 11,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 11,
          "column": 52
        },
        "end": {
          "line": 11,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "event",
      "start": 452,
      "end": 457,
      "loc": {
        "start": {
          "line": 11,
          "column": 53
        },
        "end": {
          "line": 11,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 457,
      "end": 458,
      "loc": {
        "start": {
          "line": 11,
          "column": 58
        },
        "end": {
          "line": 11,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 11,
          "column": 59
        },
        "end": {
          "line": 11,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 459,
      "end": 463,
      "loc": {
        "start": {
          "line": 11,
          "column": 60
        },
        "end": {
          "line": 11,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 463,
      "end": 464,
      "loc": {
        "start": {
          "line": 11,
          "column": 64
        },
        "end": {
          "line": 11,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 464,
      "end": 468,
      "loc": {
        "start": {
          "line": 11,
          "column": 65
        },
        "end": {
          "line": 11,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 11,
          "column": 69
        },
        "end": {
          "line": 11,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 469,
      "end": 470,
      "loc": {
        "start": {
          "line": 11,
          "column": 70
        },
        "end": {
          "line": 11,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 470,
      "end": 471,
      "loc": {
        "start": {
          "line": 11,
          "column": 71
        },
        "end": {
          "line": 11,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 480,
      "end": 484,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 484,
      "end": 485,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 485,
      "end": 489,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 490,
      "end": 491,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 492,
      "end": 501,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 501,
      "end": 502,
      "loc": {
        "start": {
          "line": 12,
          "column": 29
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 515,
      "end": 522,
      "loc": {
        "start": {
          "line": 15,
          "column": 5
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 522,
      "end": 523,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 523,
      "end": 529,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 529,
      "end": 530,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 530,
      "end": 541,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 15,
          "column": 31
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Picked",
      "start": 542,
      "end": 548,
      "loc": {
        "start": {
          "line": 15,
          "column": 32
        },
        "end": {
          "line": 15,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 548,
      "end": 549,
      "loc": {
        "start": {
          "line": 15,
          "column": 38
        },
        "end": {
          "line": 15,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 549,
      "end": 550,
      "loc": {
        "start": {
          "line": 15,
          "column": 39
        },
        "end": {
          "line": 15,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 550,
      "end": 559,
      "loc": {
        "start": {
          "line": 15,
          "column": 40
        },
        "end": {
          "line": 15,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 559,
      "end": 560,
      "loc": {
        "start": {
          "line": 15,
          "column": 49
        },
        "end": {
          "line": 15,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 561,
      "end": 562,
      "loc": {
        "start": {
          "line": 15,
          "column": 51
        },
        "end": {
          "line": 15,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 571,
      "end": 575,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 575,
      "end": 576,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 576,
      "end": 580,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 580,
      "end": 581,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 581,
      "end": 589,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 589,
      "end": 590,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 590,
      "end": 597,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 16,
          "column": 35
        },
        "end": {
          "line": 16,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 600,
      "end": 605,
      "loc": {
        "start": {
          "line": 16,
          "column": 37
        },
        "end": {
          "line": 16,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 605,
      "end": 606,
      "loc": {
        "start": {
          "line": 16,
          "column": 42
        },
        "end": {
          "line": 16,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragInternal",
      "start": 618,
      "end": 630,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 631,
      "end": 640,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 642,
      "end": 643,
      "loc": {
        "start": {
          "line": 19,
          "column": 28
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 652,
      "end": 657,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 658,
      "end": 661,
      "loc": {
        "start": {
          "line": 20,
          "column": 14
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 662,
      "end": 663,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 664,
      "end": 673,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 673,
      "end": 674,
      "loc": {
        "start": {
          "line": 20,
          "column": 29
        },
        "end": {
          "line": 20,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 674,
      "end": 677,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 20,
          "column": 33
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 678,
      "end": 683,
      "loc": {
        "start": {
          "line": 20,
          "column": 34
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 20,
          "column": 39
        },
        "end": {
          "line": 20,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 20,
          "column": 40
        },
        "end": {
          "line": 20,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 685,
      "end": 686,
      "loc": {
        "start": {
          "line": 20,
          "column": 41
        },
        "end": {
          "line": 20,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 686,
      "end": 698,
      "loc": {
        "start": {
          "line": 20,
          "column": 42
        },
        "end": {
          "line": 20,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 20,
          "column": 54
        },
        "end": {
          "line": 20,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 699,
      "end": 702,
      "loc": {
        "start": {
          "line": 20,
          "column": 55
        },
        "end": {
          "line": 20,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 703,
      "end": 708,
      "loc": {
        "start": {
          "line": 20,
          "column": 59
        },
        "end": {
          "line": 20,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 708,
      "end": 709,
      "loc": {
        "start": {
          "line": 20,
          "column": 64
        },
        "end": {
          "line": 20,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix4",
      "start": 709,
      "end": 716,
      "loc": {
        "start": {
          "line": 20,
          "column": 65
        },
        "end": {
          "line": 20,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 716,
      "end": 717,
      "loc": {
        "start": {
          "line": 20,
          "column": 72
        },
        "end": {
          "line": 20,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 20,
          "column": 73
        },
        "end": {
          "line": 20,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 718,
      "end": 719,
      "loc": {
        "start": {
          "line": 20,
          "column": 74
        },
        "end": {
          "line": 20,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInverse",
      "start": 719,
      "end": 729,
      "loc": {
        "start": {
          "line": 20,
          "column": 75
        },
        "end": {
          "line": 20,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 20,
          "column": 85
        },
        "end": {
          "line": 20,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 730,
      "end": 734,
      "loc": {
        "start": {
          "line": 20,
          "column": 86
        },
        "end": {
          "line": 20,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 734,
      "end": 735,
      "loc": {
        "start": {
          "line": 20,
          "column": 90
        },
        "end": {
          "line": 20,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 735,
      "end": 741,
      "loc": {
        "start": {
          "line": 20,
          "column": 91
        },
        "end": {
          "line": 20,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 741,
      "end": 742,
      "loc": {
        "start": {
          "line": 20,
          "column": 97
        },
        "end": {
          "line": 20,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 742,
      "end": 753,
      "loc": {
        "start": {
          "line": 20,
          "column": 98
        },
        "end": {
          "line": 20,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 753,
      "end": 754,
      "loc": {
        "start": {
          "line": 20,
          "column": 109
        },
        "end": {
          "line": 20,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 754,
      "end": 755,
      "loc": {
        "start": {
          "line": 20,
          "column": 110
        },
        "end": {
          "line": 20,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 755,
      "end": 756,
      "loc": {
        "start": {
          "line": 20,
          "column": 111
        },
        "end": {
          "line": 20,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 765,
      "end": 770,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 771,
      "end": 779,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 780,
      "end": 781,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 782,
      "end": 785,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectPlane",
      "start": 786,
      "end": 800,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 21,
          "column": 43
        },
        "end": {
          "line": 21,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 801,
      "end": 804,
      "loc": {
        "start": {
          "line": 21,
          "column": 44
        },
        "end": {
          "line": 21,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 805,
      "end": 810,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 21,
          "column": 53
        },
        "end": {
          "line": 21,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Plane",
      "start": 811,
      "end": 816,
      "loc": {
        "start": {
          "line": 21,
          "column": 54
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 816,
      "end": 817,
      "loc": {
        "start": {
          "line": 21,
          "column": 59
        },
        "end": {
          "line": 21,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 817,
      "end": 820,
      "loc": {
        "start": {
          "line": 21,
          "column": 60
        },
        "end": {
          "line": 21,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 821,
      "end": 826,
      "loc": {
        "start": {
          "line": 21,
          "column": 64
        },
        "end": {
          "line": 21,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 21,
          "column": 69
        },
        "end": {
          "line": 21,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 827,
      "end": 834,
      "loc": {
        "start": {
          "line": 21,
          "column": 70
        },
        "end": {
          "line": 21,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 834,
      "end": 835,
      "loc": {
        "start": {
          "line": 21,
          "column": 77
        },
        "end": {
          "line": 21,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 835,
      "end": 836,
      "loc": {
        "start": {
          "line": 21,
          "column": 78
        },
        "end": {
          "line": 21,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 836,
      "end": 837,
      "loc": {
        "start": {
          "line": 21,
          "column": 79
        },
        "end": {
          "line": 21,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 21,
          "column": 81
        },
        "end": {
          "line": 21,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 21,
          "column": 82
        },
        "end": {
          "line": 21,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 841,
      "end": 842,
      "loc": {
        "start": {
          "line": 21,
          "column": 84
        },
        "end": {
          "line": 21,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 842,
      "end": 843,
      "loc": {
        "start": {
          "line": 21,
          "column": 85
        },
        "end": {
          "line": 21,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 21,
          "column": 86
        },
        "end": {
          "line": 21,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 844,
      "end": 845,
      "loc": {
        "start": {
          "line": 21,
          "column": 87
        },
        "end": {
          "line": 21,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 21,
          "column": 88
        },
        "end": {
          "line": 21,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 855,
      "end": 860,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 861,
      "end": 863,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 864,
      "end": 865,
      "loc": {
        "start": {
          "line": 22,
          "column": 17
        },
        "end": {
          "line": 22,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 866,
      "end": 870,
      "loc": {
        "start": {
          "line": 22,
          "column": 19
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 870,
      "end": 871,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 871,
      "end": 877,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 22,
          "column": 30
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userData",
      "start": 878,
      "end": 886,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 886,
      "end": 887,
      "loc": {
        "start": {
          "line": 22,
          "column": 39
        },
        "end": {
          "line": 22,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 887,
      "end": 891,
      "loc": {
        "start": {
          "line": 22,
          "column": 40
        },
        "end": {
          "line": 22,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 891,
      "end": 892,
      "loc": {
        "start": {
          "line": 22,
          "column": 44
        },
        "end": {
          "line": 22,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 892,
      "end": 894,
      "loc": {
        "start": {
          "line": 22,
          "column": 45
        },
        "end": {
          "line": 22,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 894,
      "end": 895,
      "loc": {
        "start": {
          "line": 22,
          "column": 47
        },
        "end": {
          "line": 22,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 904,
      "end": 906,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 23,
          "column": 11
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 909,
      "end": 911,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 913,
      "end": 919,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 919,
      "end": 920,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 929,
      "end": 932,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 933,
      "end": 938,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 939,
      "end": 940,
      "loc": {
        "start": {
          "line": 24,
          "column": 18
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 941,
      "end": 950,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 950,
      "end": 951,
      "loc": {
        "start": {
          "line": 24,
          "column": 29
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 951,
      "end": 955,
      "loc": {
        "start": {
          "line": 24,
          "column": 30
        },
        "end": {
          "line": 24,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 955,
      "end": 956,
      "loc": {
        "start": {
          "line": 24,
          "column": 34
        },
        "end": {
          "line": 24,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 956,
      "end": 962,
      "loc": {
        "start": {
          "line": 24,
          "column": 35
        },
        "end": {
          "line": 24,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 962,
      "end": 963,
      "loc": {
        "start": {
          "line": 24,
          "column": 41
        },
        "end": {
          "line": 24,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 963,
      "end": 969,
      "loc": {
        "start": {
          "line": 24,
          "column": 42
        },
        "end": {
          "line": 24,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 24,
          "column": 48
        },
        "end": {
          "line": 24,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 970,
      "end": 980,
      "loc": {
        "start": {
          "line": 24,
          "column": 49
        },
        "end": {
          "line": 24,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 24,
          "column": 59
        },
        "end": {
          "line": 24,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 981,
      "end": 985,
      "loc": {
        "start": {
          "line": 24,
          "column": 60
        },
        "end": {
          "line": 24,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 985,
      "end": 986,
      "loc": {
        "start": {
          "line": 24,
          "column": 64
        },
        "end": {
          "line": 24,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 986,
      "end": 988,
      "loc": {
        "start": {
          "line": 24,
          "column": 65
        },
        "end": {
          "line": 24,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 988,
      "end": 989,
      "loc": {
        "start": {
          "line": 24,
          "column": 67
        },
        "end": {
          "line": 24,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 989,
      "end": 990,
      "loc": {
        "start": {
          "line": 24,
          "column": 68
        },
        "end": {
          "line": 24,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 24,
          "column": 69
        },
        "end": {
          "line": 24,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1000,
      "end": 1004,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 1005,
      "end": 1011,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1012,
      "end": 1017,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 25,
          "column": 25
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 1019,
      "end": 1027,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1027,
      "end": 1028,
      "loc": {
        "start": {
          "line": 25,
          "column": 35
        },
        "end": {
          "line": 25,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 25,
          "column": 36
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1038,
      "end": 1042,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1042,
      "end": 1043,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1043,
      "end": 1049,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1049,
      "end": 1050,
      "loc": {
        "start": {
          "line": 26,
          "column": 19
        },
        "end": {
          "line": 26,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 1050,
      "end": 1065,
      "loc": {
        "start": {
          "line": 26,
          "column": 20
        },
        "end": {
          "line": 26,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1065,
      "end": 1066,
      "loc": {
        "start": {
          "line": 26,
          "column": 35
        },
        "end": {
          "line": 26,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1066,
      "end": 1071,
      "loc": {
        "start": {
          "line": 26,
          "column": 36
        },
        "end": {
          "line": 26,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 26,
          "column": 41
        },
        "end": {
          "line": 26,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1072,
      "end": 1073,
      "loc": {
        "start": {
          "line": 26,
          "column": 42
        },
        "end": {
          "line": 26,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1082,
      "end": 1088,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1089,
      "end": 1094,
      "loc": {
        "start": {
          "line": 27,
          "column": 15
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 27,
          "column": 20
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1107,
      "end": 1108,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1108,
      "end": 1115,
      "loc": {
        "start": {
          "line": 30,
          "column": 5
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1115,
      "end": 1116,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1116,
      "end": 1122,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1122,
      "end": 1123,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1123,
      "end": 1134,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1134,
      "end": 1135,
      "loc": {
        "start": {
          "line": 30,
          "column": 31
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dragged",
      "start": 1135,
      "end": 1142,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1142,
      "end": 1143,
      "loc": {
        "start": {
          "line": 30,
          "column": 39
        },
        "end": {
          "line": 30,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1144,
      "end": 1153,
      "loc": {
        "start": {
          "line": 30,
          "column": 41
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1153,
      "end": 1154,
      "loc": {
        "start": {
          "line": 30,
          "column": 50
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1155,
      "end": 1156,
      "loc": {
        "start": {
          "line": 30,
          "column": 52
        },
        "end": {
          "line": 30,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1165,
      "end": 1169,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1169,
      "end": 1170,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1170,
      "end": 1174,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1174,
      "end": 1175,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1175,
      "end": 1184,
      "loc": {
        "start": {
          "line": 31,
          "column": 18
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1184,
      "end": 1185,
      "loc": {
        "start": {
          "line": 31,
          "column": 27
        },
        "end": {
          "line": 31,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "grabbing",
      "start": 1185,
      "end": 1195,
      "loc": {
        "start": {
          "line": 31,
          "column": 28
        },
        "end": {
          "line": 31,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1196,
      "end": 1197,
      "loc": {
        "start": {
          "line": 31,
          "column": 39
        },
        "end": {
          "line": 31,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1206,
      "end": 1210,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragInternal",
      "start": 1211,
      "end": 1223,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 32,
          "column": 25
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1224,
      "end": 1233,
      "loc": {
        "start": {
          "line": 32,
          "column": 26
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1233,
      "end": 1234,
      "loc": {
        "start": {
          "line": 32,
          "column": 35
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1248,
      "end": 1255,
      "loc": {
        "start": {
          "line": 35,
          "column": 5
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1256,
      "end": 1262,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1263,
      "end": 1274,
      "loc": {
        "start": {
          "line": 35,
          "column": 20
        },
        "end": {
          "line": 35,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1274,
      "end": 1275,
      "loc": {
        "start": {
          "line": 35,
          "column": 31
        },
        "end": {
          "line": 35,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dropped",
      "start": 1275,
      "end": 1282,
      "loc": {
        "start": {
          "line": 35,
          "column": 32
        },
        "end": {
          "line": 35,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1282,
      "end": 1283,
      "loc": {
        "start": {
          "line": 35,
          "column": 39
        },
        "end": {
          "line": 35,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1283,
      "end": 1284,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1284,
      "end": 1293,
      "loc": {
        "start": {
          "line": 35,
          "column": 41
        },
        "end": {
          "line": 35,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 35,
          "column": 50
        },
        "end": {
          "line": 35,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1295,
      "end": 1296,
      "loc": {
        "start": {
          "line": 35,
          "column": 52
        },
        "end": {
          "line": 35,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1305,
      "end": 1309,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 36,
          "column": 12
        },
        "end": {
          "line": 36,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1310,
      "end": 1314,
      "loc": {
        "start": {
          "line": 36,
          "column": 13
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1314,
      "end": 1315,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1315,
      "end": 1324,
      "loc": {
        "start": {
          "line": 36,
          "column": 18
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1324,
      "end": 1325,
      "loc": {
        "start": {
          "line": 36,
          "column": 27
        },
        "end": {
          "line": 36,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "grab",
      "start": 1325,
      "end": 1331,
      "loc": {
        "start": {
          "line": 36,
          "column": 28
        },
        "end": {
          "line": 36,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1331,
      "end": 1332,
      "loc": {
        "start": {
          "line": 36,
          "column": 34
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1332,
      "end": 1333,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1342,
      "end": 1346,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1346,
      "end": 1347,
      "loc": {
        "start": {
          "line": 37,
          "column": 12
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1347,
      "end": 1351,
      "loc": {
        "start": {
          "line": 37,
          "column": 13
        },
        "end": {
          "line": 37,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1351,
      "end": 1352,
      "loc": {
        "start": {
          "line": 37,
          "column": 17
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 1352,
      "end": 1360,
      "loc": {
        "start": {
          "line": 37,
          "column": 18
        },
        "end": {
          "line": 37,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1360,
      "end": 1361,
      "loc": {
        "start": {
          "line": 37,
          "column": 26
        },
        "end": {
          "line": 37,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 1361,
      "end": 1368,
      "loc": {
        "start": {
          "line": 37,
          "column": 27
        },
        "end": {
          "line": 37,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1369,
      "end": 1370,
      "loc": {
        "start": {
          "line": 37,
          "column": 35
        },
        "end": {
          "line": 37,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 1371,
      "end": 1375,
      "loc": {
        "start": {
          "line": 37,
          "column": 37
        },
        "end": {
          "line": 37,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1375,
      "end": 1376,
      "loc": {
        "start": {
          "line": 37,
          "column": 41
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1385,
      "end": 1390,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1391,
      "end": 1396,
      "loc": {
        "start": {
          "line": 38,
          "column": 14
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 38,
          "column": 20
        },
        "end": {
          "line": 38,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1399,
      "end": 1403,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1403,
      "end": 1404,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dragInternal",
      "start": 1404,
      "end": 1416,
      "loc": {
        "start": {
          "line": 38,
          "column": 27
        },
        "end": {
          "line": 38,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1417,
      "end": 1426,
      "loc": {
        "start": {
          "line": 38,
          "column": 40
        },
        "end": {
          "line": 38,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 38,
          "column": 49
        },
        "end": {
          "line": 38,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 38,
          "column": 50
        },
        "end": {
          "line": 38,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1437,
      "end": 1439,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1440,
      "end": 1441,
      "loc": {
        "start": {
          "line": 39,
          "column": 11
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1442,
      "end": 1447,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 39,
          "column": 18
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1449,
      "end": 1455,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1455,
      "end": 1456,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1465,
      "end": 1469,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 1470,
      "end": 1476,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1476,
      "end": 1477,
      "loc": {
        "start": {
          "line": 40,
          "column": 19
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1477,
      "end": 1482,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1482,
      "end": 1483,
      "loc": {
        "start": {
          "line": 40,
          "column": 25
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1483,
      "end": 1484,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1489,
      "end": 1490,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1496,
      "end": 1497,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1497,
      "end": 1504,
      "loc": {
        "start": {
          "line": 43,
          "column": 5
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1504,
      "end": 1505,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1505,
      "end": 1511,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1511,
      "end": 1512,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "end": {
          "line": 43,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Lifecycle",
      "start": 1512,
      "end": 1521,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1521,
      "end": 1522,
      "loc": {
        "start": {
          "line": 43,
          "column": 29
        },
        "end": {
          "line": 43,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Rendered",
      "start": 1522,
      "end": 1530,
      "loc": {
        "start": {
          "line": 43,
          "column": 30
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 43,
          "column": 38
        },
        "end": {
          "line": 43,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1531,
      "end": 1532,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1532,
      "end": 1533,
      "loc": {
        "start": {
          "line": 43,
          "column": 40
        },
        "end": {
          "line": 43,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 43,
          "column": 42
        },
        "end": {
          "line": 43,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1544,
      "end": 1549,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 1550,
      "end": 1555,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1556,
      "end": 1557,
      "loc": {
        "start": {
          "line": 44,
          "column": 20
        },
        "end": {
          "line": 44,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1558,
      "end": 1562,
      "loc": {
        "start": {
          "line": 44,
          "column": 22
        },
        "end": {
          "line": 44,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1562,
      "end": 1563,
      "loc": {
        "start": {
          "line": 44,
          "column": 26
        },
        "end": {
          "line": 44,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1563,
      "end": 1567,
      "loc": {
        "start": {
          "line": 44,
          "column": 27
        },
        "end": {
          "line": 44,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1567,
      "end": 1568,
      "loc": {
        "start": {
          "line": 44,
          "column": 31
        },
        "end": {
          "line": 44,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateScaleFactor",
      "start": 1568,
      "end": 1588,
      "loc": {
        "start": {
          "line": 44,
          "column": 32
        },
        "end": {
          "line": 44,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 44,
          "column": 52
        },
        "end": {
          "line": 44,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1589,
      "end": 1593,
      "loc": {
        "start": {
          "line": 44,
          "column": 53
        },
        "end": {
          "line": 44,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 44,
          "column": 57
        },
        "end": {
          "line": 44,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWorldPosition",
      "start": 1594,
      "end": 1610,
      "loc": {
        "start": {
          "line": 44,
          "column": 58
        },
        "end": {
          "line": 44,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1610,
      "end": 1611,
      "loc": {
        "start": {
          "line": 44,
          "column": 74
        },
        "end": {
          "line": 44,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1611,
      "end": 1612,
      "loc": {
        "start": {
          "line": 44,
          "column": 75
        },
        "end": {
          "line": 44,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1612,
      "end": 1613,
      "loc": {
        "start": {
          "line": 44,
          "column": 76
        },
        "end": {
          "line": 44,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 44,
          "column": 78
        },
        "end": {
          "line": 44,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1615,
      "end": 1616,
      "loc": {
        "start": {
          "line": 44,
          "column": 79
        },
        "end": {
          "line": 44,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1616,
      "end": 1617,
      "loc": {
        "start": {
          "line": 44,
          "column": 80
        },
        "end": {
          "line": 44,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1626,
      "end": 1630,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1630,
      "end": 1631,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 1631,
      "end": 1638,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1638,
      "end": 1639,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 1639,
      "end": 1644,
      "loc": {
        "start": {
          "line": 45,
          "column": 21
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 45,
          "column": 26
        },
        "end": {
          "line": 45,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 45,
          "column": 27
        },
        "end": {
          "line": 45,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1651,
      "end": 1652,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 1658,
      "end": 1722,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 1727,
      "end": 1742,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1742,
      "end": 1743,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1743,
      "end": 1748,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1748,
      "end": 1749,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1760,
      "end": 1763,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 1764,
      "end": 1773,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1774,
      "end": 1775,
      "loc": {
        "start": {
          "line": 50,
          "column": 22
        },
        "end": {
          "line": 50,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 50,
          "column": 24
        },
        "end": {
          "line": 50,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1777,
      "end": 1778,
      "loc": {
        "start": {
          "line": 50,
          "column": 25
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 50,
          "column": 26
        },
        "end": {
          "line": 50,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1788,
      "end": 1790,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 51,
          "column": 11
        },
        "end": {
          "line": 51,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 51,
          "column": 12
        },
        "end": {
          "line": 51,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1793,
      "end": 1798,
      "loc": {
        "start": {
          "line": 51,
          "column": 13
        },
        "end": {
          "line": 51,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1798,
      "end": 1799,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 1799,
      "end": 1806,
      "loc": {
        "start": {
          "line": 51,
          "column": 19
        },
        "end": {
          "line": 51,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1806,
      "end": 1807,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 1807,
      "end": 1816,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1816,
      "end": 1817,
      "loc": {
        "start": {
          "line": 51,
          "column": 36
        },
        "end": {
          "line": 51,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1817,
      "end": 1822,
      "loc": {
        "start": {
          "line": 51,
          "column": 37
        },
        "end": {
          "line": 51,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1822,
      "end": 1823,
      "loc": {
        "start": {
          "line": 51,
          "column": 42
        },
        "end": {
          "line": 51,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 1823,
      "end": 1833,
      "loc": {
        "start": {
          "line": 51,
          "column": 43
        },
        "end": {
          "line": 51,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1833,
      "end": 1834,
      "loc": {
        "start": {
          "line": 51,
          "column": 53
        },
        "end": {
          "line": 51,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 1834,
      "end": 1837,
      "loc": {
        "start": {
          "line": 51,
          "column": 54
        },
        "end": {
          "line": 51,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1837,
      "end": 1838,
      "loc": {
        "start": {
          "line": 51,
          "column": 57
        },
        "end": {
          "line": 51,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 51,
          "column": 58
        },
        "end": {
          "line": 51,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 1840,
      "end": 1849,
      "loc": {
        "start": {
          "line": 51,
          "column": 60
        },
        "end": {
          "line": 51,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 51,
          "column": 69
        },
        "end": {
          "line": 51,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1850,
      "end": 1854,
      "loc": {
        "start": {
          "line": 51,
          "column": 70
        },
        "end": {
          "line": 51,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1854,
      "end": 1855,
      "loc": {
        "start": {
          "line": 51,
          "column": 74
        },
        "end": {
          "line": 51,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1855,
      "end": 1860,
      "loc": {
        "start": {
          "line": 51,
          "column": 75
        },
        "end": {
          "line": 51,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 51,
          "column": 80
        },
        "end": {
          "line": 51,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 1861,
      "end": 1868,
      "loc": {
        "start": {
          "line": 51,
          "column": 81
        },
        "end": {
          "line": 51,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1868,
      "end": 1869,
      "loc": {
        "start": {
          "line": 51,
          "column": 88
        },
        "end": {
          "line": 51,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 1869,
      "end": 1878,
      "loc": {
        "start": {
          "line": 51,
          "column": 89
        },
        "end": {
          "line": 51,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 51,
          "column": 98
        },
        "end": {
          "line": 51,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1879,
      "end": 1884,
      "loc": {
        "start": {
          "line": 51,
          "column": 99
        },
        "end": {
          "line": 51,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 51,
          "column": 104
        },
        "end": {
          "line": 51,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1885,
      "end": 1886,
      "loc": {
        "start": {
          "line": 51,
          "column": 105
        },
        "end": {
          "line": 51,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1895,
      "end": 1897,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1899,
      "end": 1904,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 52,
          "column": 17
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 1905,
      "end": 1912,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1912,
      "end": 1913,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "master",
      "start": 1913,
      "end": 1919,
      "loc": {
        "start": {
          "line": 52,
          "column": 26
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1919,
      "end": 1920,
      "loc": {
        "start": {
          "line": 52,
          "column": 32
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1921,
      "end": 1922,
      "loc": {
        "start": {
          "line": 52,
          "column": 34
        },
        "end": {
          "line": 52,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1935,
      "end": 1938,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 1939,
      "end": 1942,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1943,
      "end": 1944,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1945,
      "end": 1950,
      "loc": {
        "start": {
          "line": 53,
          "column": 22
        },
        "end": {
          "line": 53,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1950,
      "end": 1951,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 1951,
      "end": 1963,
      "loc": {
        "start": {
          "line": 53,
          "column": 28
        },
        "end": {
          "line": 53,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1964,
      "end": 1967,
      "loc": {
        "start": {
          "line": 53,
          "column": 41
        },
        "end": {
          "line": 53,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1968,
      "end": 1977,
      "loc": {
        "start": {
          "line": 53,
          "column": 45
        },
        "end": {
          "line": 53,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1994,
      "end": 1995,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1996,
      "end": 2001,
      "loc": {
        "start": {
          "line": 54,
          "column": 18
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2001,
      "end": 2002,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 2002,
      "end": 2014,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2031,
      "end": 2032,
      "loc": {
        "start": {
          "line": 55,
          "column": 16
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2033,
      "end": 2037,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2037,
      "end": 2038,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2038,
      "end": 2044,
      "loc": {
        "start": {
          "line": 55,
          "column": 23
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2044,
      "end": 2045,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2045,
      "end": 2051,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2051,
      "end": 2052,
      "loc": {
        "start": {
          "line": 55,
          "column": 36
        },
        "end": {
          "line": 55,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 2052,
      "end": 2074,
      "loc": {
        "start": {
          "line": 55,
          "column": 37
        },
        "end": {
          "line": 55,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2074,
      "end": 2075,
      "loc": {
        "start": {
          "line": 55,
          "column": 59
        },
        "end": {
          "line": 55,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2075,
      "end": 2080,
      "loc": {
        "start": {
          "line": 55,
          "column": 60
        },
        "end": {
          "line": 55,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2080,
      "end": 2081,
      "loc": {
        "start": {
          "line": 55,
          "column": 65
        },
        "end": {
          "line": 55,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2081,
      "end": 2083,
      "loc": {
        "start": {
          "line": 55,
          "column": 66
        },
        "end": {
          "line": 55,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2083,
      "end": 2084,
      "loc": {
        "start": {
          "line": 55,
          "column": 68
        },
        "end": {
          "line": 55,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2084,
      "end": 2085,
      "loc": {
        "start": {
          "line": 55,
          "column": 69
        },
        "end": {
          "line": 55,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2085,
      "end": 2090,
      "loc": {
        "start": {
          "line": 55,
          "column": 70
        },
        "end": {
          "line": 55,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2090,
      "end": 2091,
      "loc": {
        "start": {
          "line": 55,
          "column": 75
        },
        "end": {
          "line": 55,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2104,
      "end": 2113,
      "loc": {
        "start": {
          "line": 56,
          "column": 12
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2114,
      "end": 2118,
      "loc": {
        "start": {
          "line": 56,
          "column": 22
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2118,
      "end": 2119,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 2119,
      "end": 2125,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2125,
      "end": 2126,
      "loc": {
        "start": {
          "line": 56,
          "column": 33
        },
        "end": {
          "line": 56,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInteger",
      "start": 2126,
      "end": 2135,
      "loc": {
        "start": {
          "line": 56,
          "column": 34
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2135,
      "end": 2136,
      "loc": {
        "start": {
          "line": 56,
          "column": 43
        },
        "end": {
          "line": 56,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2136,
      "end": 2139,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 56,
          "column": 47
        },
        "end": {
          "line": 56,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2141,
      "end": 2142,
      "loc": {
        "start": {
          "line": 56,
          "column": 49
        },
        "end": {
          "line": 56,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "String",
      "start": 2143,
      "end": 2149,
      "loc": {
        "start": {
          "line": 56,
          "column": 51
        },
        "end": {
          "line": 56,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2149,
      "end": 2150,
      "loc": {
        "start": {
          "line": 56,
          "column": 57
        },
        "end": {
          "line": 56,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2150,
      "end": 2153,
      "loc": {
        "start": {
          "line": 56,
          "column": 58
        },
        "end": {
          "line": 56,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2153,
      "end": 2154,
      "loc": {
        "start": {
          "line": 56,
          "column": 61
        },
        "end": {
          "line": 56,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 56,
          "column": 63
        },
        "end": {
          "line": 56,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2157,
      "end": 2160,
      "loc": {
        "start": {
          "line": 56,
          "column": 65
        },
        "end": {
          "line": 56,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2160,
      "end": 2161,
      "loc": {
        "start": {
          "line": 56,
          "column": 68
        },
        "end": {
          "line": 56,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toFixed",
      "start": 2161,
      "end": 2168,
      "loc": {
        "start": {
          "line": 56,
          "column": 69
        },
        "end": {
          "line": 56,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 56,
          "column": 76
        },
        "end": {
          "line": 56,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2169,
      "end": 2170,
      "loc": {
        "start": {
          "line": 56,
          "column": 77
        },
        "end": {
          "line": 56,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2170,
      "end": 2171,
      "loc": {
        "start": {
          "line": 56,
          "column": 78
        },
        "end": {
          "line": 56,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2171,
      "end": 2172,
      "loc": {
        "start": {
          "line": 56,
          "column": 79
        },
        "end": {
          "line": 56,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2172,
      "end": 2173,
      "loc": {
        "start": {
          "line": 56,
          "column": 80
        },
        "end": {
          "line": 56,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2192,
      "end": 2196,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2196,
      "end": 2197,
      "loc": {
        "start": {
          "line": 58,
          "column": 12
        },
        "end": {
          "line": 58,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 2197,
      "end": 2201,
      "loc": {
        "start": {
          "line": 58,
          "column": 13
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2202,
      "end": 2203,
      "loc": {
        "start": {
          "line": 58,
          "column": 18
        },
        "end": {
          "line": 58,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2204,
      "end": 2213,
      "loc": {
        "start": {
          "line": 58,
          "column": 20
        },
        "end": {
          "line": 58,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 58,
          "column": 29
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 2214,
      "end": 2218,
      "loc": {
        "start": {
          "line": 58,
          "column": 30
        },
        "end": {
          "line": 58,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2218,
      "end": 2219,
      "loc": {
        "start": {
          "line": 58,
          "column": 34
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 2219,
      "end": 2222,
      "loc": {
        "start": {
          "line": 58,
          "column": 35
        },
        "end": {
          "line": 58,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2222,
      "end": 2223,
      "loc": {
        "start": {
          "line": 58,
          "column": 38
        },
        "end": {
          "line": 58,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2223,
      "end": 2224,
      "loc": {
        "start": {
          "line": 58,
          "column": 39
        },
        "end": {
          "line": 58,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2229,
      "end": 2230,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 2236,
      "end": 2328,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 2333,
      "end": 2339,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2340,
      "end": 2345,
      "loc": {
        "start": {
          "line": 62,
          "column": 11
        },
        "end": {
          "line": 62,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2345,
      "end": 2346,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2347,
      "end": 2355,
      "loc": {
        "start": {
          "line": 62,
          "column": 18
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2357,
      "end": 2358,
      "loc": {
        "start": {
          "line": 62,
          "column": 28
        },
        "end": {
          "line": 62,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2358,
      "end": 2359,
      "loc": {
        "start": {
          "line": 62,
          "column": 29
        },
        "end": {
          "line": 62,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 2365,
      "end": 2454,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 2459,
      "end": 2465,
      "loc": {
        "start": {
          "line": 65,
          "column": 4
        },
        "end": {
          "line": 65,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2465,
      "end": 2466,
      "loc": {
        "start": {
          "line": 65,
          "column": 10
        },
        "end": {
          "line": 65,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2466,
      "end": 2471,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2473,
      "end": 2474,
      "loc": {
        "start": {
          "line": 65,
          "column": 18
        },
        "end": {
          "line": 65,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 2481,
      "end": 2550,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 2555,
      "end": 2562,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2562,
      "end": 2563,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 2563,
      "end": 2568,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2568,
      "end": 2569,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 68,
          "column": 19
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2571,
      "end": 2572,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2573,
      "end": 2574,
      "loc": {
        "start": {
          "line": 69,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 2576,
      "end": 2582,
      "loc": {
        "start": {
          "line": 71,
          "column": 0
        },
        "end": {
          "line": 71,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 2583,
      "end": 2588,
      "loc": {
        "start": {
          "line": 71,
          "column": 7
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PositionHandle",
      "start": 2589,
      "end": 2603,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 2604,
      "end": 2611,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 2612,
      "end": 2618,
      "loc": {
        "start": {
          "line": 71,
          "column": 36
        },
        "end": {
          "line": 71,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 71,
          "column": 43
        },
        "end": {
          "line": 71,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2625,
      "end": 2636,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2636,
      "end": 2637,
      "loc": {
        "start": {
          "line": 72,
          "column": 15
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2637,
      "end": 2643,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2643,
      "end": 2644,
      "loc": {
        "start": {
          "line": 72,
          "column": 22
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2645,
      "end": 2646,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2655,
      "end": 2660,
      "loc": {
        "start": {
          "line": 73,
          "column": 8
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2661,
      "end": 2667,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2668,
      "end": 2669,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2670,
      "end": 2676,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2676,
      "end": 2677,
      "loc": {
        "start": {
          "line": 73,
          "column": 29
        },
        "end": {
          "line": 73,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 2677,
      "end": 2684,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2684,
      "end": 2685,
      "loc": {
        "start": {
          "line": 73,
          "column": 37
        },
        "end": {
          "line": 73,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 2685,
      "end": 2692,
      "loc": {
        "start": {
          "line": 73,
          "column": 38
        },
        "end": {
          "line": 73,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2692,
      "end": 2693,
      "loc": {
        "start": {
          "line": 73,
          "column": 45
        },
        "end": {
          "line": 73,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2693,
      "end": 2699,
      "loc": {
        "start": {
          "line": 73,
          "column": 46
        },
        "end": {
          "line": 73,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 73,
          "column": 52
        },
        "end": {
          "line": 73,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 2709,
      "end": 2714,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2714,
      "end": 2715,
      "loc": {
        "start": {
          "line": 74,
          "column": 13
        },
        "end": {
          "line": 74,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2728,
      "end": 2731,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 2732,
      "end": 2737,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 75,
          "column": 21
        },
        "end": {
          "line": 75,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SphereBufferGeometry",
      "start": 2738,
      "end": 2758,
      "loc": {
        "start": {
          "line": 75,
          "column": 22
        },
        "end": {
          "line": 75,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 75,
          "column": 42
        },
        "end": {
          "line": 75,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2759,
      "end": 2760,
      "loc": {
        "start": {
          "line": 75,
          "column": 43
        },
        "end": {
          "line": 75,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2760,
      "end": 2761,
      "loc": {
        "start": {
          "line": 75,
          "column": 44
        },
        "end": {
          "line": 75,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 16,
      "start": 2762,
      "end": 2764,
      "loc": {
        "start": {
          "line": 75,
          "column": 46
        },
        "end": {
          "line": 75,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2764,
      "end": 2765,
      "loc": {
        "start": {
          "line": 75,
          "column": 48
        },
        "end": {
          "line": 75,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 16,
      "start": 2766,
      "end": 2768,
      "loc": {
        "start": {
          "line": 75,
          "column": 50
        },
        "end": {
          "line": 75,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 75,
          "column": 52
        },
        "end": {
          "line": 75,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2769,
      "end": 2770,
      "loc": {
        "start": {
          "line": 75,
          "column": 53
        },
        "end": {
          "line": 75,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2783,
      "end": 2786,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 2787,
      "end": 2792,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshBasicMaterial",
      "start": 2793,
      "end": 2810,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2810,
      "end": 2811,
      "loc": {
        "start": {
          "line": 76,
          "column": 39
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2811,
      "end": 2812,
      "loc": {
        "start": {
          "line": 76,
          "column": 40
        },
        "end": {
          "line": 76,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 2813,
      "end": 2818,
      "loc": {
        "start": {
          "line": 76,
          "column": 42
        },
        "end": {
          "line": 76,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2818,
      "end": 2819,
      "loc": {
        "start": {
          "line": 76,
          "column": 47
        },
        "end": {
          "line": 76,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2820,
      "end": 2826,
      "loc": {
        "start": {
          "line": 76,
          "column": 49
        },
        "end": {
          "line": 76,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 76,
          "column": 55
        },
        "end": {
          "line": 76,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 2827,
      "end": 2834,
      "loc": {
        "start": {
          "line": 76,
          "column": 56
        },
        "end": {
          "line": 76,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2834,
      "end": 2835,
      "loc": {
        "start": {
          "line": 76,
          "column": 63
        },
        "end": {
          "line": 76,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 2836,
      "end": 2847,
      "loc": {
        "start": {
          "line": 76,
          "column": 65
        },
        "end": {
          "line": 76,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2847,
      "end": 2848,
      "loc": {
        "start": {
          "line": 76,
          "column": 76
        },
        "end": {
          "line": 76,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2849,
      "end": 2853,
      "loc": {
        "start": {
          "line": 76,
          "column": 78
        },
        "end": {
          "line": 76,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2853,
      "end": 2854,
      "loc": {
        "start": {
          "line": 76,
          "column": 82
        },
        "end": {
          "line": 76,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 2855,
      "end": 2862,
      "loc": {
        "start": {
          "line": 76,
          "column": 84
        },
        "end": {
          "line": 76,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2862,
      "end": 2863,
      "loc": {
        "start": {
          "line": 76,
          "column": 91
        },
        "end": {
          "line": 76,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.3,
      "start": 2864,
      "end": 2867,
      "loc": {
        "start": {
          "line": 76,
          "column": 93
        },
        "end": {
          "line": 76,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 76,
          "column": 97
        },
        "end": {
          "line": 76,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2869,
      "end": 2870,
      "loc": {
        "start": {
          "line": 76,
          "column": 98
        },
        "end": {
          "line": 76,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2870,
      "end": 2871,
      "loc": {
        "start": {
          "line": 76,
          "column": 99
        },
        "end": {
          "line": 76,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2880,
      "end": 2881,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2881,
      "end": 2882,
      "loc": {
        "start": {
          "line": 77,
          "column": 9
        },
        "end": {
          "line": 77,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2891,
      "end": 2895,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2895,
      "end": 2896,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2896,
      "end": 2902,
      "loc": {
        "start": {
          "line": 78,
          "column": 13
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2903,
      "end": 2904,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2905,
      "end": 2911,
      "loc": {
        "start": {
          "line": 78,
          "column": 22
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2911,
      "end": 2912,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2917,
      "end": 2918,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 2925,
      "end": 2932,
      "loc": {
        "start": {
          "line": 81,
          "column": 5
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2932,
      "end": 2933,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 2933,
      "end": 2939,
      "loc": {
        "start": {
          "line": 81,
          "column": 13
        },
        "end": {
          "line": 81,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2939,
      "end": 2940,
      "loc": {
        "start": {
          "line": 81,
          "column": 19
        },
        "end": {
          "line": 81,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 2940,
      "end": 2951,
      "loc": {
        "start": {
          "line": 81,
          "column": 20
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2951,
      "end": 2952,
      "loc": {
        "start": {
          "line": 81,
          "column": 31
        },
        "end": {
          "line": 81,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 2952,
      "end": 2959,
      "loc": {
        "start": {
          "line": 81,
          "column": 32
        },
        "end": {
          "line": 81,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 81,
          "column": 39
        },
        "end": {
          "line": 81,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2960,
      "end": 2961,
      "loc": {
        "start": {
          "line": 81,
          "column": 40
        },
        "end": {
          "line": 81,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2961,
      "end": 2970,
      "loc": {
        "start": {
          "line": 81,
          "column": 41
        },
        "end": {
          "line": 81,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2970,
      "end": 2971,
      "loc": {
        "start": {
          "line": 81,
          "column": 50
        },
        "end": {
          "line": 81,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 81,
          "column": 52
        },
        "end": {
          "line": 81,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2982,
      "end": 2986,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2986,
      "end": 2987,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 2987,
      "end": 2991,
      "loc": {
        "start": {
          "line": 82,
          "column": 13
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2991,
      "end": 2992,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 2992,
      "end": 3001,
      "loc": {
        "start": {
          "line": 82,
          "column": 18
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3001,
      "end": 3002,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "grab",
      "start": 3002,
      "end": 3008,
      "loc": {
        "start": {
          "line": 82,
          "column": 28
        },
        "end": {
          "line": 82,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3008,
      "end": 3009,
      "loc": {
        "start": {
          "line": 82,
          "column": 34
        },
        "end": {
          "line": 82,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 82,
          "column": 35
        },
        "end": {
          "line": 82,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3019,
      "end": 3023,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3023,
      "end": 3024,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 3024,
      "end": 3031,
      "loc": {
        "start": {
          "line": 83,
          "column": 13
        },
        "end": {
          "line": 83,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3031,
      "end": 3032,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3032,
      "end": 3033,
      "loc": {
        "start": {
          "line": 83,
          "column": 21
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 3034,
      "end": 3042,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3042,
      "end": 3043,
      "loc": {
        "start": {
          "line": 83,
          "column": 31
        },
        "end": {
          "line": 83,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3044,
      "end": 3045,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 3046,
      "end": 3051,
      "loc": {
        "start": {
          "line": 83,
          "column": 35
        },
        "end": {
          "line": 83,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3051,
      "end": 3052,
      "loc": {
        "start": {
          "line": 83,
          "column": 40
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3053,
      "end": 3056,
      "loc": {
        "start": {
          "line": 83,
          "column": 42
        },
        "end": {
          "line": 83,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3057,
      "end": 3062,
      "loc": {
        "start": {
          "line": 83,
          "column": 46
        },
        "end": {
          "line": 83,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 83,
          "column": 51
        },
        "end": {
          "line": 83,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 3063,
      "end": 3068,
      "loc": {
        "start": {
          "line": 83,
          "column": 52
        },
        "end": {
          "line": 83,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3068,
      "end": 3069,
      "loc": {
        "start": {
          "line": 83,
          "column": 57
        },
        "end": {
          "line": 83,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3069,
      "end": 3073,
      "loc": {
        "start": {
          "line": 83,
          "column": 58
        },
        "end": {
          "line": 83,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 83,
          "column": 62
        },
        "end": {
          "line": 83,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3074,
      "end": 3080,
      "loc": {
        "start": {
          "line": 83,
          "column": 63
        },
        "end": {
          "line": 83,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 83,
          "column": 69
        },
        "end": {
          "line": 83,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "accent",
      "start": 3081,
      "end": 3087,
      "loc": {
        "start": {
          "line": 83,
          "column": 70
        },
        "end": {
          "line": 83,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3087,
      "end": 3088,
      "loc": {
        "start": {
          "line": 83,
          "column": 76
        },
        "end": {
          "line": 83,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 83,
          "column": 77
        },
        "end": {
          "line": 83,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 3090,
      "end": 3097,
      "loc": {
        "start": {
          "line": 83,
          "column": 79
        },
        "end": {
          "line": 83,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3097,
      "end": 3098,
      "loc": {
        "start": {
          "line": 83,
          "column": 86
        },
        "end": {
          "line": 83,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.6,
      "start": 3099,
      "end": 3102,
      "loc": {
        "start": {
          "line": 83,
          "column": 88
        },
        "end": {
          "line": 83,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 83,
          "column": 92
        },
        "end": {
          "line": 83,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3105,
      "end": 3106,
      "loc": {
        "start": {
          "line": 83,
          "column": 94
        },
        "end": {
          "line": 83,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3106,
      "end": 3107,
      "loc": {
        "start": {
          "line": 83,
          "column": 95
        },
        "end": {
          "line": 83,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3107,
      "end": 3108,
      "loc": {
        "start": {
          "line": 83,
          "column": 96
        },
        "end": {
          "line": 83,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3108,
      "end": 3113,
      "loc": {
        "start": {
          "line": 83,
          "column": 97
        },
        "end": {
          "line": 83,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3113,
      "end": 3114,
      "loc": {
        "start": {
          "line": 83,
          "column": 102
        },
        "end": {
          "line": 83,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3114,
      "end": 3115,
      "loc": {
        "start": {
          "line": 83,
          "column": 103
        },
        "end": {
          "line": 83,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 83,
          "column": 104
        },
        "end": {
          "line": 83,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3116,
      "end": 3117,
      "loc": {
        "start": {
          "line": 83,
          "column": 105
        },
        "end": {
          "line": 83,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3122,
      "end": 3123,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3129,
      "end": 3130,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 3130,
      "end": 3137,
      "loc": {
        "start": {
          "line": 86,
          "column": 5
        },
        "end": {
          "line": 86,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 3138,
      "end": 3144,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3144,
      "end": 3145,
      "loc": {
        "start": {
          "line": 86,
          "column": 19
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 3145,
      "end": 3156,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 3157,
      "end": 3166,
      "loc": {
        "start": {
          "line": 86,
          "column": 32
        },
        "end": {
          "line": 86,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3166,
      "end": 3167,
      "loc": {
        "start": {
          "line": 86,
          "column": 41
        },
        "end": {
          "line": 86,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3167,
      "end": 3168,
      "loc": {
        "start": {
          "line": 86,
          "column": 42
        },
        "end": {
          "line": 86,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 3168,
      "end": 3177,
      "loc": {
        "start": {
          "line": 86,
          "column": 43
        },
        "end": {
          "line": 86,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3177,
      "end": 3178,
      "loc": {
        "start": {
          "line": 86,
          "column": 52
        },
        "end": {
          "line": 86,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 86,
          "column": 54
        },
        "end": {
          "line": 86,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3189,
      "end": 3193,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3193,
      "end": 3194,
      "loc": {
        "start": {
          "line": 87,
          "column": 12
        },
        "end": {
          "line": 87,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 3194,
      "end": 3201,
      "loc": {
        "start": {
          "line": 87,
          "column": 13
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3201,
      "end": 3202,
      "loc": {
        "start": {
          "line": 87,
          "column": 20
        },
        "end": {
          "line": 87,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 87,
          "column": 21
        },
        "end": {
          "line": 87,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 3204,
      "end": 3212,
      "loc": {
        "start": {
          "line": 87,
          "column": 23
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3212,
      "end": 3213,
      "loc": {
        "start": {
          "line": 87,
          "column": 31
        },
        "end": {
          "line": 87,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3214,
      "end": 3215,
      "loc": {
        "start": {
          "line": 87,
          "column": 33
        },
        "end": {
          "line": 87,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 3216,
      "end": 3221,
      "loc": {
        "start": {
          "line": 87,
          "column": 35
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 87,
          "column": 40
        },
        "end": {
          "line": 87,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3223,
      "end": 3226,
      "loc": {
        "start": {
          "line": 87,
          "column": 42
        },
        "end": {
          "line": 87,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3227,
      "end": 3232,
      "loc": {
        "start": {
          "line": 87,
          "column": 46
        },
        "end": {
          "line": 87,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3232,
      "end": 3233,
      "loc": {
        "start": {
          "line": 87,
          "column": 51
        },
        "end": {
          "line": 87,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 3233,
      "end": 3238,
      "loc": {
        "start": {
          "line": 87,
          "column": 52
        },
        "end": {
          "line": 87,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 87,
          "column": 57
        },
        "end": {
          "line": 87,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3239,
      "end": 3243,
      "loc": {
        "start": {
          "line": 87,
          "column": 58
        },
        "end": {
          "line": 87,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3243,
      "end": 3244,
      "loc": {
        "start": {
          "line": 87,
          "column": 62
        },
        "end": {
          "line": 87,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3244,
      "end": 3250,
      "loc": {
        "start": {
          "line": 87,
          "column": 63
        },
        "end": {
          "line": 87,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3250,
      "end": 3251,
      "loc": {
        "start": {
          "line": 87,
          "column": 69
        },
        "end": {
          "line": 87,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 3251,
      "end": 3258,
      "loc": {
        "start": {
          "line": 87,
          "column": 70
        },
        "end": {
          "line": 87,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3258,
      "end": 3259,
      "loc": {
        "start": {
          "line": 87,
          "column": 77
        },
        "end": {
          "line": 87,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3259,
      "end": 3260,
      "loc": {
        "start": {
          "line": 87,
          "column": 78
        },
        "end": {
          "line": 87,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 3261,
      "end": 3268,
      "loc": {
        "start": {
          "line": 87,
          "column": 80
        },
        "end": {
          "line": 87,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3268,
      "end": 3269,
      "loc": {
        "start": {
          "line": 87,
          "column": 87
        },
        "end": {
          "line": 87,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.3,
      "start": 3270,
      "end": 3273,
      "loc": {
        "start": {
          "line": 87,
          "column": 89
        },
        "end": {
          "line": 87,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 87,
          "column": 93
        },
        "end": {
          "line": 87,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3276,
      "end": 3277,
      "loc": {
        "start": {
          "line": 87,
          "column": 95
        },
        "end": {
          "line": 87,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3277,
      "end": 3278,
      "loc": {
        "start": {
          "line": 87,
          "column": 96
        },
        "end": {
          "line": 87,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3278,
      "end": 3279,
      "loc": {
        "start": {
          "line": 87,
          "column": 97
        },
        "end": {
          "line": 87,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3279,
      "end": 3284,
      "loc": {
        "start": {
          "line": 87,
          "column": 98
        },
        "end": {
          "line": 87,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3284,
      "end": 3285,
      "loc": {
        "start": {
          "line": 87,
          "column": 103
        },
        "end": {
          "line": 87,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1000,
      "start": 3285,
      "end": 3289,
      "loc": {
        "start": {
          "line": 87,
          "column": 104
        },
        "end": {
          "line": 87,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3289,
      "end": 3290,
      "loc": {
        "start": {
          "line": 87,
          "column": 108
        },
        "end": {
          "line": 87,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 87,
          "column": 109
        },
        "end": {
          "line": 87,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3296,
      "end": 3297,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 3303,
      "end": 3318,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3318,
      "end": 3319,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3319,
      "end": 3324,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3324,
      "end": 3325,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3326,
      "end": 3327,
      "loc": {
        "start": {
          "line": 90,
          "column": 27
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 3336,
      "end": 3341,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3341,
      "end": 3342,
      "loc": {
        "start": {
          "line": 91,
          "column": 13
        },
        "end": {
          "line": 91,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 3342,
      "end": 3357,
      "loc": {
        "start": {
          "line": 91,
          "column": 14
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3357,
      "end": 3358,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3358,
      "end": 3363,
      "loc": {
        "start": {
          "line": 91,
          "column": 30
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3363,
      "end": 3364,
      "loc": {
        "start": {
          "line": 91,
          "column": 35
        },
        "end": {
          "line": 91,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3364,
      "end": 3365,
      "loc": {
        "start": {
          "line": 91,
          "column": 36
        },
        "end": {
          "line": 91,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3374,
      "end": 3378,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3378,
      "end": 3379,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3379,
      "end": 3387,
      "loc": {
        "start": {
          "line": 92,
          "column": 13
        },
        "end": {
          "line": 92,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3387,
      "end": 3388,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 3388,
      "end": 3397,
      "loc": {
        "start": {
          "line": 92,
          "column": 22
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3397,
      "end": 3398,
      "loc": {
        "start": {
          "line": 92,
          "column": 31
        },
        "end": {
          "line": 92,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3398,
      "end": 3403,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3403,
      "end": 3404,
      "loc": {
        "start": {
          "line": 92,
          "column": 37
        },
        "end": {
          "line": 92,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3404,
      "end": 3411,
      "loc": {
        "start": {
          "line": 92,
          "column": 38
        },
        "end": {
          "line": 92,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3411,
      "end": 3412,
      "loc": {
        "start": {
          "line": 92,
          "column": 45
        },
        "end": {
          "line": 92,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3412,
      "end": 3417,
      "loc": {
        "start": {
          "line": 92,
          "column": 46
        },
        "end": {
          "line": 92,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3417,
      "end": 3418,
      "loc": {
        "start": {
          "line": 92,
          "column": 51
        },
        "end": {
          "line": 92,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3418,
      "end": 3423,
      "loc": {
        "start": {
          "line": 92,
          "column": 52
        },
        "end": {
          "line": 92,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3423,
      "end": 3424,
      "loc": {
        "start": {
          "line": 92,
          "column": 57
        },
        "end": {
          "line": 92,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 92,
          "column": 58
        },
        "end": {
          "line": 92,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3430,
      "end": 3431,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 3437,
      "end": 3443,
      "loc": {
        "start": {
          "line": 95,
          "column": 4
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3444,
      "end": 3449,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3449,
      "end": 3450,
      "loc": {
        "start": {
          "line": 95,
          "column": 16
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3451,
      "end": 3459,
      "loc": {
        "start": {
          "line": 95,
          "column": 18
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3459,
      "end": 3460,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3461,
      "end": 3462,
      "loc": {
        "start": {
          "line": 95,
          "column": 28
        },
        "end": {
          "line": 95,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3471,
      "end": 3479,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3479,
      "end": 3480,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 3480,
      "end": 3487,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3487,
      "end": 3488,
      "loc": {
        "start": {
          "line": 96,
          "column": 24
        },
        "end": {
          "line": 96,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3488,
      "end": 3493,
      "loc": {
        "start": {
          "line": 96,
          "column": 25
        },
        "end": {
          "line": 96,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 96,
          "column": 30
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3494,
      "end": 3501,
      "loc": {
        "start": {
          "line": 96,
          "column": 31
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3501,
      "end": 3502,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3502,
      "end": 3507,
      "loc": {
        "start": {
          "line": 96,
          "column": 39
        },
        "end": {
          "line": 96,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3507,
      "end": 3508,
      "loc": {
        "start": {
          "line": 96,
          "column": 44
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3508,
      "end": 3513,
      "loc": {
        "start": {
          "line": 96,
          "column": 45
        },
        "end": {
          "line": 96,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3513,
      "end": 3514,
      "loc": {
        "start": {
          "line": 96,
          "column": 50
        },
        "end": {
          "line": 96,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3514,
      "end": 3515,
      "loc": {
        "start": {
          "line": 96,
          "column": 51
        },
        "end": {
          "line": 96,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3520,
      "end": 3521,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 3527,
      "end": 3533,
      "loc": {
        "start": {
          "line": 99,
          "column": 4
        },
        "end": {
          "line": 99,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 99,
          "column": 10
        },
        "end": {
          "line": 99,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3534,
      "end": 3539,
      "loc": {
        "start": {
          "line": 99,
          "column": 11
        },
        "end": {
          "line": 99,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3539,
      "end": 3540,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3541,
      "end": 3542,
      "loc": {
        "start": {
          "line": 99,
          "column": 18
        },
        "end": {
          "line": 99,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3551,
      "end": 3556,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3557,
      "end": 3562,
      "loc": {
        "start": {
          "line": 100,
          "column": 14
        },
        "end": {
          "line": 100,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3563,
      "end": 3564,
      "loc": {
        "start": {
          "line": 100,
          "column": 20
        },
        "end": {
          "line": 100,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3565,
      "end": 3566,
      "loc": {
        "start": {
          "line": 100,
          "column": 22
        },
        "end": {
          "line": 100,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "{",
      "start": 3566,
      "end": 3567,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3567,
      "end": 3569,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3569,
      "end": 3574,
      "loc": {
        "start": {
          "line": 100,
          "column": 26
        },
        "end": {
          "line": 100,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3574,
      "end": 3575,
      "loc": {
        "start": {
          "line": 100,
          "column": 31
        },
        "end": {
          "line": 100,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3575,
      "end": 3582,
      "loc": {
        "start": {
          "line": 100,
          "column": 32
        },
        "end": {
          "line": 100,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3582,
      "end": 3583,
      "loc": {
        "start": {
          "line": 100,
          "column": 39
        },
        "end": {
          "line": 100,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3583,
      "end": 3588,
      "loc": {
        "start": {
          "line": 100,
          "column": 40
        },
        "end": {
          "line": 100,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3588,
      "end": 3589,
      "loc": {
        "start": {
          "line": 100,
          "column": 45
        },
        "end": {
          "line": 100,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3589,
      "end": 3594,
      "loc": {
        "start": {
          "line": 100,
          "column": 46
        },
        "end": {
          "line": 100,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3594,
      "end": 3595,
      "loc": {
        "start": {
          "line": 100,
          "column": 51
        },
        "end": {
          "line": 100,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3595,
      "end": 3599,
      "loc": {
        "start": {
          "line": 100,
          "column": 52
        },
        "end": {
          "line": 100,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3599,
      "end": 3600,
      "loc": {
        "start": {
          "line": 100,
          "column": 56
        },
        "end": {
          "line": 100,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 3600,
      "end": 3604,
      "loc": {
        "start": {
          "line": 100,
          "column": 57
        },
        "end": {
          "line": 100,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3604,
      "end": 3605,
      "loc": {
        "start": {
          "line": 100,
          "column": 61
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3605,
      "end": 3606,
      "loc": {
        "start": {
          "line": 100,
          "column": 62
        },
        "end": {
          "line": 100,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}",
      "start": 3606,
      "end": 3607,
      "loc": {
        "start": {
          "line": 100,
          "column": 63
        },
        "end": {
          "line": 100,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3607,
      "end": 3608,
      "loc": {
        "start": {
          "line": 100,
          "column": 64
        },
        "end": {
          "line": 100,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3608,
      "end": 3609,
      "loc": {
        "start": {
          "line": 100,
          "column": 65
        },
        "end": {
          "line": 100,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3618,
      "end": 3622,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3622,
      "end": 3623,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3623,
      "end": 3629,
      "loc": {
        "start": {
          "line": 101,
          "column": 13
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3629,
      "end": 3630,
      "loc": {
        "start": {
          "line": 101,
          "column": 19
        },
        "end": {
          "line": 101,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3630,
      "end": 3636,
      "loc": {
        "start": {
          "line": 101,
          "column": 20
        },
        "end": {
          "line": 101,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3636,
      "end": 3637,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getMemberDescriptor",
      "start": 3637,
      "end": 3656,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3656,
      "end": 3657,
      "loc": {
        "start": {
          "line": 101,
          "column": 46
        },
        "end": {
          "line": 101,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3657,
      "end": 3662,
      "loc": {
        "start": {
          "line": 101,
          "column": 47
        },
        "end": {
          "line": 101,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 101,
          "column": 52
        },
        "end": {
          "line": 101,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3663,
      "end": 3665,
      "loc": {
        "start": {
          "line": 101,
          "column": 53
        },
        "end": {
          "line": 101,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 101,
          "column": 55
        },
        "end": {
          "line": 101,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dimPt",
      "start": 3667,
      "end": 3674,
      "loc": {
        "start": {
          "line": 101,
          "column": 57
        },
        "end": {
          "line": 101,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 101,
          "column": 64
        },
        "end": {
          "line": 101,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3675,
      "end": 3676,
      "loc": {
        "start": {
          "line": 101,
          "column": 65
        },
        "end": {
          "line": 101,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 3676,
      "end": 3686,
      "loc": {
        "start": {
          "line": 101,
          "column": 66
        },
        "end": {
          "line": 101,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3687,
      "end": 3688,
      "loc": {
        "start": {
          "line": 101,
          "column": 77
        },
        "end": {
          "line": 101,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3689,
      "end": 3694,
      "loc": {
        "start": {
          "line": 101,
          "column": 79
        },
        "end": {
          "line": 101,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3694,
      "end": 3695,
      "loc": {
        "start": {
          "line": 101,
          "column": 84
        },
        "end": {
          "line": 101,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3700,
      "end": 3701,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 102,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 3707,
      "end": 3714,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 104,
          "column": 11
        },
        "end": {
          "line": 104,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 3715,
      "end": 3720,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3720,
      "end": 3721,
      "loc": {
        "start": {
          "line": 104,
          "column": 17
        },
        "end": {
          "line": 104,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 104,
          "column": 19
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3732,
      "end": 3736,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3736,
      "end": 3737,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 3737,
      "end": 3742,
      "loc": {
        "start": {
          "line": 105,
          "column": 13
        },
        "end": {
          "line": 105,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3742,
      "end": 3743,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 3743,
      "end": 3752,
      "loc": {
        "start": {
          "line": 105,
          "column": 19
        },
        "end": {
          "line": 105,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3752,
      "end": 3753,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 7,
      "start": 3753,
      "end": 3754,
      "loc": {
        "start": {
          "line": 105,
          "column": 29
        },
        "end": {
          "line": 105,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3755,
      "end": 3756,
      "loc": {
        "start": {
          "line": 105,
          "column": 31
        },
        "end": {
          "line": 105,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 3757,
      "end": 3762,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3762,
      "end": 3763,
      "loc": {
        "start": {
          "line": 105,
          "column": 38
        },
        "end": {
          "line": 105,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3763,
      "end": 3764,
      "loc": {
        "start": {
          "line": 105,
          "column": 39
        },
        "end": {
          "line": 105,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3769,
      "end": 3770,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 107,
          "column": 0
        },
        "end": {
          "line": 107,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 3774,
      "end": 3780,
      "loc": {
        "start": {
          "line": 109,
          "column": 0
        },
        "end": {
          "line": 109,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 3781,
      "end": 3786,
      "loc": {
        "start": {
          "line": 109,
          "column": 7
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValueHandle",
      "start": 3787,
      "end": 3798,
      "loc": {
        "start": {
          "line": 109,
          "column": 13
        },
        "end": {
          "line": 109,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 3799,
      "end": 3806,
      "loc": {
        "start": {
          "line": 109,
          "column": 25
        },
        "end": {
          "line": 109,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 3807,
      "end": 3813,
      "loc": {
        "start": {
          "line": 109,
          "column": 33
        },
        "end": {
          "line": 109,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3814,
      "end": 3815,
      "loc": {
        "start": {
          "line": 109,
          "column": 40
        },
        "end": {
          "line": 109,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 3820,
      "end": 3831,
      "loc": {
        "start": {
          "line": 110,
          "column": 4
        },
        "end": {
          "line": 110,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3831,
      "end": 3832,
      "loc": {
        "start": {
          "line": 110,
          "column": 15
        },
        "end": {
          "line": 110,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3832,
      "end": 3838,
      "loc": {
        "start": {
          "line": 110,
          "column": 16
        },
        "end": {
          "line": 110,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3838,
      "end": 3839,
      "loc": {
        "start": {
          "line": 110,
          "column": 22
        },
        "end": {
          "line": 110,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3840,
      "end": 3841,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3850,
      "end": 3855,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3856,
      "end": 3862,
      "loc": {
        "start": {
          "line": 111,
          "column": 14
        },
        "end": {
          "line": 111,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3863,
      "end": 3864,
      "loc": {
        "start": {
          "line": 111,
          "column": 21
        },
        "end": {
          "line": 111,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3865,
      "end": 3871,
      "loc": {
        "start": {
          "line": 111,
          "column": 23
        },
        "end": {
          "line": 111,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3871,
      "end": 3872,
      "loc": {
        "start": {
          "line": 111,
          "column": 29
        },
        "end": {
          "line": 111,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 3872,
      "end": 3879,
      "loc": {
        "start": {
          "line": 111,
          "column": 30
        },
        "end": {
          "line": 111,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 111,
          "column": 37
        },
        "end": {
          "line": 111,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 3880,
      "end": 3887,
      "loc": {
        "start": {
          "line": 111,
          "column": 38
        },
        "end": {
          "line": 111,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 111,
          "column": 45
        },
        "end": {
          "line": 111,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3888,
      "end": 3894,
      "loc": {
        "start": {
          "line": 111,
          "column": 46
        },
        "end": {
          "line": 111,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3894,
      "end": 3895,
      "loc": {
        "start": {
          "line": 111,
          "column": 52
        },
        "end": {
          "line": 111,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 3904,
      "end": 3909,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3909,
      "end": 3910,
      "loc": {
        "start": {
          "line": 112,
          "column": 13
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3923,
      "end": 3926,
      "loc": {
        "start": {
          "line": 113,
          "column": 12
        },
        "end": {
          "line": 113,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3927,
      "end": 3932,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3932,
      "end": 3933,
      "loc": {
        "start": {
          "line": 113,
          "column": 21
        },
        "end": {
          "line": 113,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SphereBufferGeometry",
      "start": 3933,
      "end": 3953,
      "loc": {
        "start": {
          "line": 113,
          "column": 22
        },
        "end": {
          "line": 113,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3953,
      "end": 3954,
      "loc": {
        "start": {
          "line": 113,
          "column": 42
        },
        "end": {
          "line": 113,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1.5,
      "start": 3954,
      "end": 3957,
      "loc": {
        "start": {
          "line": 113,
          "column": 43
        },
        "end": {
          "line": 113,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3957,
      "end": 3958,
      "loc": {
        "start": {
          "line": 113,
          "column": 46
        },
        "end": {
          "line": 113,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 16,
      "start": 3959,
      "end": 3961,
      "loc": {
        "start": {
          "line": 113,
          "column": 48
        },
        "end": {
          "line": 113,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3961,
      "end": 3962,
      "loc": {
        "start": {
          "line": 113,
          "column": 50
        },
        "end": {
          "line": 113,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 16,
      "start": 3963,
      "end": 3965,
      "loc": {
        "start": {
          "line": 113,
          "column": 52
        },
        "end": {
          "line": 113,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 113,
          "column": 54
        },
        "end": {
          "line": 113,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3966,
      "end": 3967,
      "loc": {
        "start": {
          "line": 113,
          "column": 55
        },
        "end": {
          "line": 113,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3980,
      "end": 3983,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3984,
      "end": 3989,
      "loc": {
        "start": {
          "line": 114,
          "column": 16
        },
        "end": {
          "line": 114,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3989,
      "end": 3990,
      "loc": {
        "start": {
          "line": 114,
          "column": 21
        },
        "end": {
          "line": 114,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshBasicMaterial",
      "start": 3990,
      "end": 4007,
      "loc": {
        "start": {
          "line": 114,
          "column": 22
        },
        "end": {
          "line": 114,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4007,
      "end": 4008,
      "loc": {
        "start": {
          "line": 114,
          "column": 39
        },
        "end": {
          "line": 114,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 114,
          "column": 40
        },
        "end": {
          "line": 114,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4010,
      "end": 4015,
      "loc": {
        "start": {
          "line": 114,
          "column": 42
        },
        "end": {
          "line": 114,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4015,
      "end": 4016,
      "loc": {
        "start": {
          "line": 114,
          "column": 47
        },
        "end": {
          "line": 114,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4017,
      "end": 4023,
      "loc": {
        "start": {
          "line": 114,
          "column": 49
        },
        "end": {
          "line": 114,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4023,
      "end": 4024,
      "loc": {
        "start": {
          "line": 114,
          "column": 55
        },
        "end": {
          "line": 114,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 4024,
      "end": 4031,
      "loc": {
        "start": {
          "line": 114,
          "column": 56
        },
        "end": {
          "line": 114,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4031,
      "end": 4032,
      "loc": {
        "start": {
          "line": 114,
          "column": 63
        },
        "end": {
          "line": 114,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 4033,
      "end": 4044,
      "loc": {
        "start": {
          "line": 114,
          "column": 65
        },
        "end": {
          "line": 114,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4044,
      "end": 4045,
      "loc": {
        "start": {
          "line": 114,
          "column": 76
        },
        "end": {
          "line": 114,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4046,
      "end": 4050,
      "loc": {
        "start": {
          "line": 114,
          "column": 78
        },
        "end": {
          "line": 114,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4050,
      "end": 4051,
      "loc": {
        "start": {
          "line": 114,
          "column": 82
        },
        "end": {
          "line": 114,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4052,
      "end": 4059,
      "loc": {
        "start": {
          "line": 114,
          "column": 84
        },
        "end": {
          "line": 114,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 114,
          "column": 91
        },
        "end": {
          "line": 114,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.3,
      "start": 4061,
      "end": 4064,
      "loc": {
        "start": {
          "line": 114,
          "column": 93
        },
        "end": {
          "line": 114,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4065,
      "end": 4066,
      "loc": {
        "start": {
          "line": 114,
          "column": 97
        },
        "end": {
          "line": 114,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4066,
      "end": 4067,
      "loc": {
        "start": {
          "line": 114,
          "column": 98
        },
        "end": {
          "line": 114,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4067,
      "end": 4068,
      "loc": {
        "start": {
          "line": 114,
          "column": 99
        },
        "end": {
          "line": 114,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4077,
      "end": 4078,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4078,
      "end": 4079,
      "loc": {
        "start": {
          "line": 115,
          "column": 9
        },
        "end": {
          "line": 115,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4088,
      "end": 4092,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4092,
      "end": 4093,
      "loc": {
        "start": {
          "line": 116,
          "column": 12
        },
        "end": {
          "line": 116,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4093,
      "end": 4099,
      "loc": {
        "start": {
          "line": 116,
          "column": 13
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4102,
      "end": 4108,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4108,
      "end": 4109,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 4122,
      "end": 4129,
      "loc": {
        "start": {
          "line": 119,
          "column": 5
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4129,
      "end": 4130,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 4130,
      "end": 4136,
      "loc": {
        "start": {
          "line": 119,
          "column": 13
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4136,
      "end": 4137,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 4137,
      "end": 4148,
      "loc": {
        "start": {
          "line": 119,
          "column": 20
        },
        "end": {
          "line": 119,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4148,
      "end": 4149,
      "loc": {
        "start": {
          "line": 119,
          "column": 31
        },
        "end": {
          "line": 119,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 4149,
      "end": 4156,
      "loc": {
        "start": {
          "line": 119,
          "column": 32
        },
        "end": {
          "line": 119,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4156,
      "end": 4157,
      "loc": {
        "start": {
          "line": 119,
          "column": 39
        },
        "end": {
          "line": 119,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4157,
      "end": 4158,
      "loc": {
        "start": {
          "line": 119,
          "column": 40
        },
        "end": {
          "line": 119,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 4158,
      "end": 4167,
      "loc": {
        "start": {
          "line": 119,
          "column": 41
        },
        "end": {
          "line": 119,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 119,
          "column": 50
        },
        "end": {
          "line": 119,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4169,
      "end": 4170,
      "loc": {
        "start": {
          "line": 119,
          "column": 52
        },
        "end": {
          "line": 119,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4179,
      "end": 4183,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4183,
      "end": 4184,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 4184,
      "end": 4188,
      "loc": {
        "start": {
          "line": 120,
          "column": 13
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4188,
      "end": 4189,
      "loc": {
        "start": {
          "line": 120,
          "column": 17
        },
        "end": {
          "line": 120,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 4189,
      "end": 4198,
      "loc": {
        "start": {
          "line": 120,
          "column": 18
        },
        "end": {
          "line": 120,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4198,
      "end": 4199,
      "loc": {
        "start": {
          "line": 120,
          "column": 27
        },
        "end": {
          "line": 120,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "grab",
      "start": 4199,
      "end": 4205,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4205,
      "end": 4206,
      "loc": {
        "start": {
          "line": 120,
          "column": 34
        },
        "end": {
          "line": 120,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4206,
      "end": 4207,
      "loc": {
        "start": {
          "line": 120,
          "column": 35
        },
        "end": {
          "line": 120,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4216,
      "end": 4220,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 4221,
      "end": 4228,
      "loc": {
        "start": {
          "line": 121,
          "column": 13
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4228,
      "end": 4229,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4229,
      "end": 4230,
      "loc": {
        "start": {
          "line": 121,
          "column": 21
        },
        "end": {
          "line": 121,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 4231,
      "end": 4239,
      "loc": {
        "start": {
          "line": 121,
          "column": 23
        },
        "end": {
          "line": 121,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4239,
      "end": 4240,
      "loc": {
        "start": {
          "line": 121,
          "column": 31
        },
        "end": {
          "line": 121,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4241,
      "end": 4242,
      "loc": {
        "start": {
          "line": 121,
          "column": 33
        },
        "end": {
          "line": 121,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4243,
      "end": 4248,
      "loc": {
        "start": {
          "line": 121,
          "column": 35
        },
        "end": {
          "line": 121,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4248,
      "end": 4249,
      "loc": {
        "start": {
          "line": 121,
          "column": 40
        },
        "end": {
          "line": 121,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4250,
      "end": 4253,
      "loc": {
        "start": {
          "line": 121,
          "column": 42
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4254,
      "end": 4259,
      "loc": {
        "start": {
          "line": 121,
          "column": 46
        },
        "end": {
          "line": 121,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4259,
      "end": 4260,
      "loc": {
        "start": {
          "line": 121,
          "column": 51
        },
        "end": {
          "line": 121,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 4260,
      "end": 4265,
      "loc": {
        "start": {
          "line": 121,
          "column": 52
        },
        "end": {
          "line": 121,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4265,
      "end": 4266,
      "loc": {
        "start": {
          "line": 121,
          "column": 57
        },
        "end": {
          "line": 121,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4266,
      "end": 4270,
      "loc": {
        "start": {
          "line": 121,
          "column": 58
        },
        "end": {
          "line": 121,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4270,
      "end": 4271,
      "loc": {
        "start": {
          "line": 121,
          "column": 62
        },
        "end": {
          "line": 121,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4271,
      "end": 4277,
      "loc": {
        "start": {
          "line": 121,
          "column": 63
        },
        "end": {
          "line": 121,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 121,
          "column": 69
        },
        "end": {
          "line": 121,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "accent",
      "start": 4278,
      "end": 4284,
      "loc": {
        "start": {
          "line": 121,
          "column": 70
        },
        "end": {
          "line": 121,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4284,
      "end": 4285,
      "loc": {
        "start": {
          "line": 121,
          "column": 76
        },
        "end": {
          "line": 121,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4285,
      "end": 4286,
      "loc": {
        "start": {
          "line": 121,
          "column": 77
        },
        "end": {
          "line": 121,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4287,
      "end": 4294,
      "loc": {
        "start": {
          "line": 121,
          "column": 79
        },
        "end": {
          "line": 121,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4294,
      "end": 4295,
      "loc": {
        "start": {
          "line": 121,
          "column": 86
        },
        "end": {
          "line": 121,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.6,
      "start": 4296,
      "end": 4299,
      "loc": {
        "start": {
          "line": 121,
          "column": 88
        },
        "end": {
          "line": 121,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4300,
      "end": 4301,
      "loc": {
        "start": {
          "line": 121,
          "column": 92
        },
        "end": {
          "line": 121,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4302,
      "end": 4303,
      "loc": {
        "start": {
          "line": 121,
          "column": 94
        },
        "end": {
          "line": 121,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 121,
          "column": 95
        },
        "end": {
          "line": 121,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4304,
      "end": 4305,
      "loc": {
        "start": {
          "line": 121,
          "column": 96
        },
        "end": {
          "line": 121,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4305,
      "end": 4310,
      "loc": {
        "start": {
          "line": 121,
          "column": 97
        },
        "end": {
          "line": 121,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4310,
      "end": 4311,
      "loc": {
        "start": {
          "line": 121,
          "column": 102
        },
        "end": {
          "line": 121,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4311,
      "end": 4312,
      "loc": {
        "start": {
          "line": 121,
          "column": 103
        },
        "end": {
          "line": 121,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4312,
      "end": 4313,
      "loc": {
        "start": {
          "line": 121,
          "column": 104
        },
        "end": {
          "line": 121,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4313,
      "end": 4314,
      "loc": {
        "start": {
          "line": 121,
          "column": 105
        },
        "end": {
          "line": 121,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4319,
      "end": 4320,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4326,
      "end": 4327,
      "loc": {
        "start": {
          "line": 124,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 4327,
      "end": 4334,
      "loc": {
        "start": {
          "line": 124,
          "column": 5
        },
        "end": {
          "line": 124,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4334,
      "end": 4335,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 4335,
      "end": 4341,
      "loc": {
        "start": {
          "line": 124,
          "column": 13
        },
        "end": {
          "line": 124,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4341,
      "end": 4342,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 4342,
      "end": 4353,
      "loc": {
        "start": {
          "line": 124,
          "column": 20
        },
        "end": {
          "line": 124,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 4354,
      "end": 4363,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4363,
      "end": 4364,
      "loc": {
        "start": {
          "line": 124,
          "column": 41
        },
        "end": {
          "line": 124,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4364,
      "end": 4365,
      "loc": {
        "start": {
          "line": 124,
          "column": 42
        },
        "end": {
          "line": 124,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 4365,
      "end": 4374,
      "loc": {
        "start": {
          "line": 124,
          "column": 43
        },
        "end": {
          "line": 124,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4374,
      "end": 4375,
      "loc": {
        "start": {
          "line": 124,
          "column": 52
        },
        "end": {
          "line": 124,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 124,
          "column": 54
        },
        "end": {
          "line": 124,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4386,
      "end": 4390,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 4391,
      "end": 4398,
      "loc": {
        "start": {
          "line": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4398,
      "end": 4399,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 125,
          "column": 21
        },
        "end": {
          "line": 125,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 4401,
      "end": 4409,
      "loc": {
        "start": {
          "line": 125,
          "column": 23
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4409,
      "end": 4410,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4411,
      "end": 4412,
      "loc": {
        "start": {
          "line": 125,
          "column": 33
        },
        "end": {
          "line": 125,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4413,
      "end": 4418,
      "loc": {
        "start": {
          "line": 125,
          "column": 35
        },
        "end": {
          "line": 125,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4418,
      "end": 4419,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4420,
      "end": 4423,
      "loc": {
        "start": {
          "line": 125,
          "column": 42
        },
        "end": {
          "line": 125,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4424,
      "end": 4429,
      "loc": {
        "start": {
          "line": 125,
          "column": 46
        },
        "end": {
          "line": 125,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 125,
          "column": 51
        },
        "end": {
          "line": 125,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 4430,
      "end": 4435,
      "loc": {
        "start": {
          "line": 125,
          "column": 52
        },
        "end": {
          "line": 125,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4435,
      "end": 4436,
      "loc": {
        "start": {
          "line": 125,
          "column": 57
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4436,
      "end": 4440,
      "loc": {
        "start": {
          "line": 125,
          "column": 58
        },
        "end": {
          "line": 125,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4440,
      "end": 4441,
      "loc": {
        "start": {
          "line": 125,
          "column": 62
        },
        "end": {
          "line": 125,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4441,
      "end": 4447,
      "loc": {
        "start": {
          "line": 125,
          "column": 63
        },
        "end": {
          "line": 125,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 125,
          "column": 69
        },
        "end": {
          "line": 125,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 4448,
      "end": 4455,
      "loc": {
        "start": {
          "line": 125,
          "column": 70
        },
        "end": {
          "line": 125,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 125,
          "column": 77
        },
        "end": {
          "line": 125,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 125,
          "column": 78
        },
        "end": {
          "line": 125,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4458,
      "end": 4465,
      "loc": {
        "start": {
          "line": 125,
          "column": 80
        },
        "end": {
          "line": 125,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4465,
      "end": 4466,
      "loc": {
        "start": {
          "line": 125,
          "column": 87
        },
        "end": {
          "line": 125,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.3,
      "start": 4467,
      "end": 4470,
      "loc": {
        "start": {
          "line": 125,
          "column": 89
        },
        "end": {
          "line": 125,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4471,
      "end": 4472,
      "loc": {
        "start": {
          "line": 125,
          "column": 93
        },
        "end": {
          "line": 125,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4473,
      "end": 4474,
      "loc": {
        "start": {
          "line": 125,
          "column": 95
        },
        "end": {
          "line": 125,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4474,
      "end": 4475,
      "loc": {
        "start": {
          "line": 125,
          "column": 96
        },
        "end": {
          "line": 125,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4475,
      "end": 4476,
      "loc": {
        "start": {
          "line": 125,
          "column": 97
        },
        "end": {
          "line": 125,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4476,
      "end": 4481,
      "loc": {
        "start": {
          "line": 125,
          "column": 98
        },
        "end": {
          "line": 125,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4481,
      "end": 4482,
      "loc": {
        "start": {
          "line": 125,
          "column": 103
        },
        "end": {
          "line": 125,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1000,
      "start": 4482,
      "end": 4486,
      "loc": {
        "start": {
          "line": 125,
          "column": 104
        },
        "end": {
          "line": 125,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 125,
          "column": 108
        },
        "end": {
          "line": 125,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 125,
          "column": 109
        },
        "end": {
          "line": 125,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4493,
      "end": 4494,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4500,
      "end": 4515,
      "loc": {
        "start": {
          "line": 128,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 128,
          "column": 19
        },
        "end": {
          "line": 128,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4516,
      "end": 4521,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 128,
          "column": 25
        },
        "end": {
          "line": 128,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4523,
      "end": 4524,
      "loc": {
        "start": {
          "line": 128,
          "column": 27
        },
        "end": {
          "line": 128,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 4533,
      "end": 4538,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4538,
      "end": 4539,
      "loc": {
        "start": {
          "line": 129,
          "column": 13
        },
        "end": {
          "line": 129,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4539,
      "end": 4554,
      "loc": {
        "start": {
          "line": 129,
          "column": 14
        },
        "end": {
          "line": 129,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4554,
      "end": 4555,
      "loc": {
        "start": {
          "line": 129,
          "column": 29
        },
        "end": {
          "line": 129,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4555,
      "end": 4560,
      "loc": {
        "start": {
          "line": 129,
          "column": 30
        },
        "end": {
          "line": 129,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4560,
      "end": 4561,
      "loc": {
        "start": {
          "line": 129,
          "column": 35
        },
        "end": {
          "line": 129,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4561,
      "end": 4562,
      "loc": {
        "start": {
          "line": 129,
          "column": 36
        },
        "end": {
          "line": 129,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4571,
      "end": 4576,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4577,
      "end": 4578,
      "loc": {
        "start": {
          "line": 130,
          "column": 14
        },
        "end": {
          "line": 130,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4578,
      "end": 4583,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4583,
      "end": 4584,
      "loc": {
        "start": {
          "line": 130,
          "column": 20
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4585,
      "end": 4588,
      "loc": {
        "start": {
          "line": 130,
          "column": 22
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4588,
      "end": 4589,
      "loc": {
        "start": {
          "line": 130,
          "column": 25
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 4590,
      "end": 4593,
      "loc": {
        "start": {
          "line": 130,
          "column": 27
        },
        "end": {
          "line": 130,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 130,
          "column": 30
        },
        "end": {
          "line": 130,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4595,
      "end": 4601,
      "loc": {
        "start": {
          "line": 130,
          "column": 32
        },
        "end": {
          "line": 130,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4601,
      "end": 4602,
      "loc": {
        "start": {
          "line": 130,
          "column": 38
        },
        "end": {
          "line": 130,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4603,
      "end": 4609,
      "loc": {
        "start": {
          "line": 130,
          "column": 40
        },
        "end": {
          "line": 130,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4609,
      "end": 4610,
      "loc": {
        "start": {
          "line": 130,
          "column": 46
        },
        "end": {
          "line": 130,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4611,
      "end": 4612,
      "loc": {
        "start": {
          "line": 130,
          "column": 48
        },
        "end": {
          "line": 130,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4613,
      "end": 4614,
      "loc": {
        "start": {
          "line": 130,
          "column": 50
        },
        "end": {
          "line": 130,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "startPt",
      "start": 4614,
      "end": 4623,
      "loc": {
        "start": {
          "line": 130,
          "column": 51
        },
        "end": {
          "line": 130,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4623,
      "end": 4624,
      "loc": {
        "start": {
          "line": 130,
          "column": 60
        },
        "end": {
          "line": 130,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "endPt",
      "start": 4625,
      "end": 4632,
      "loc": {
        "start": {
          "line": 130,
          "column": 62
        },
        "end": {
          "line": 130,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4632,
      "end": 4633,
      "loc": {
        "start": {
          "line": 130,
          "column": 69
        },
        "end": {
          "line": 130,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dimPt",
      "start": 4634,
      "end": 4641,
      "loc": {
        "start": {
          "line": 130,
          "column": 71
        },
        "end": {
          "line": 130,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4641,
      "end": 4642,
      "loc": {
        "start": {
          "line": 130,
          "column": 78
        },
        "end": {
          "line": 130,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cornerPt",
      "start": 4643,
      "end": 4653,
      "loc": {
        "start": {
          "line": 130,
          "column": 80
        },
        "end": {
          "line": 130,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4653,
      "end": 4654,
      "loc": {
        "start": {
          "line": 130,
          "column": 90
        },
        "end": {
          "line": 130,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "center",
      "start": 4655,
      "end": 4663,
      "loc": {
        "start": {
          "line": 130,
          "column": 92
        },
        "end": {
          "line": 130,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4663,
      "end": 4664,
      "loc": {
        "start": {
          "line": 130,
          "column": 100
        },
        "end": {
          "line": 130,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4664,
      "end": 4665,
      "loc": {
        "start": {
          "line": 130,
          "column": 101
        },
        "end": {
          "line": 130,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4665,
      "end": 4668,
      "loc": {
        "start": {
          "line": 130,
          "column": 102
        },
        "end": {
          "line": 130,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4668,
      "end": 4669,
      "loc": {
        "start": {
          "line": 130,
          "column": 105
        },
        "end": {
          "line": 130,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4669,
      "end": 4670,
      "loc": {
        "start": {
          "line": 130,
          "column": 106
        },
        "end": {
          "line": 130,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4671,
      "end": 4673,
      "loc": {
        "start": {
          "line": 130,
          "column": 108
        },
        "end": {
          "line": 130,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4686,
      "end": 4689,
      "loc": {
        "start": {
          "line": 131,
          "column": 12
        },
        "end": {
          "line": 131,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4690,
      "end": 4695,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4695,
      "end": 4696,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 4696,
      "end": 4703,
      "loc": {
        "start": {
          "line": 131,
          "column": 22
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 131,
          "column": 29
        },
        "end": {
          "line": 131,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4704,
      "end": 4705,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4705,
      "end": 4706,
      "loc": {
        "start": {
          "line": 131,
          "column": 31
        },
        "end": {
          "line": 131,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 4706,
      "end": 4715,
      "loc": {
        "start": {
          "line": 131,
          "column": 32
        },
        "end": {
          "line": 131,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 131,
          "column": 41
        },
        "end": {
          "line": 131,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 131,
          "column": 42
        },
        "end": {
          "line": 131,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4717,
      "end": 4722,
      "loc": {
        "start": {
          "line": 131,
          "column": 43
        },
        "end": {
          "line": 131,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4722,
      "end": 4723,
      "loc": {
        "start": {
          "line": 131,
          "column": 48
        },
        "end": {
          "line": 131,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4723,
      "end": 4730,
      "loc": {
        "start": {
          "line": 131,
          "column": 49
        },
        "end": {
          "line": 131,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4730,
      "end": 4731,
      "loc": {
        "start": {
          "line": 131,
          "column": 56
        },
        "end": {
          "line": 131,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4731,
      "end": 4732,
      "loc": {
        "start": {
          "line": 131,
          "column": 57
        },
        "end": {
          "line": 131,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4732,
      "end": 4733,
      "loc": {
        "start": {
          "line": 131,
          "column": 58
        },
        "end": {
          "line": 131,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4734,
      "end": 4736,
      "loc": {
        "start": {
          "line": 131,
          "column": 60
        },
        "end": {
          "line": 131,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 131,
          "column": 63
        },
        "end": {
          "line": 131,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4739,
      "end": 4744,
      "loc": {
        "start": {
          "line": 131,
          "column": 65
        },
        "end": {
          "line": 131,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 131,
          "column": 70
        },
        "end": {
          "line": 131,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4746,
      "end": 4747,
      "loc": {
        "start": {
          "line": 131,
          "column": 72
        },
        "end": {
          "line": 131,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4747,
      "end": 4748,
      "loc": {
        "start": {
          "line": 131,
          "column": 73
        },
        "end": {
          "line": 131,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 131,
          "column": 74
        },
        "end": {
          "line": 131,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4750,
      "end": 4751,
      "loc": {
        "start": {
          "line": 131,
          "column": 76
        },
        "end": {
          "line": 131,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4751,
      "end": 4752,
      "loc": {
        "start": {
          "line": 131,
          "column": 77
        },
        "end": {
          "line": 131,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 131,
          "column": 79
        },
        "end": {
          "line": 131,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4754,
      "end": 4755,
      "loc": {
        "start": {
          "line": 131,
          "column": 80
        },
        "end": {
          "line": 131,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4756,
      "end": 4757,
      "loc": {
        "start": {
          "line": 131,
          "column": 82
        },
        "end": {
          "line": 131,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4757,
      "end": 4758,
      "loc": {
        "start": {
          "line": 131,
          "column": 83
        },
        "end": {
          "line": 131,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4758,
      "end": 4759,
      "loc": {
        "start": {
          "line": 131,
          "column": 84
        },
        "end": {
          "line": 131,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4759,
      "end": 4764,
      "loc": {
        "start": {
          "line": 131,
          "column": 85
        },
        "end": {
          "line": 131,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4764,
      "end": 4765,
      "loc": {
        "start": {
          "line": 131,
          "column": 90
        },
        "end": {
          "line": 131,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4765,
      "end": 4766,
      "loc": {
        "start": {
          "line": 131,
          "column": 91
        },
        "end": {
          "line": 131,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4766,
      "end": 4767,
      "loc": {
        "start": {
          "line": 131,
          "column": 92
        },
        "end": {
          "line": 131,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 4776,
      "end": 4782,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4783,
      "end": 4784,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4784,
      "end": 4789,
      "loc": {
        "start": {
          "line": 132,
          "column": 16
        },
        "end": {
          "line": 132,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4789,
      "end": 4790,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 4790,
      "end": 4795,
      "loc": {
        "start": {
          "line": 132,
          "column": 22
        },
        "end": {
          "line": 132,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4795,
      "end": 4796,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4797,
      "end": 4798,
      "loc": {
        "start": {
          "line": 132,
          "column": 29
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4811,
      "end": 4815,
      "loc": {
        "start": {
          "line": 133,
          "column": 12
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_AngularDimension",
      "start": 4816,
      "end": 4837,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4837,
      "end": 4838,
      "loc": {
        "start": {
          "line": 133,
          "column": 38
        },
        "end": {
          "line": 133,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4851,
      "end": 4855,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_AngularFeatureDimension",
      "start": 4856,
      "end": 4884,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4884,
      "end": 4885,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4902,
      "end": 4906,
      "loc": {
        "start": {
          "line": 135,
          "column": 16
        },
        "end": {
          "line": 135,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4906,
      "end": 4907,
      "loc": {
        "start": {
          "line": 135,
          "column": 20
        },
        "end": {
          "line": 135,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4907,
      "end": 4915,
      "loc": {
        "start": {
          "line": 135,
          "column": 21
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 4916,
      "end": 4920,
      "loc": {
        "start": {
          "line": 135,
          "column": 30
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 135,
          "column": 34
        },
        "end": {
          "line": 135,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4921,
      "end": 4924,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4924,
      "end": 4925,
      "loc": {
        "start": {
          "line": 135,
          "column": 38
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4925,
      "end": 4926,
      "loc": {
        "start": {
          "line": 135,
          "column": 39
        },
        "end": {
          "line": 135,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4926,
      "end": 4929,
      "loc": {
        "start": {
          "line": 135,
          "column": 40
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4929,
      "end": 4930,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4930,
      "end": 4936,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4936,
      "end": 4937,
      "loc": {
        "start": {
          "line": 135,
          "column": 50
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4937,
      "end": 4938,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 4938,
      "end": 4947,
      "loc": {
        "start": {
          "line": 135,
          "column": 52
        },
        "end": {
          "line": 135,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4947,
      "end": 4948,
      "loc": {
        "start": {
          "line": 135,
          "column": 61
        },
        "end": {
          "line": 135,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4948,
      "end": 4954,
      "loc": {
        "start": {
          "line": 135,
          "column": 62
        },
        "end": {
          "line": 135,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4954,
      "end": 4955,
      "loc": {
        "start": {
          "line": 135,
          "column": 68
        },
        "end": {
          "line": 135,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 4955,
      "end": 4965,
      "loc": {
        "start": {
          "line": 135,
          "column": 69
        },
        "end": {
          "line": 135,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4965,
      "end": 4966,
      "loc": {
        "start": {
          "line": 135,
          "column": 79
        },
        "end": {
          "line": 135,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 4966,
      "end": 4969,
      "loc": {
        "start": {
          "line": 135,
          "column": 80
        },
        "end": {
          "line": 135,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 135,
          "column": 83
        },
        "end": {
          "line": 135,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4970,
      "end": 4971,
      "loc": {
        "start": {
          "line": 135,
          "column": 84
        },
        "end": {
          "line": 135,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 135,
          "column": 85
        },
        "end": {
          "line": 135,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 4972,
      "end": 4975,
      "loc": {
        "start": {
          "line": 135,
          "column": 86
        },
        "end": {
          "line": 135,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4975,
      "end": 4976,
      "loc": {
        "start": {
          "line": 135,
          "column": 89
        },
        "end": {
          "line": 135,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4976,
      "end": 4982,
      "loc": {
        "start": {
          "line": 135,
          "column": 90
        },
        "end": {
          "line": 135,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4982,
      "end": 4983,
      "loc": {
        "start": {
          "line": 135,
          "column": 96
        },
        "end": {
          "line": 135,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4983,
      "end": 4984,
      "loc": {
        "start": {
          "line": 135,
          "column": 97
        },
        "end": {
          "line": 135,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 5001,
      "end": 5006,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5006,
      "end": 5007,
      "loc": {
        "start": {
          "line": 136,
          "column": 21
        },
        "end": {
          "line": 136,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5020,
      "end": 5024,
      "loc": {
        "start": {
          "line": 137,
          "column": 12
        },
        "end": {
          "line": 137,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearDimension",
      "start": 5025,
      "end": 5045,
      "loc": {
        "start": {
          "line": 137,
          "column": 17
        },
        "end": {
          "line": 137,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5045,
      "end": 5046,
      "loc": {
        "start": {
          "line": 137,
          "column": 37
        },
        "end": {
          "line": 137,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5059,
      "end": 5063,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearFeatureDimension",
      "start": 5064,
      "end": 5091,
      "loc": {
        "start": {
          "line": 138,
          "column": 17
        },
        "end": {
          "line": 138,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5091,
      "end": 5092,
      "loc": {
        "start": {
          "line": 138,
          "column": 44
        },
        "end": {
          "line": 138,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5109,
      "end": 5112,
      "loc": {
        "start": {
          "line": 139,
          "column": 16
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 139,
          "column": 20
        },
        "end": {
          "line": 139,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 139,
          "column": 22
        },
        "end": {
          "line": 139,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5117,
      "end": 5120,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5121,
      "end": 5126,
      "loc": {
        "start": {
          "line": 139,
          "column": 28
        },
        "end": {
          "line": 139,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5126,
      "end": 5127,
      "loc": {
        "start": {
          "line": 139,
          "column": 33
        },
        "end": {
          "line": 139,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5127,
      "end": 5134,
      "loc": {
        "start": {
          "line": 139,
          "column": 34
        },
        "end": {
          "line": 139,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5134,
      "end": 5135,
      "loc": {
        "start": {
          "line": 139,
          "column": 41
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5135,
      "end": 5139,
      "loc": {
        "start": {
          "line": 139,
          "column": 42
        },
        "end": {
          "line": 139,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5139,
      "end": 5140,
      "loc": {
        "start": {
          "line": 139,
          "column": 46
        },
        "end": {
          "line": 139,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 5140,
      "end": 5143,
      "loc": {
        "start": {
          "line": 139,
          "column": 47
        },
        "end": {
          "line": 139,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5143,
      "end": 5144,
      "loc": {
        "start": {
          "line": 139,
          "column": 50
        },
        "end": {
          "line": 139,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5144,
      "end": 5149,
      "loc": {
        "start": {
          "line": 139,
          "column": 51
        },
        "end": {
          "line": 139,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 139,
          "column": 56
        },
        "end": {
          "line": 139,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5150,
      "end": 5157,
      "loc": {
        "start": {
          "line": 139,
          "column": 57
        },
        "end": {
          "line": 139,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5157,
      "end": 5158,
      "loc": {
        "start": {
          "line": 139,
          "column": 64
        },
        "end": {
          "line": 139,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5158,
      "end": 5163,
      "loc": {
        "start": {
          "line": 139,
          "column": 65
        },
        "end": {
          "line": 139,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5163,
      "end": 5164,
      "loc": {
        "start": {
          "line": 139,
          "column": 70
        },
        "end": {
          "line": 139,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5164,
      "end": 5169,
      "loc": {
        "start": {
          "line": 139,
          "column": 71
        },
        "end": {
          "line": 139,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 139,
          "column": 76
        },
        "end": {
          "line": 139,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5170,
      "end": 5171,
      "loc": {
        "start": {
          "line": 139,
          "column": 77
        },
        "end": {
          "line": 139,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5172,
      "end": 5176,
      "loc": {
        "start": {
          "line": 139,
          "column": 79
        },
        "end": {
          "line": 139,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5176,
      "end": 5177,
      "loc": {
        "start": {
          "line": 139,
          "column": 83
        },
        "end": {
          "line": 139,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 5177,
      "end": 5180,
      "loc": {
        "start": {
          "line": 139,
          "column": 84
        },
        "end": {
          "line": 139,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5180,
      "end": 5181,
      "loc": {
        "start": {
          "line": 139,
          "column": 87
        },
        "end": {
          "line": 139,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5181,
      "end": 5186,
      "loc": {
        "start": {
          "line": 139,
          "column": 88
        },
        "end": {
          "line": 139,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5186,
      "end": 5187,
      "loc": {
        "start": {
          "line": 139,
          "column": 93
        },
        "end": {
          "line": 139,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5187,
      "end": 5194,
      "loc": {
        "start": {
          "line": 139,
          "column": 94
        },
        "end": {
          "line": 139,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5194,
      "end": 5195,
      "loc": {
        "start": {
          "line": 139,
          "column": 101
        },
        "end": {
          "line": 139,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5195,
      "end": 5200,
      "loc": {
        "start": {
          "line": 139,
          "column": 102
        },
        "end": {
          "line": 139,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5200,
      "end": 5201,
      "loc": {
        "start": {
          "line": 139,
          "column": 107
        },
        "end": {
          "line": 139,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5201,
      "end": 5206,
      "loc": {
        "start": {
          "line": 139,
          "column": 108
        },
        "end": {
          "line": 139,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5206,
      "end": 5207,
      "loc": {
        "start": {
          "line": 139,
          "column": 113
        },
        "end": {
          "line": 139,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5207,
      "end": 5208,
      "loc": {
        "start": {
          "line": 139,
          "column": 114
        },
        "end": {
          "line": 139,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5209,
      "end": 5210,
      "loc": {
        "start": {
          "line": 139,
          "column": 116
        },
        "end": {
          "line": 139,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5210,
      "end": 5211,
      "loc": {
        "start": {
          "line": 139,
          "column": 117
        },
        "end": {
          "line": 139,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 139,
          "column": 118
        },
        "end": {
          "line": 139,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5229,
      "end": 5233,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5233,
      "end": 5234,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5234,
      "end": 5242,
      "loc": {
        "start": {
          "line": 140,
          "column": 21
        },
        "end": {
          "line": 140,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5242,
      "end": 5243,
      "loc": {
        "start": {
          "line": 140,
          "column": 29
        },
        "end": {
          "line": 140,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5243,
      "end": 5247,
      "loc": {
        "start": {
          "line": 140,
          "column": 30
        },
        "end": {
          "line": 140,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5247,
      "end": 5248,
      "loc": {
        "start": {
          "line": 140,
          "column": 34
        },
        "end": {
          "line": 140,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5248,
      "end": 5251,
      "loc": {
        "start": {
          "line": 140,
          "column": 35
        },
        "end": {
          "line": 140,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5251,
      "end": 5252,
      "loc": {
        "start": {
          "line": 140,
          "column": 38
        },
        "end": {
          "line": 140,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 140,
          "column": 39
        },
        "end": {
          "line": 140,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5253,
      "end": 5256,
      "loc": {
        "start": {
          "line": 140,
          "column": 40
        },
        "end": {
          "line": 140,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 140,
          "column": 43
        },
        "end": {
          "line": 140,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5257,
      "end": 5260,
      "loc": {
        "start": {
          "line": 140,
          "column": 44
        },
        "end": {
          "line": 140,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 140,
          "column": 47
        },
        "end": {
          "line": 140,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 140,
          "column": 48
        },
        "end": {
          "line": 140,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 5262,
      "end": 5277,
      "loc": {
        "start": {
          "line": 140,
          "column": 49
        },
        "end": {
          "line": 140,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5277,
      "end": 5278,
      "loc": {
        "start": {
          "line": 140,
          "column": 64
        },
        "end": {
          "line": 140,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5278,
      "end": 5279,
      "loc": {
        "start": {
          "line": 140,
          "column": 65
        },
        "end": {
          "line": 140,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 140,
          "column": 66
        },
        "end": {
          "line": 140,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5280,
      "end": 5281,
      "loc": {
        "start": {
          "line": 140,
          "column": 67
        },
        "end": {
          "line": 140,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5281,
      "end": 5284,
      "loc": {
        "start": {
          "line": 140,
          "column": 68
        },
        "end": {
          "line": 140,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 140,
          "column": 71
        },
        "end": {
          "line": 140,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5285,
      "end": 5288,
      "loc": {
        "start": {
          "line": 140,
          "column": 72
        },
        "end": {
          "line": 140,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5288,
      "end": 5289,
      "loc": {
        "start": {
          "line": 140,
          "column": 75
        },
        "end": {
          "line": 140,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5289,
      "end": 5290,
      "loc": {
        "start": {
          "line": 140,
          "column": 76
        },
        "end": {
          "line": 140,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 5307,
      "end": 5312,
      "loc": {
        "start": {
          "line": 141,
          "column": 16
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5312,
      "end": 5313,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5326,
      "end": 5330,
      "loc": {
        "start": {
          "line": 142,
          "column": 12
        },
        "end": {
          "line": 142,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_RadialDimension",
      "start": 5331,
      "end": 5351,
      "loc": {
        "start": {
          "line": 142,
          "column": 17
        },
        "end": {
          "line": 142,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5351,
      "end": 5352,
      "loc": {
        "start": {
          "line": 142,
          "column": 37
        },
        "end": {
          "line": 142,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5365,
      "end": 5369,
      "loc": {
        "start": {
          "line": 143,
          "column": 12
        },
        "end": {
          "line": 143,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_RadialFeatureDimension",
      "start": 5370,
      "end": 5397,
      "loc": {
        "start": {
          "line": 143,
          "column": 17
        },
        "end": {
          "line": 143,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5397,
      "end": 5398,
      "loc": {
        "start": {
          "line": 143,
          "column": 44
        },
        "end": {
          "line": 143,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5411,
      "end": 5415,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_DiameterDimension",
      "start": 5416,
      "end": 5438,
      "loc": {
        "start": {
          "line": 144,
          "column": 17
        },
        "end": {
          "line": 144,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 144,
          "column": 39
        },
        "end": {
          "line": 144,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5452,
      "end": 5456,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_DiameterFeatureDimension",
      "start": 5457,
      "end": 5486,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5486,
      "end": 5487,
      "loc": {
        "start": {
          "line": 145,
          "column": 46
        },
        "end": {
          "line": 145,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5504,
      "end": 5508,
      "loc": {
        "start": {
          "line": 146,
          "column": 16
        },
        "end": {
          "line": 146,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 146,
          "column": 20
        },
        "end": {
          "line": 146,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5509,
      "end": 5517,
      "loc": {
        "start": {
          "line": 146,
          "column": 21
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5517,
      "end": 5518,
      "loc": {
        "start": {
          "line": 146,
          "column": 29
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5518,
      "end": 5522,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5522,
      "end": 5523,
      "loc": {
        "start": {
          "line": 146,
          "column": 34
        },
        "end": {
          "line": 146,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5523,
      "end": 5526,
      "loc": {
        "start": {
          "line": 146,
          "column": 35
        },
        "end": {
          "line": 146,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5526,
      "end": 5527,
      "loc": {
        "start": {
          "line": 146,
          "column": 38
        },
        "end": {
          "line": 146,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5527,
      "end": 5528,
      "loc": {
        "start": {
          "line": 146,
          "column": 39
        },
        "end": {
          "line": 146,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5528,
      "end": 5531,
      "loc": {
        "start": {
          "line": 146,
          "column": 40
        },
        "end": {
          "line": 146,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5531,
      "end": 5532,
      "loc": {
        "start": {
          "line": 146,
          "column": 43
        },
        "end": {
          "line": 146,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5532,
      "end": 5538,
      "loc": {
        "start": {
          "line": 146,
          "column": 44
        },
        "end": {
          "line": 146,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5538,
      "end": 5539,
      "loc": {
        "start": {
          "line": 146,
          "column": 50
        },
        "end": {
          "line": 146,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5539,
      "end": 5540,
      "loc": {
        "start": {
          "line": 146,
          "column": 51
        },
        "end": {
          "line": 146,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 5540,
      "end": 5549,
      "loc": {
        "start": {
          "line": 146,
          "column": 52
        },
        "end": {
          "line": 146,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5549,
      "end": 5550,
      "loc": {
        "start": {
          "line": 146,
          "column": 61
        },
        "end": {
          "line": 146,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5550,
      "end": 5555,
      "loc": {
        "start": {
          "line": 146,
          "column": 62
        },
        "end": {
          "line": 146,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5555,
      "end": 5556,
      "loc": {
        "start": {
          "line": 146,
          "column": 67
        },
        "end": {
          "line": 146,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5556,
      "end": 5563,
      "loc": {
        "start": {
          "line": 146,
          "column": 68
        },
        "end": {
          "line": 146,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5563,
      "end": 5564,
      "loc": {
        "start": {
          "line": 146,
          "column": 75
        },
        "end": {
          "line": 146,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5564,
      "end": 5570,
      "loc": {
        "start": {
          "line": 146,
          "column": 76
        },
        "end": {
          "line": 146,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5570,
      "end": 5571,
      "loc": {
        "start": {
          "line": 146,
          "column": 82
        },
        "end": {
          "line": 146,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5571,
      "end": 5576,
      "loc": {
        "start": {
          "line": 146,
          "column": 83
        },
        "end": {
          "line": 146,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5576,
      "end": 5577,
      "loc": {
        "start": {
          "line": 146,
          "column": 88
        },
        "end": {
          "line": 146,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5577,
      "end": 5578,
      "loc": {
        "start": {
          "line": 146,
          "column": 89
        },
        "end": {
          "line": 146,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5578,
      "end": 5581,
      "loc": {
        "start": {
          "line": 146,
          "column": 90
        },
        "end": {
          "line": 146,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5581,
      "end": 5582,
      "loc": {
        "start": {
          "line": 146,
          "column": 93
        },
        "end": {
          "line": 146,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5582,
      "end": 5588,
      "loc": {
        "start": {
          "line": 146,
          "column": 94
        },
        "end": {
          "line": 146,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5588,
      "end": 5589,
      "loc": {
        "start": {
          "line": 146,
          "column": 100
        },
        "end": {
          "line": 146,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5589,
      "end": 5590,
      "loc": {
        "start": {
          "line": 146,
          "column": 101
        },
        "end": {
          "line": 146,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 5607,
      "end": 5612,
      "loc": {
        "start": {
          "line": 147,
          "column": 16
        },
        "end": {
          "line": 147,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5612,
      "end": 5613,
      "loc": {
        "start": {
          "line": 147,
          "column": 21
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5622,
      "end": 5623,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 5635,
      "end": 5641,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5641,
      "end": 5642,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5642,
      "end": 5647,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5647,
      "end": 5648,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5649,
      "end": 5657,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5657,
      "end": 5658,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5659,
      "end": 5660,
      "loc": {
        "start": {
          "line": 151,
          "column": 28
        },
        "end": {
          "line": 151,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5669,
      "end": 5674,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5675,
      "end": 5676,
      "loc": {
        "start": {
          "line": 152,
          "column": 14
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5676,
      "end": 5681,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5681,
      "end": 5682,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5683,
      "end": 5686,
      "loc": {
        "start": {
          "line": 152,
          "column": 22
        },
        "end": {
          "line": 152,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5686,
      "end": 5687,
      "loc": {
        "start": {
          "line": 152,
          "column": 25
        },
        "end": {
          "line": 152,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5688,
      "end": 5691,
      "loc": {
        "start": {
          "line": 152,
          "column": 27
        },
        "end": {
          "line": 152,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5691,
      "end": 5692,
      "loc": {
        "start": {
          "line": 152,
          "column": 30
        },
        "end": {
          "line": 152,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5693,
      "end": 5699,
      "loc": {
        "start": {
          "line": 152,
          "column": 32
        },
        "end": {
          "line": 152,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5699,
      "end": 5700,
      "loc": {
        "start": {
          "line": 152,
          "column": 38
        },
        "end": {
          "line": 152,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5701,
      "end": 5707,
      "loc": {
        "start": {
          "line": 152,
          "column": 40
        },
        "end": {
          "line": 152,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5707,
      "end": 5708,
      "loc": {
        "start": {
          "line": 152,
          "column": 46
        },
        "end": {
          "line": 152,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 152,
          "column": 48
        },
        "end": {
          "line": 152,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5711,
      "end": 5712,
      "loc": {
        "start": {
          "line": 152,
          "column": 50
        },
        "end": {
          "line": 152,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "startPt",
      "start": 5712,
      "end": 5721,
      "loc": {
        "start": {
          "line": 152,
          "column": 51
        },
        "end": {
          "line": 152,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5721,
      "end": 5722,
      "loc": {
        "start": {
          "line": 152,
          "column": 60
        },
        "end": {
          "line": 152,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "endPt",
      "start": 5723,
      "end": 5730,
      "loc": {
        "start": {
          "line": 152,
          "column": 62
        },
        "end": {
          "line": 152,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5730,
      "end": 5731,
      "loc": {
        "start": {
          "line": 152,
          "column": 69
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dimPt",
      "start": 5732,
      "end": 5739,
      "loc": {
        "start": {
          "line": 152,
          "column": 71
        },
        "end": {
          "line": 152,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5739,
      "end": 5740,
      "loc": {
        "start": {
          "line": 152,
          "column": 78
        },
        "end": {
          "line": 152,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cornerPt",
      "start": 5741,
      "end": 5751,
      "loc": {
        "start": {
          "line": 152,
          "column": 80
        },
        "end": {
          "line": 152,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5751,
      "end": 5752,
      "loc": {
        "start": {
          "line": 152,
          "column": 90
        },
        "end": {
          "line": 152,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "center",
      "start": 5753,
      "end": 5761,
      "loc": {
        "start": {
          "line": 152,
          "column": 92
        },
        "end": {
          "line": 152,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5761,
      "end": 5762,
      "loc": {
        "start": {
          "line": 152,
          "column": 100
        },
        "end": {
          "line": 152,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5762,
      "end": 5763,
      "loc": {
        "start": {
          "line": 152,
          "column": 101
        },
        "end": {
          "line": 152,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 5763,
      "end": 5766,
      "loc": {
        "start": {
          "line": 152,
          "column": 102
        },
        "end": {
          "line": 152,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5766,
      "end": 5767,
      "loc": {
        "start": {
          "line": 152,
          "column": 105
        },
        "end": {
          "line": 152,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5767,
      "end": 5768,
      "loc": {
        "start": {
          "line": 152,
          "column": 106
        },
        "end": {
          "line": 152,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5769,
      "end": 5771,
      "loc": {
        "start": {
          "line": 152,
          "column": 108
        },
        "end": {
          "line": 152,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5784,
      "end": 5787,
      "loc": {
        "start": {
          "line": 153,
          "column": 12
        },
        "end": {
          "line": 153,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5788,
      "end": 5793,
      "loc": {
        "start": {
          "line": 153,
          "column": 16
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5793,
      "end": 5794,
      "loc": {
        "start": {
          "line": 153,
          "column": 21
        },
        "end": {
          "line": 153,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5794,
      "end": 5801,
      "loc": {
        "start": {
          "line": 153,
          "column": 22
        },
        "end": {
          "line": 153,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 153,
          "column": 29
        },
        "end": {
          "line": 153,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5802,
      "end": 5803,
      "loc": {
        "start": {
          "line": 153,
          "column": 30
        },
        "end": {
          "line": 153,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5803,
      "end": 5804,
      "loc": {
        "start": {
          "line": 153,
          "column": 31
        },
        "end": {
          "line": 153,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 5804,
      "end": 5813,
      "loc": {
        "start": {
          "line": 153,
          "column": 32
        },
        "end": {
          "line": 153,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5813,
      "end": 5814,
      "loc": {
        "start": {
          "line": 153,
          "column": 41
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5814,
      "end": 5815,
      "loc": {
        "start": {
          "line": 153,
          "column": 42
        },
        "end": {
          "line": 153,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5815,
      "end": 5820,
      "loc": {
        "start": {
          "line": 153,
          "column": 43
        },
        "end": {
          "line": 153,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5820,
      "end": 5821,
      "loc": {
        "start": {
          "line": 153,
          "column": 48
        },
        "end": {
          "line": 153,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5821,
      "end": 5828,
      "loc": {
        "start": {
          "line": 153,
          "column": 49
        },
        "end": {
          "line": 153,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 153,
          "column": 56
        },
        "end": {
          "line": 153,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5829,
      "end": 5830,
      "loc": {
        "start": {
          "line": 153,
          "column": 57
        },
        "end": {
          "line": 153,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5830,
      "end": 5831,
      "loc": {
        "start": {
          "line": 153,
          "column": 58
        },
        "end": {
          "line": 153,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5832,
      "end": 5834,
      "loc": {
        "start": {
          "line": 153,
          "column": 60
        },
        "end": {
          "line": 153,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 153,
          "column": 63
        },
        "end": {
          "line": 153,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5837,
      "end": 5842,
      "loc": {
        "start": {
          "line": 153,
          "column": 65
        },
        "end": {
          "line": 153,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5842,
      "end": 5843,
      "loc": {
        "start": {
          "line": 153,
          "column": 70
        },
        "end": {
          "line": 153,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5844,
      "end": 5845,
      "loc": {
        "start": {
          "line": 153,
          "column": 72
        },
        "end": {
          "line": 153,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5845,
      "end": 5846,
      "loc": {
        "start": {
          "line": 153,
          "column": 73
        },
        "end": {
          "line": 153,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5846,
      "end": 5847,
      "loc": {
        "start": {
          "line": 153,
          "column": 74
        },
        "end": {
          "line": 153,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5848,
      "end": 5849,
      "loc": {
        "start": {
          "line": 153,
          "column": 76
        },
        "end": {
          "line": 153,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5849,
      "end": 5850,
      "loc": {
        "start": {
          "line": 153,
          "column": 77
        },
        "end": {
          "line": 153,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 153,
          "column": 79
        },
        "end": {
          "line": 153,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5852,
      "end": 5853,
      "loc": {
        "start": {
          "line": 153,
          "column": 80
        },
        "end": {
          "line": 153,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5854,
      "end": 5855,
      "loc": {
        "start": {
          "line": 153,
          "column": 82
        },
        "end": {
          "line": 153,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5855,
      "end": 5856,
      "loc": {
        "start": {
          "line": 153,
          "column": 83
        },
        "end": {
          "line": 153,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5856,
      "end": 5857,
      "loc": {
        "start": {
          "line": 153,
          "column": 84
        },
        "end": {
          "line": 153,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5857,
      "end": 5862,
      "loc": {
        "start": {
          "line": 153,
          "column": 85
        },
        "end": {
          "line": 153,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5862,
      "end": 5863,
      "loc": {
        "start": {
          "line": 153,
          "column": 90
        },
        "end": {
          "line": 153,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5863,
      "end": 5864,
      "loc": {
        "start": {
          "line": 153,
          "column": 91
        },
        "end": {
          "line": 153,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5864,
      "end": 5865,
      "loc": {
        "start": {
          "line": 153,
          "column": 92
        },
        "end": {
          "line": 153,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5874,
      "end": 5877,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "aux",
      "start": 5878,
      "end": 5881,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5882,
      "end": 5883,
      "loc": {
        "start": {
          "line": 154,
          "column": 16
        },
        "end": {
          "line": 154,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5884,
      "end": 5885,
      "loc": {
        "start": {
          "line": 154,
          "column": 18
        },
        "end": {
          "line": 154,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 154,
          "column": 19
        },
        "end": {
          "line": 154,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5886,
      "end": 5887,
      "loc": {
        "start": {
          "line": 154,
          "column": 20
        },
        "end": {
          "line": 154,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5896,
      "end": 5901,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "descriptor",
      "start": 5902,
      "end": 5912,
      "loc": {
        "start": {
          "line": 155,
          "column": 14
        },
        "end": {
          "line": 155,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5913,
      "end": 5914,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5915,
      "end": 5919,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5919,
      "end": 5920,
      "loc": {
        "start": {
          "line": 155,
          "column": 31
        },
        "end": {
          "line": 155,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 5920,
      "end": 5926,
      "loc": {
        "start": {
          "line": 155,
          "column": 32
        },
        "end": {
          "line": 155,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5926,
      "end": 5927,
      "loc": {
        "start": {
          "line": 155,
          "column": 38
        },
        "end": {
          "line": 155,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 5927,
      "end": 5933,
      "loc": {
        "start": {
          "line": 155,
          "column": 39
        },
        "end": {
          "line": 155,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5933,
      "end": 5934,
      "loc": {
        "start": {
          "line": 155,
          "column": 45
        },
        "end": {
          "line": 155,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 5934,
      "end": 5956,
      "loc": {
        "start": {
          "line": 155,
          "column": 46
        },
        "end": {
          "line": 155,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5956,
      "end": 5957,
      "loc": {
        "start": {
          "line": 155,
          "column": 68
        },
        "end": {
          "line": 155,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5957,
      "end": 5962,
      "loc": {
        "start": {
          "line": 155,
          "column": 69
        },
        "end": {
          "line": 155,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5962,
      "end": 5963,
      "loc": {
        "start": {
          "line": 155,
          "column": 74
        },
        "end": {
          "line": 155,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5963,
      "end": 5965,
      "loc": {
        "start": {
          "line": 155,
          "column": 75
        },
        "end": {
          "line": 155,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5965,
      "end": 5966,
      "loc": {
        "start": {
          "line": 155,
          "column": 77
        },
        "end": {
          "line": 155,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "aux",
      "start": 5967,
      "end": 5970,
      "loc": {
        "start": {
          "line": 155,
          "column": 79
        },
        "end": {
          "line": 155,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5970,
      "end": 5971,
      "loc": {
        "start": {
          "line": 155,
          "column": 82
        },
        "end": {
          "line": 155,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 155,
          "column": 83
        },
        "end": {
          "line": 155,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 5981,
      "end": 5987,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5988,
      "end": 5989,
      "loc": {
        "start": {
          "line": 156,
          "column": 15
        },
        "end": {
          "line": 156,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5989,
      "end": 5994,
      "loc": {
        "start": {
          "line": 156,
          "column": 16
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5994,
      "end": 5995,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 5995,
      "end": 6000,
      "loc": {
        "start": {
          "line": 156,
          "column": 22
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6000,
      "end": 6001,
      "loc": {
        "start": {
          "line": 156,
          "column": 27
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6002,
      "end": 6003,
      "loc": {
        "start": {
          "line": 156,
          "column": 29
        },
        "end": {
          "line": 156,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6016,
      "end": 6020,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_AngularDimension",
      "start": 6021,
      "end": 6042,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6042,
      "end": 6043,
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6056,
      "end": 6060,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_AngularFeatureDimension",
      "start": 6061,
      "end": 6089,
      "loc": {
        "start": {
          "line": 158,
          "column": 17
        },
        "end": {
          "line": 158,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6089,
      "end": 6090,
      "loc": {
        "start": {
          "line": 158,
          "column": 45
        },
        "end": {
          "line": 158,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6107,
      "end": 6112,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 6113,
      "end": 6114,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6115,
      "end": 6116,
      "loc": {
        "start": {
          "line": 159,
          "column": 24
        },
        "end": {
          "line": 159,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6117,
      "end": 6123,
      "loc": {
        "start": {
          "line": 159,
          "column": 26
        },
        "end": {
          "line": 159,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6123,
      "end": 6124,
      "loc": {
        "start": {
          "line": 159,
          "column": 32
        },
        "end": {
          "line": 159,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 6124,
      "end": 6134,
      "loc": {
        "start": {
          "line": 159,
          "column": 33
        },
        "end": {
          "line": 159,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6134,
      "end": 6135,
      "loc": {
        "start": {
          "line": 159,
          "column": 43
        },
        "end": {
          "line": 159,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6135,
      "end": 6138,
      "loc": {
        "start": {
          "line": 159,
          "column": 44
        },
        "end": {
          "line": 159,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6138,
      "end": 6139,
      "loc": {
        "start": {
          "line": 159,
          "column": 47
        },
        "end": {
          "line": 159,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 159,
          "column": 48
        },
        "end": {
          "line": 159,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6157,
      "end": 6160,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6160,
      "end": 6161,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 6161,
      "end": 6165,
      "loc": {
        "start": {
          "line": 160,
          "column": 20
        },
        "end": {
          "line": 160,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6165,
      "end": 6166,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6166,
      "end": 6174,
      "loc": {
        "start": {
          "line": 160,
          "column": 25
        },
        "end": {
          "line": 160,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6174,
      "end": 6175,
      "loc": {
        "start": {
          "line": 160,
          "column": 33
        },
        "end": {
          "line": 160,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6175,
      "end": 6178,
      "loc": {
        "start": {
          "line": 160,
          "column": 34
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6178,
      "end": 6179,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6179,
      "end": 6185,
      "loc": {
        "start": {
          "line": 160,
          "column": 38
        },
        "end": {
          "line": 160,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6185,
      "end": 6186,
      "loc": {
        "start": {
          "line": 160,
          "column": 44
        },
        "end": {
          "line": 160,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6186,
      "end": 6187,
      "loc": {
        "start": {
          "line": 160,
          "column": 45
        },
        "end": {
          "line": 160,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 6187,
      "end": 6196,
      "loc": {
        "start": {
          "line": 160,
          "column": 46
        },
        "end": {
          "line": 160,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6196,
      "end": 6197,
      "loc": {
        "start": {
          "line": 160,
          "column": 55
        },
        "end": {
          "line": 160,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 6197,
      "end": 6198,
      "loc": {
        "start": {
          "line": 160,
          "column": 56
        },
        "end": {
          "line": 160,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6198,
      "end": 6199,
      "loc": {
        "start": {
          "line": 160,
          "column": 57
        },
        "end": {
          "line": 160,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6199,
      "end": 6200,
      "loc": {
        "start": {
          "line": 160,
          "column": 58
        },
        "end": {
          "line": 160,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6200,
      "end": 6203,
      "loc": {
        "start": {
          "line": 160,
          "column": 59
        },
        "end": {
          "line": 160,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6203,
      "end": 6204,
      "loc": {
        "start": {
          "line": 160,
          "column": 62
        },
        "end": {
          "line": 160,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6204,
      "end": 6210,
      "loc": {
        "start": {
          "line": 160,
          "column": 63
        },
        "end": {
          "line": 160,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6210,
      "end": 6211,
      "loc": {
        "start": {
          "line": 160,
          "column": 69
        },
        "end": {
          "line": 160,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6211,
      "end": 6212,
      "loc": {
        "start": {
          "line": 160,
          "column": 70
        },
        "end": {
          "line": 160,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6212,
      "end": 6213,
      "loc": {
        "start": {
          "line": 160,
          "column": 71
        },
        "end": {
          "line": 160,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 6213,
      "end": 6220,
      "loc": {
        "start": {
          "line": 160,
          "column": 72
        },
        "end": {
          "line": 160,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6220,
      "end": 6221,
      "loc": {
        "start": {
          "line": 160,
          "column": 79
        },
        "end": {
          "line": 160,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6221,
      "end": 6226,
      "loc": {
        "start": {
          "line": 160,
          "column": 80
        },
        "end": {
          "line": 160,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6226,
      "end": 6227,
      "loc": {
        "start": {
          "line": 160,
          "column": 85
        },
        "end": {
          "line": 160,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6227,
      "end": 6234,
      "loc": {
        "start": {
          "line": 160,
          "column": 86
        },
        "end": {
          "line": 160,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6234,
      "end": 6235,
      "loc": {
        "start": {
          "line": 160,
          "column": 93
        },
        "end": {
          "line": 160,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPt",
      "start": 6235,
      "end": 6240,
      "loc": {
        "start": {
          "line": 160,
          "column": 94
        },
        "end": {
          "line": 160,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6240,
      "end": 6241,
      "loc": {
        "start": {
          "line": 160,
          "column": 99
        },
        "end": {
          "line": 160,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6241,
      "end": 6246,
      "loc": {
        "start": {
          "line": 160,
          "column": 100
        },
        "end": {
          "line": 160,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6246,
      "end": 6247,
      "loc": {
        "start": {
          "line": 160,
          "column": 105
        },
        "end": {
          "line": 160,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6247,
      "end": 6248,
      "loc": {
        "start": {
          "line": 160,
          "column": 106
        },
        "end": {
          "line": 160,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6265,
      "end": 6268,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 6269,
      "end": 6277,
      "loc": {
        "start": {
          "line": 161,
          "column": 20
        },
        "end": {
          "line": 161,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6278,
      "end": 6279,
      "loc": {
        "start": {
          "line": 161,
          "column": 29
        },
        "end": {
          "line": 161,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6280,
      "end": 6284,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6284,
      "end": 6285,
      "loc": {
        "start": {
          "line": 161,
          "column": 35
        },
        "end": {
          "line": 161,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 6285,
      "end": 6290,
      "loc": {
        "start": {
          "line": 161,
          "column": 36
        },
        "end": {
          "line": 161,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6290,
      "end": 6291,
      "loc": {
        "start": {
          "line": 161,
          "column": 41
        },
        "end": {
          "line": 161,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6291,
      "end": 6296,
      "loc": {
        "start": {
          "line": 161,
          "column": 42
        },
        "end": {
          "line": 161,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6296,
      "end": 6297,
      "loc": {
        "start": {
          "line": 161,
          "column": 47
        },
        "end": {
          "line": 161,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6297,
      "end": 6298,
      "loc": {
        "start": {
          "line": 161,
          "column": 48
        },
        "end": {
          "line": 161,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 161,
          "column": 50
        },
        "end": {
          "line": 161,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6301,
      "end": 6307,
      "loc": {
        "start": {
          "line": 161,
          "column": 52
        },
        "end": {
          "line": 161,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6307,
      "end": 6308,
      "loc": {
        "start": {
          "line": 161,
          "column": 58
        },
        "end": {
          "line": 161,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6308,
      "end": 6309,
      "loc": {
        "start": {
          "line": 161,
          "column": 59
        },
        "end": {
          "line": 161,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6309,
      "end": 6310,
      "loc": {
        "start": {
          "line": 161,
          "column": 60
        },
        "end": {
          "line": 161,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6311,
      "end": 6316,
      "loc": {
        "start": {
          "line": 161,
          "column": 62
        },
        "end": {
          "line": 161,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6316,
      "end": 6317,
      "loc": {
        "start": {
          "line": 161,
          "column": 67
        },
        "end": {
          "line": 161,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6317,
      "end": 6318,
      "loc": {
        "start": {
          "line": 161,
          "column": 68
        },
        "end": {
          "line": 161,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6319,
      "end": 6320,
      "loc": {
        "start": {
          "line": 161,
          "column": 70
        },
        "end": {
          "line": 161,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6321,
      "end": 6327,
      "loc": {
        "start": {
          "line": 161,
          "column": 72
        },
        "end": {
          "line": 161,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6327,
      "end": 6328,
      "loc": {
        "start": {
          "line": 161,
          "column": 78
        },
        "end": {
          "line": 161,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6328,
      "end": 6329,
      "loc": {
        "start": {
          "line": 161,
          "column": 79
        },
        "end": {
          "line": 161,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6329,
      "end": 6330,
      "loc": {
        "start": {
          "line": 161,
          "column": 80
        },
        "end": {
          "line": 161,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6330,
      "end": 6331,
      "loc": {
        "start": {
          "line": 161,
          "column": 81
        },
        "end": {
          "line": 161,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6348,
      "end": 6351,
      "loc": {
        "start": {
          "line": 162,
          "column": 16
        },
        "end": {
          "line": 162,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6352,
      "end": 6358,
      "loc": {
        "start": {
          "line": 162,
          "column": 20
        },
        "end": {
          "line": 162,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6359,
      "end": 6360,
      "loc": {
        "start": {
          "line": 162,
          "column": 27
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6361,
      "end": 6365,
      "loc": {
        "start": {
          "line": 162,
          "column": 29
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6365,
      "end": 6366,
      "loc": {
        "start": {
          "line": 162,
          "column": 33
        },
        "end": {
          "line": 162,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 6366,
      "end": 6371,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6371,
      "end": 6372,
      "loc": {
        "start": {
          "line": 162,
          "column": 39
        },
        "end": {
          "line": 162,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6372,
      "end": 6375,
      "loc": {
        "start": {
          "line": 162,
          "column": 40
        },
        "end": {
          "line": 162,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6375,
      "end": 6376,
      "loc": {
        "start": {
          "line": 162,
          "column": 43
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6376,
      "end": 6377,
      "loc": {
        "start": {
          "line": 162,
          "column": 44
        },
        "end": {
          "line": 162,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6378,
      "end": 6379,
      "loc": {
        "start": {
          "line": 162,
          "column": 46
        },
        "end": {
          "line": 162,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6380,
      "end": 6386,
      "loc": {
        "start": {
          "line": 162,
          "column": 48
        },
        "end": {
          "line": 162,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6386,
      "end": 6387,
      "loc": {
        "start": {
          "line": 162,
          "column": 54
        },
        "end": {
          "line": 162,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6387,
      "end": 6388,
      "loc": {
        "start": {
          "line": 162,
          "column": 55
        },
        "end": {
          "line": 162,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6388,
      "end": 6389,
      "loc": {
        "start": {
          "line": 162,
          "column": 56
        },
        "end": {
          "line": 162,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6390,
      "end": 6393,
      "loc": {
        "start": {
          "line": 162,
          "column": 58
        },
        "end": {
          "line": 162,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6393,
      "end": 6394,
      "loc": {
        "start": {
          "line": 162,
          "column": 61
        },
        "end": {
          "line": 162,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6394,
      "end": 6395,
      "loc": {
        "start": {
          "line": 162,
          "column": 62
        },
        "end": {
          "line": 162,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6396,
      "end": 6397,
      "loc": {
        "start": {
          "line": 162,
          "column": 64
        },
        "end": {
          "line": 162,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6398,
      "end": 6404,
      "loc": {
        "start": {
          "line": 162,
          "column": 66
        },
        "end": {
          "line": 162,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6404,
      "end": 6405,
      "loc": {
        "start": {
          "line": 162,
          "column": 72
        },
        "end": {
          "line": 162,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6405,
      "end": 6406,
      "loc": {
        "start": {
          "line": 162,
          "column": 73
        },
        "end": {
          "line": 162,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6406,
      "end": 6407,
      "loc": {
        "start": {
          "line": 162,
          "column": 74
        },
        "end": {
          "line": 162,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6407,
      "end": 6408,
      "loc": {
        "start": {
          "line": 162,
          "column": 75
        },
        "end": {
          "line": 162,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6425,
      "end": 6427,
      "loc": {
        "start": {
          "line": 163,
          "column": 16
        },
        "end": {
          "line": 163,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6428,
      "end": 6429,
      "loc": {
        "start": {
          "line": 163,
          "column": 19
        },
        "end": {
          "line": 163,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6429,
      "end": 6430,
      "loc": {
        "start": {
          "line": 163,
          "column": 20
        },
        "end": {
          "line": 163,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6430,
      "end": 6435,
      "loc": {
        "start": {
          "line": 163,
          "column": 21
        },
        "end": {
          "line": 163,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6435,
      "end": 6436,
      "loc": {
        "start": {
          "line": 163,
          "column": 26
        },
        "end": {
          "line": 163,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6436,
      "end": 6443,
      "loc": {
        "start": {
          "line": 163,
          "column": 27
        },
        "end": {
          "line": 163,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6443,
      "end": 6444,
      "loc": {
        "start": {
          "line": 163,
          "column": 34
        },
        "end": {
          "line": 163,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ccw",
      "start": 6444,
      "end": 6447,
      "loc": {
        "start": {
          "line": 163,
          "column": 35
        },
        "end": {
          "line": 163,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6447,
      "end": 6448,
      "loc": {
        "start": {
          "line": 163,
          "column": 38
        },
        "end": {
          "line": 163,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6448,
      "end": 6453,
      "loc": {
        "start": {
          "line": 163,
          "column": 39
        },
        "end": {
          "line": 163,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6453,
      "end": 6454,
      "loc": {
        "start": {
          "line": 163,
          "column": 44
        },
        "end": {
          "line": 163,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6455,
      "end": 6456,
      "loc": {
        "start": {
          "line": 163,
          "column": 46
        },
        "end": {
          "line": 163,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 6456,
      "end": 6464,
      "loc": {
        "start": {
          "line": 163,
          "column": 47
        },
        "end": {
          "line": 163,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6464,
      "end": 6465,
      "loc": {
        "start": {
          "line": 163,
          "column": 55
        },
        "end": {
          "line": 163,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6466,
      "end": 6472,
      "loc": {
        "start": {
          "line": 163,
          "column": 57
        },
        "end": {
          "line": 163,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6472,
      "end": 6473,
      "loc": {
        "start": {
          "line": 163,
          "column": 63
        },
        "end": {
          "line": 163,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6474,
      "end": 6475,
      "loc": {
        "start": {
          "line": 163,
          "column": 65
        },
        "end": {
          "line": 163,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6476,
      "end": 6477,
      "loc": {
        "start": {
          "line": 163,
          "column": 67
        },
        "end": {
          "line": 163,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6477,
      "end": 6483,
      "loc": {
        "start": {
          "line": 163,
          "column": 68
        },
        "end": {
          "line": 163,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6483,
      "end": 6484,
      "loc": {
        "start": {
          "line": 163,
          "column": 74
        },
        "end": {
          "line": 163,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 6485,
      "end": 6493,
      "loc": {
        "start": {
          "line": 163,
          "column": 76
        },
        "end": {
          "line": 163,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6493,
      "end": 6494,
      "loc": {
        "start": {
          "line": 163,
          "column": 84
        },
        "end": {
          "line": 163,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 163,
          "column": 85
        },
        "end": {
          "line": 163,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6512,
      "end": 6514,
      "loc": {
        "start": {
          "line": 164,
          "column": 16
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6515,
      "end": 6516,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6516,
      "end": 6522,
      "loc": {
        "start": {
          "line": 164,
          "column": 20
        },
        "end": {
          "line": 164,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 6523,
      "end": 6524,
      "loc": {
        "start": {
          "line": 164,
          "column": 27
        },
        "end": {
          "line": 164,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 6525,
      "end": 6533,
      "loc": {
        "start": {
          "line": 164,
          "column": 29
        },
        "end": {
          "line": 164,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6533,
      "end": 6534,
      "loc": {
        "start": {
          "line": 164,
          "column": 37
        },
        "end": {
          "line": 164,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6535,
      "end": 6541,
      "loc": {
        "start": {
          "line": 164,
          "column": 39
        },
        "end": {
          "line": 164,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6542,
      "end": 6544,
      "loc": {
        "start": {
          "line": 164,
          "column": 46
        },
        "end": {
          "line": 164,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6545,
      "end": 6546,
      "loc": {
        "start": {
          "line": 164,
          "column": 49
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6547,
      "end": 6548,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6549,
      "end": 6553,
      "loc": {
        "start": {
          "line": 164,
          "column": 53
        },
        "end": {
          "line": 164,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6553,
      "end": 6554,
      "loc": {
        "start": {
          "line": 164,
          "column": 57
        },
        "end": {
          "line": 164,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 6554,
      "end": 6556,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6556,
      "end": 6557,
      "loc": {
        "start": {
          "line": 164,
          "column": 60
        },
        "end": {
          "line": 164,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6574,
      "end": 6579,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 165,
          "column": 21
        },
        "end": {
          "line": 165,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 6580,
      "end": 6592,
      "loc": {
        "start": {
          "line": 165,
          "column": 22
        },
        "end": {
          "line": 165,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6593,
      "end": 6594,
      "loc": {
        "start": {
          "line": 165,
          "column": 35
        },
        "end": {
          "line": 165,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6595,
      "end": 6596,
      "loc": {
        "start": {
          "line": 165,
          "column": 37
        },
        "end": {
          "line": 165,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 6596,
      "end": 6602,
      "loc": {
        "start": {
          "line": 165,
          "column": 38
        },
        "end": {
          "line": 165,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6603,
      "end": 6604,
      "loc": {
        "start": {
          "line": 165,
          "column": 45
        },
        "end": {
          "line": 165,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 6605,
      "end": 6613,
      "loc": {
        "start": {
          "line": 165,
          "column": 47
        },
        "end": {
          "line": 165,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6613,
      "end": 6614,
      "loc": {
        "start": {
          "line": 165,
          "column": 55
        },
        "end": {
          "line": 165,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6615,
      "end": 6616,
      "loc": {
        "start": {
          "line": 165,
          "column": 57
        },
        "end": {
          "line": 165,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 165,
          "column": 59
        },
        "end": {
          "line": 165,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "aux",
      "start": 6618,
      "end": 6621,
      "loc": {
        "start": {
          "line": 165,
          "column": 60
        },
        "end": {
          "line": 165,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6621,
      "end": 6622,
      "loc": {
        "start": {
          "line": 165,
          "column": 63
        },
        "end": {
          "line": 165,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a_r",
      "start": 6622,
      "end": 6625,
      "loc": {
        "start": {
          "line": 165,
          "column": 64
        },
        "end": {
          "line": 165,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6626,
      "end": 6627,
      "loc": {
        "start": {
          "line": 165,
          "column": 68
        },
        "end": {
          "line": 165,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6628,
      "end": 6633,
      "loc": {
        "start": {
          "line": 165,
          "column": 70
        },
        "end": {
          "line": 165,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6633,
      "end": 6634,
      "loc": {
        "start": {
          "line": 165,
          "column": 75
        },
        "end": {
          "line": 165,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6634,
      "end": 6638,
      "loc": {
        "start": {
          "line": 165,
          "column": 76
        },
        "end": {
          "line": 165,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6638,
      "end": 6639,
      "loc": {
        "start": {
          "line": 165,
          "column": 80
        },
        "end": {
          "line": 165,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RAD2DEG",
      "start": 6639,
      "end": 6646,
      "loc": {
        "start": {
          "line": 165,
          "column": 81
        },
        "end": {
          "line": 165,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6647,
      "end": 6648,
      "loc": {
        "start": {
          "line": 165,
          "column": 89
        },
        "end": {
          "line": 165,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6649,
      "end": 6650,
      "loc": {
        "start": {
          "line": 165,
          "column": 91
        },
        "end": {
          "line": 165,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6650,
      "end": 6651,
      "loc": {
        "start": {
          "line": 165,
          "column": 92
        },
        "end": {
          "line": 165,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6651,
      "end": 6652,
      "loc": {
        "start": {
          "line": 165,
          "column": 93
        },
        "end": {
          "line": 165,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 6669,
      "end": 6674,
      "loc": {
        "start": {
          "line": 166,
          "column": 16
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6688,
      "end": 6692,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearDimension",
      "start": 6693,
      "end": 6713,
      "loc": {
        "start": {
          "line": 167,
          "column": 17
        },
        "end": {
          "line": 167,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6713,
      "end": 6714,
      "loc": {
        "start": {
          "line": 167,
          "column": 37
        },
        "end": {
          "line": 167,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6727,
      "end": 6731,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearFeatureDimension",
      "start": 6732,
      "end": 6759,
      "loc": {
        "start": {
          "line": 168,
          "column": 17
        },
        "end": {
          "line": 168,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6759,
      "end": 6760,
      "loc": {
        "start": {
          "line": 168,
          "column": 44
        },
        "end": {
          "line": 168,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6777,
      "end": 6780,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 6781,
      "end": 6782,
      "loc": {
        "start": {
          "line": 169,
          "column": 20
        },
        "end": {
          "line": 169,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6783,
      "end": 6784,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 6785,
      "end": 6788,
      "loc": {
        "start": {
          "line": 169,
          "column": 24
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6789,
      "end": 6794,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6794,
      "end": 6795,
      "loc": {
        "start": {
          "line": 169,
          "column": 33
        },
        "end": {
          "line": 169,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 6795,
      "end": 6802,
      "loc": {
        "start": {
          "line": 169,
          "column": 34
        },
        "end": {
          "line": 169,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6802,
      "end": 6803,
      "loc": {
        "start": {
          "line": 169,
          "column": 41
        },
        "end": {
          "line": 169,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6803,
      "end": 6807,
      "loc": {
        "start": {
          "line": 169,
          "column": 42
        },
        "end": {
          "line": 169,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6807,
      "end": 6808,
      "loc": {
        "start": {
          "line": 169,
          "column": 46
        },
        "end": {
          "line": 169,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 6808,
      "end": 6811,
      "loc": {
        "start": {
          "line": 169,
          "column": 47
        },
        "end": {
          "line": 169,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6811,
      "end": 6812,
      "loc": {
        "start": {
          "line": 169,
          "column": 50
        },
        "end": {
          "line": 169,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6812,
      "end": 6817,
      "loc": {
        "start": {
          "line": 169,
          "column": 51
        },
        "end": {
          "line": 169,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6817,
      "end": 6818,
      "loc": {
        "start": {
          "line": 169,
          "column": 56
        },
        "end": {
          "line": 169,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6818,
      "end": 6825,
      "loc": {
        "start": {
          "line": 169,
          "column": 57
        },
        "end": {
          "line": 169,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6825,
      "end": 6826,
      "loc": {
        "start": {
          "line": 169,
          "column": 64
        },
        "end": {
          "line": 169,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6826,
      "end": 6831,
      "loc": {
        "start": {
          "line": 169,
          "column": 65
        },
        "end": {
          "line": 169,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6831,
      "end": 6832,
      "loc": {
        "start": {
          "line": 169,
          "column": 70
        },
        "end": {
          "line": 169,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6832,
      "end": 6837,
      "loc": {
        "start": {
          "line": 169,
          "column": 71
        },
        "end": {
          "line": 169,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6837,
      "end": 6838,
      "loc": {
        "start": {
          "line": 169,
          "column": 76
        },
        "end": {
          "line": 169,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6838,
      "end": 6839,
      "loc": {
        "start": {
          "line": 169,
          "column": 77
        },
        "end": {
          "line": 169,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6840,
      "end": 6844,
      "loc": {
        "start": {
          "line": 169,
          "column": 79
        },
        "end": {
          "line": 169,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6844,
      "end": 6845,
      "loc": {
        "start": {
          "line": 169,
          "column": 83
        },
        "end": {
          "line": 169,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 6845,
      "end": 6848,
      "loc": {
        "start": {
          "line": 169,
          "column": 84
        },
        "end": {
          "line": 169,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 169,
          "column": 87
        },
        "end": {
          "line": 169,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6849,
      "end": 6854,
      "loc": {
        "start": {
          "line": 169,
          "column": 88
        },
        "end": {
          "line": 169,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6854,
      "end": 6855,
      "loc": {
        "start": {
          "line": 169,
          "column": 93
        },
        "end": {
          "line": 169,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6855,
      "end": 6862,
      "loc": {
        "start": {
          "line": 169,
          "column": 94
        },
        "end": {
          "line": 169,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6862,
      "end": 6863,
      "loc": {
        "start": {
          "line": 169,
          "column": 101
        },
        "end": {
          "line": 169,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6863,
      "end": 6868,
      "loc": {
        "start": {
          "line": 169,
          "column": 102
        },
        "end": {
          "line": 169,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6868,
      "end": 6869,
      "loc": {
        "start": {
          "line": 169,
          "column": 107
        },
        "end": {
          "line": 169,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6869,
      "end": 6874,
      "loc": {
        "start": {
          "line": 169,
          "column": 108
        },
        "end": {
          "line": 169,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6874,
      "end": 6875,
      "loc": {
        "start": {
          "line": 169,
          "column": 113
        },
        "end": {
          "line": 169,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6875,
      "end": 6876,
      "loc": {
        "start": {
          "line": 169,
          "column": 114
        },
        "end": {
          "line": 169,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 169,
          "column": 116
        },
        "end": {
          "line": 169,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 169,
          "column": 117
        },
        "end": {
          "line": 169,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6879,
      "end": 6880,
      "loc": {
        "start": {
          "line": 169,
          "column": 118
        },
        "end": {
          "line": 169,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6897,
      "end": 6900,
      "loc": {
        "start": {
          "line": 170,
          "column": 16
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6900,
      "end": 6901,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 6901,
      "end": 6905,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6905,
      "end": 6906,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6906,
      "end": 6914,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6914,
      "end": 6915,
      "loc": {
        "start": {
          "line": 170,
          "column": 33
        },
        "end": {
          "line": 170,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6915,
      "end": 6918,
      "loc": {
        "start": {
          "line": 170,
          "column": 34
        },
        "end": {
          "line": 170,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6918,
      "end": 6919,
      "loc": {
        "start": {
          "line": 170,
          "column": 37
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6919,
      "end": 6922,
      "loc": {
        "start": {
          "line": 170,
          "column": 38
        },
        "end": {
          "line": 170,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6922,
      "end": 6923,
      "loc": {
        "start": {
          "line": 170,
          "column": 41
        },
        "end": {
          "line": 170,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6923,
      "end": 6924,
      "loc": {
        "start": {
          "line": 170,
          "column": 42
        },
        "end": {
          "line": 170,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 6924,
      "end": 6939,
      "loc": {
        "start": {
          "line": 170,
          "column": 43
        },
        "end": {
          "line": 170,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6939,
      "end": 6940,
      "loc": {
        "start": {
          "line": 170,
          "column": 58
        },
        "end": {
          "line": 170,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 6940,
      "end": 6941,
      "loc": {
        "start": {
          "line": 170,
          "column": 59
        },
        "end": {
          "line": 170,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6941,
      "end": 6942,
      "loc": {
        "start": {
          "line": 170,
          "column": 60
        },
        "end": {
          "line": 170,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6942,
      "end": 6943,
      "loc": {
        "start": {
          "line": 170,
          "column": 61
        },
        "end": {
          "line": 170,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6943,
      "end": 6946,
      "loc": {
        "start": {
          "line": 170,
          "column": 62
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 170,
          "column": 65
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6947,
      "end": 6950,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6950,
      "end": 6951,
      "loc": {
        "start": {
          "line": 170,
          "column": 69
        },
        "end": {
          "line": 170,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6951,
      "end": 6952,
      "loc": {
        "start": {
          "line": 170,
          "column": 70
        },
        "end": {
          "line": 170,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6952,
      "end": 6953,
      "loc": {
        "start": {
          "line": 170,
          "column": 71
        },
        "end": {
          "line": 170,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 6953,
      "end": 6960,
      "loc": {
        "start": {
          "line": 170,
          "column": 72
        },
        "end": {
          "line": 170,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6960,
      "end": 6961,
      "loc": {
        "start": {
          "line": 170,
          "column": 79
        },
        "end": {
          "line": 170,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6961,
      "end": 6966,
      "loc": {
        "start": {
          "line": 170,
          "column": 80
        },
        "end": {
          "line": 170,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6966,
      "end": 6967,
      "loc": {
        "start": {
          "line": 170,
          "column": 85
        },
        "end": {
          "line": 170,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6967,
      "end": 6974,
      "loc": {
        "start": {
          "line": 170,
          "column": 86
        },
        "end": {
          "line": 170,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6974,
      "end": 6975,
      "loc": {
        "start": {
          "line": 170,
          "column": 93
        },
        "end": {
          "line": 170,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPt",
      "start": 6975,
      "end": 6980,
      "loc": {
        "start": {
          "line": 170,
          "column": 94
        },
        "end": {
          "line": 170,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6980,
      "end": 6981,
      "loc": {
        "start": {
          "line": 170,
          "column": 99
        },
        "end": {
          "line": 170,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6981,
      "end": 6986,
      "loc": {
        "start": {
          "line": 170,
          "column": 100
        },
        "end": {
          "line": 170,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6986,
      "end": 6987,
      "loc": {
        "start": {
          "line": 170,
          "column": 105
        },
        "end": {
          "line": 170,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6987,
      "end": 6988,
      "loc": {
        "start": {
          "line": 170,
          "column": 106
        },
        "end": {
          "line": 170,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7005,
      "end": 7010,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7010,
      "end": 7011,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7011,
      "end": 7023,
      "loc": {
        "start": {
          "line": 171,
          "column": 22
        },
        "end": {
          "line": 171,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7024,
      "end": 7025,
      "loc": {
        "start": {
          "line": 171,
          "column": 35
        },
        "end": {
          "line": 171,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7026,
      "end": 7030,
      "loc": {
        "start": {
          "line": 171,
          "column": 37
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7030,
      "end": 7031,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 7031,
      "end": 7034,
      "loc": {
        "start": {
          "line": 171,
          "column": 42
        },
        "end": {
          "line": 171,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7034,
      "end": 7035,
      "loc": {
        "start": {
          "line": 171,
          "column": 45
        },
        "end": {
          "line": 171,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7035,
      "end": 7038,
      "loc": {
        "start": {
          "line": 171,
          "column": 46
        },
        "end": {
          "line": 171,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7038,
      "end": 7039,
      "loc": {
        "start": {
          "line": 171,
          "column": 49
        },
        "end": {
          "line": 171,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7039,
      "end": 7042,
      "loc": {
        "start": {
          "line": 171,
          "column": 50
        },
        "end": {
          "line": 171,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7042,
      "end": 7043,
      "loc": {
        "start": {
          "line": 171,
          "column": 53
        },
        "end": {
          "line": 171,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7043,
      "end": 7048,
      "loc": {
        "start": {
          "line": 171,
          "column": 54
        },
        "end": {
          "line": 171,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7048,
      "end": 7049,
      "loc": {
        "start": {
          "line": 171,
          "column": 59
        },
        "end": {
          "line": 171,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7049,
      "end": 7050,
      "loc": {
        "start": {
          "line": 171,
          "column": 60
        },
        "end": {
          "line": 171,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 7050,
      "end": 7053,
      "loc": {
        "start": {
          "line": 171,
          "column": 61
        },
        "end": {
          "line": 171,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7053,
      "end": 7054,
      "loc": {
        "start": {
          "line": 171,
          "column": 64
        },
        "end": {
          "line": 171,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 7054,
      "end": 7055,
      "loc": {
        "start": {
          "line": 171,
          "column": 65
        },
        "end": {
          "line": 171,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7055,
      "end": 7056,
      "loc": {
        "start": {
          "line": 171,
          "column": 66
        },
        "end": {
          "line": 171,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7056,
      "end": 7057,
      "loc": {
        "start": {
          "line": 171,
          "column": 67
        },
        "end": {
          "line": 171,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7057,
      "end": 7058,
      "loc": {
        "start": {
          "line": 171,
          "column": 68
        },
        "end": {
          "line": 171,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 7075,
      "end": 7080,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7080,
      "end": 7081,
      "loc": {
        "start": {
          "line": 172,
          "column": 21
        },
        "end": {
          "line": 172,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7094,
      "end": 7098,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_RadialDimension",
      "start": 7099,
      "end": 7119,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7119,
      "end": 7120,
      "loc": {
        "start": {
          "line": 173,
          "column": 37
        },
        "end": {
          "line": 173,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7133,
      "end": 7137,
      "loc": {
        "start": {
          "line": 174,
          "column": 12
        },
        "end": {
          "line": 174,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_RadialFeatureDimension",
      "start": 7138,
      "end": 7165,
      "loc": {
        "start": {
          "line": 174,
          "column": 17
        },
        "end": {
          "line": 174,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7165,
      "end": 7166,
      "loc": {
        "start": {
          "line": 174,
          "column": 44
        },
        "end": {
          "line": 174,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7183,
      "end": 7188,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7188,
      "end": 7189,
      "loc": {
        "start": {
          "line": 175,
          "column": 21
        },
        "end": {
          "line": 175,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7189,
      "end": 7196,
      "loc": {
        "start": {
          "line": 175,
          "column": 22
        },
        "end": {
          "line": 175,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7196,
      "end": 7197,
      "loc": {
        "start": {
          "line": 175,
          "column": 29
        },
        "end": {
          "line": 175,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7197,
      "end": 7203,
      "loc": {
        "start": {
          "line": 175,
          "column": 30
        },
        "end": {
          "line": 175,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7203,
      "end": 7204,
      "loc": {
        "start": {
          "line": 175,
          "column": 36
        },
        "end": {
          "line": 175,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7204,
      "end": 7209,
      "loc": {
        "start": {
          "line": 175,
          "column": 37
        },
        "end": {
          "line": 175,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7210,
      "end": 7211,
      "loc": {
        "start": {
          "line": 175,
          "column": 43
        },
        "end": {
          "line": 175,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7212,
      "end": 7218,
      "loc": {
        "start": {
          "line": 175,
          "column": 45
        },
        "end": {
          "line": 175,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7218,
      "end": 7219,
      "loc": {
        "start": {
          "line": 175,
          "column": 51
        },
        "end": {
          "line": 175,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 7219,
      "end": 7229,
      "loc": {
        "start": {
          "line": 175,
          "column": 52
        },
        "end": {
          "line": 175,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7229,
      "end": 7230,
      "loc": {
        "start": {
          "line": 175,
          "column": 62
        },
        "end": {
          "line": 175,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7230,
      "end": 7238,
      "loc": {
        "start": {
          "line": 175,
          "column": 63
        },
        "end": {
          "line": 175,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7238,
      "end": 7239,
      "loc": {
        "start": {
          "line": 175,
          "column": 71
        },
        "end": {
          "line": 175,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7239,
      "end": 7240,
      "loc": {
        "start": {
          "line": 175,
          "column": 72
        },
        "end": {
          "line": 175,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7257,
      "end": 7262,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7262,
      "end": 7263,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7263,
      "end": 7275,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7276,
      "end": 7277,
      "loc": {
        "start": {
          "line": 176,
          "column": 35
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7278,
      "end": 7283,
      "loc": {
        "start": {
          "line": 176,
          "column": 37
        },
        "end": {
          "line": 176,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7283,
      "end": 7284,
      "loc": {
        "start": {
          "line": 176,
          "column": 42
        },
        "end": {
          "line": 176,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7284,
      "end": 7291,
      "loc": {
        "start": {
          "line": 176,
          "column": 43
        },
        "end": {
          "line": 176,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7291,
      "end": 7292,
      "loc": {
        "start": {
          "line": 176,
          "column": 50
        },
        "end": {
          "line": 176,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7292,
      "end": 7298,
      "loc": {
        "start": {
          "line": 176,
          "column": 51
        },
        "end": {
          "line": 176,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7298,
      "end": 7299,
      "loc": {
        "start": {
          "line": 176,
          "column": 57
        },
        "end": {
          "line": 176,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7299,
      "end": 7304,
      "loc": {
        "start": {
          "line": 176,
          "column": 58
        },
        "end": {
          "line": 176,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7304,
      "end": 7305,
      "loc": {
        "start": {
          "line": 176,
          "column": 63
        },
        "end": {
          "line": 176,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 7322,
      "end": 7327,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7327,
      "end": 7328,
      "loc": {
        "start": {
          "line": 177,
          "column": 21
        },
        "end": {
          "line": 177,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7341,
      "end": 7345,
      "loc": {
        "start": {
          "line": 178,
          "column": 12
        },
        "end": {
          "line": 178,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_DiameterDimension",
      "start": 7346,
      "end": 7368,
      "loc": {
        "start": {
          "line": 178,
          "column": 17
        },
        "end": {
          "line": 178,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7368,
      "end": 7369,
      "loc": {
        "start": {
          "line": 178,
          "column": 39
        },
        "end": {
          "line": 178,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7382,
      "end": 7386,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_DiameterFeatureDimension",
      "start": 7387,
      "end": 7416,
      "loc": {
        "start": {
          "line": 179,
          "column": 17
        },
        "end": {
          "line": 179,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7416,
      "end": 7417,
      "loc": {
        "start": {
          "line": 179,
          "column": 46
        },
        "end": {
          "line": 179,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7434,
      "end": 7439,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7439,
      "end": 7440,
      "loc": {
        "start": {
          "line": 180,
          "column": 21
        },
        "end": {
          "line": 180,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7440,
      "end": 7447,
      "loc": {
        "start": {
          "line": 180,
          "column": 22
        },
        "end": {
          "line": 180,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7447,
      "end": 7448,
      "loc": {
        "start": {
          "line": 180,
          "column": 29
        },
        "end": {
          "line": 180,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7448,
      "end": 7454,
      "loc": {
        "start": {
          "line": 180,
          "column": 30
        },
        "end": {
          "line": 180,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7454,
      "end": 7455,
      "loc": {
        "start": {
          "line": 180,
          "column": 36
        },
        "end": {
          "line": 180,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7455,
      "end": 7460,
      "loc": {
        "start": {
          "line": 180,
          "column": 37
        },
        "end": {
          "line": 180,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7461,
      "end": 7462,
      "loc": {
        "start": {
          "line": 180,
          "column": 43
        },
        "end": {
          "line": 180,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7463,
      "end": 7469,
      "loc": {
        "start": {
          "line": 180,
          "column": 45
        },
        "end": {
          "line": 180,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7469,
      "end": 7470,
      "loc": {
        "start": {
          "line": 180,
          "column": 51
        },
        "end": {
          "line": 180,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 7470,
      "end": 7480,
      "loc": {
        "start": {
          "line": 180,
          "column": 52
        },
        "end": {
          "line": 180,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7480,
      "end": 7481,
      "loc": {
        "start": {
          "line": 180,
          "column": 62
        },
        "end": {
          "line": 180,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7481,
      "end": 7489,
      "loc": {
        "start": {
          "line": 180,
          "column": 63
        },
        "end": {
          "line": 180,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7489,
      "end": 7490,
      "loc": {
        "start": {
          "line": 180,
          "column": 71
        },
        "end": {
          "line": 180,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7490,
      "end": 7491,
      "loc": {
        "start": {
          "line": 180,
          "column": 72
        },
        "end": {
          "line": 180,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7508,
      "end": 7513,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7513,
      "end": 7514,
      "loc": {
        "start": {
          "line": 181,
          "column": 21
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7514,
      "end": 7526,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7527,
      "end": 7528,
      "loc": {
        "start": {
          "line": 181,
          "column": 35
        },
        "end": {
          "line": 181,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7529,
      "end": 7530,
      "loc": {
        "start": {
          "line": 181,
          "column": 37
        },
        "end": {
          "line": 181,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7531,
      "end": 7532,
      "loc": {
        "start": {
          "line": 181,
          "column": 39
        },
        "end": {
          "line": 181,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7533,
      "end": 7538,
      "loc": {
        "start": {
          "line": 181,
          "column": 41
        },
        "end": {
          "line": 181,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7538,
      "end": 7539,
      "loc": {
        "start": {
          "line": 181,
          "column": 46
        },
        "end": {
          "line": 181,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7539,
      "end": 7546,
      "loc": {
        "start": {
          "line": 181,
          "column": 47
        },
        "end": {
          "line": 181,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7546,
      "end": 7547,
      "loc": {
        "start": {
          "line": 181,
          "column": 54
        },
        "end": {
          "line": 181,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7547,
      "end": 7553,
      "loc": {
        "start": {
          "line": 181,
          "column": 55
        },
        "end": {
          "line": 181,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7553,
      "end": 7554,
      "loc": {
        "start": {
          "line": 181,
          "column": 61
        },
        "end": {
          "line": 181,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7554,
      "end": 7559,
      "loc": {
        "start": {
          "line": 181,
          "column": 62
        },
        "end": {
          "line": 181,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7559,
      "end": 7560,
      "loc": {
        "start": {
          "line": 181,
          "column": 67
        },
        "end": {
          "line": 181,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 7577,
      "end": 7582,
      "loc": {
        "start": {
          "line": 182,
          "column": 16
        },
        "end": {
          "line": 182,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7582,
      "end": 7583,
      "loc": {
        "start": {
          "line": 182,
          "column": 21
        },
        "end": {
          "line": 182,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7592,
      "end": 7593,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7598,
      "end": 7599,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 7605,
      "end": 7611,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7611,
      "end": 7612,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7612,
      "end": 7617,
      "loc": {
        "start": {
          "line": 186,
          "column": 11
        },
        "end": {
          "line": 186,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7617,
      "end": 7618,
      "loc": {
        "start": {
          "line": 186,
          "column": 16
        },
        "end": {
          "line": 186,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7619,
      "end": 7620,
      "loc": {
        "start": {
          "line": 186,
          "column": 18
        },
        "end": {
          "line": 186,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7629,
      "end": 7633,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7633,
      "end": 7634,
      "loc": {
        "start": {
          "line": 187,
          "column": 12
        },
        "end": {
          "line": 187,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 7634,
      "end": 7640,
      "loc": {
        "start": {
          "line": 187,
          "column": 13
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7640,
      "end": 7641,
      "loc": {
        "start": {
          "line": 187,
          "column": 19
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 7641,
      "end": 7647,
      "loc": {
        "start": {
          "line": 187,
          "column": 20
        },
        "end": {
          "line": 187,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7647,
      "end": 7648,
      "loc": {
        "start": {
          "line": 187,
          "column": 26
        },
        "end": {
          "line": 187,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 7648,
      "end": 7670,
      "loc": {
        "start": {
          "line": 187,
          "column": 27
        },
        "end": {
          "line": 187,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7670,
      "end": 7671,
      "loc": {
        "start": {
          "line": 187,
          "column": 49
        },
        "end": {
          "line": 187,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7671,
      "end": 7676,
      "loc": {
        "start": {
          "line": 187,
          "column": 50
        },
        "end": {
          "line": 187,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7676,
      "end": 7677,
      "loc": {
        "start": {
          "line": 187,
          "column": 55
        },
        "end": {
          "line": 187,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 7677,
      "end": 7679,
      "loc": {
        "start": {
          "line": 187,
          "column": 56
        },
        "end": {
          "line": 187,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7679,
      "end": 7680,
      "loc": {
        "start": {
          "line": 187,
          "column": 58
        },
        "end": {
          "line": 187,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7680,
      "end": 7681,
      "loc": {
        "start": {
          "line": 187,
          "column": 59
        },
        "end": {
          "line": 187,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 7681,
      "end": 7691,
      "loc": {
        "start": {
          "line": 187,
          "column": 60
        },
        "end": {
          "line": 187,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7692,
      "end": 7693,
      "loc": {
        "start": {
          "line": 187,
          "column": 71
        },
        "end": {
          "line": 187,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7694,
      "end": 7699,
      "loc": {
        "start": {
          "line": 187,
          "column": 73
        },
        "end": {
          "line": 187,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7699,
      "end": 7700,
      "loc": {
        "start": {
          "line": 187,
          "column": 78
        },
        "end": {
          "line": 187,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7700,
      "end": 7712,
      "loc": {
        "start": {
          "line": 187,
          "column": 79
        },
        "end": {
          "line": 187,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7712,
      "end": 7713,
      "loc": {
        "start": {
          "line": 187,
          "column": 91
        },
        "end": {
          "line": 187,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toFixed",
      "start": 7713,
      "end": 7720,
      "loc": {
        "start": {
          "line": 187,
          "column": 92
        },
        "end": {
          "line": 187,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7720,
      "end": 7721,
      "loc": {
        "start": {
          "line": 187,
          "column": 99
        },
        "end": {
          "line": 187,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7721,
      "end": 7722,
      "loc": {
        "start": {
          "line": 187,
          "column": 100
        },
        "end": {
          "line": 187,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7722,
      "end": 7723,
      "loc": {
        "start": {
          "line": 187,
          "column": 101
        },
        "end": {
          "line": 187,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7723,
      "end": 7724,
      "loc": {
        "start": {
          "line": 187,
          "column": 102
        },
        "end": {
          "line": 187,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 188,
          "column": 4
        },
        "end": {
          "line": 188,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 7736,
      "end": 7743,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7743,
      "end": 7744,
      "loc": {
        "start": {
          "line": 190,
          "column": 11
        },
        "end": {
          "line": 190,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 7744,
      "end": 7749,
      "loc": {
        "start": {
          "line": 190,
          "column": 12
        },
        "end": {
          "line": 190,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 190,
          "column": 17
        },
        "end": {
          "line": 190,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7751,
      "end": 7752,
      "loc": {
        "start": {
          "line": 190,
          "column": 19
        },
        "end": {
          "line": 190,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7761,
      "end": 7765,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7765,
      "end": 7766,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 7766,
      "end": 7771,
      "loc": {
        "start": {
          "line": 191,
          "column": 13
        },
        "end": {
          "line": 191,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7771,
      "end": 7772,
      "loc": {
        "start": {
          "line": 191,
          "column": 18
        },
        "end": {
          "line": 191,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 7772,
      "end": 7781,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7781,
      "end": 7782,
      "loc": {
        "start": {
          "line": 191,
          "column": 28
        },
        "end": {
          "line": 191,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 7,
      "start": 7782,
      "end": 7783,
      "loc": {
        "start": {
          "line": 191,
          "column": 29
        },
        "end": {
          "line": 191,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7784,
      "end": 7785,
      "loc": {
        "start": {
          "line": 191,
          "column": 31
        },
        "end": {
          "line": 191,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 7786,
      "end": 7791,
      "loc": {
        "start": {
          "line": 191,
          "column": 33
        },
        "end": {
          "line": 191,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7791,
      "end": 7792,
      "loc": {
        "start": {
          "line": 191,
          "column": 38
        },
        "end": {
          "line": 191,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7792,
      "end": 7793,
      "loc": {
        "start": {
          "line": 191,
          "column": 39
        },
        "end": {
          "line": 191,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7798,
      "end": 7799,
      "loc": {
        "start": {
          "line": 192,
          "column": 4
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7800,
      "end": 7801,
      "loc": {
        "start": {
          "line": 193,
          "column": 0
        },
        "end": {
          "line": 193,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7802,
      "end": 7802,
      "loc": {
        "start": {
          "line": 194,
          "column": 0
        },
        "end": {
          "line": 194,
          "column": 0
        }
      }
    }
  ]
}