{
  "type": "File",
  "start": 0,
  "end": 9224,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 219,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 9224,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 219,
        "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": 3499,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 83,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 125,
          "end": 3499,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 83,
              "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": 3499,
            "loc": {
              "start": {
                "line": 5,
                "column": 39
              },
              "end": {
                "line": 83,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 163,
                "end": 591,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 14,
                    "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": 591,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 36
                    },
                    "end": {
                      "line": 14,
                      "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": 311,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 240,
                        "end": 310,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 78
                          }
                        },
                        "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": 309,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 31
                              },
                              "end": {
                                "line": 8,
                                "column": 77
                              }
                            },
                            "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": "ObjectProperty",
                                "start": 281,
                                "end": 307,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 75
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 281,
                                  "end": 286,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 54
                                    },
                                    "identifierName": "types"
                                  },
                                  "name": "types"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 288,
                                  "end": 307,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 75
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 289,
                                      "end": 306,
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 74
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "DimensionHandle",
                                        "raw": "'DimensionHandle'"
                                      },
                                      "value": "DimensionHandle"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 320,
                      "end": 515,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 88
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 325,
                        "end": 337,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 329,
                            "end": 337,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 17
                              },
                              "end": {
                                "line": 9,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 329,
                              "end": 337,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 17
                                },
                                "end": {
                                  "line": 9,
                                  "column": 25
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 341,
                        "end": 370,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 29
                          },
                          "end": {
                            "line": 9,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 341,
                          "end": 354,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 341,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 29
                              },
                              "end": {
                                "line": 9,
                                "column": 35
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 348,
                            "end": 354,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 36
                              },
                              "end": {
                                "line": 9,
                                "column": 42
                              },
                              "identifierName": "values"
                            },
                            "name": "values"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 355,
                            "end": 369,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 43
                              },
                              "end": {
                                "line": 9,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 355,
                              "end": 362,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 43
                                },
                                "end": {
                                  "line": 9,
                                  "column": 50
                                },
                                "identifierName": "Object3"
                              },
                              "name": "Object3"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 363,
                              "end": 369,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 51
                                },
                                "end": {
                                  "line": 9,
                                  "column": 57
                                },
                                "identifierName": "Events"
                              },
                              "name": "Events"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "body": {
                        "type": "ForOfStatement",
                        "start": 384,
                        "end": 515,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 12
                          },
                          "end": {
                            "line": 11,
                            "column": 88
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 389,
                          "end": 398,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 17
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 393,
                              "end": 398,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 21
                                },
                                "end": {
                                  "line": 10,
                                  "column": 26
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 393,
                                "end": 398,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 26
                                  },
                                  "identifierName": "event"
                                },
                                "name": "event"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 402,
                          "end": 425,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 402,
                            "end": 415,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 30
                              },
                              "end": {
                                "line": 10,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 402,
                              "end": 408,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 30
                                },
                                "end": {
                                  "line": 10,
                                  "column": 36
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 409,
                              "end": 415,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 37
                                },
                                "end": {
                                  "line": 10,
                                  "column": 43
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 416,
                              "end": 424,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 44
                                },
                                "end": {
                                  "line": 10,
                                  "column": 52
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            }
                          ]
                        },
                        "body": {
                          "type": "IfStatement",
                          "start": 443,
                          "end": 515,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 16
                            },
                            "end": {
                              "line": 11,
                              "column": 88
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 447,
                            "end": 458,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 20
                              },
                              "end": {
                                "line": 11,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 447,
                              "end": 451,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 20
                                },
                                "end": {
                                  "line": 11,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 452,
                              "end": 457,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 25
                                },
                                "end": {
                                  "line": 11,
                                  "column": 30
                                },
                                "identifierName": "event"
                              },
                              "name": "event"
                            },
                            "computed": true
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 460,
                            "end": 515,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 33
                              },
                              "end": {
                                "line": 11,
                                "column": 88
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 460,
                              "end": 514,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 33
                                },
                                "end": {
                                  "line": 11,
                                  "column": 87
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 460,
                                "end": 467,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 460,
                                  "end": 464,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 37
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 465,
                                  "end": 467,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 40
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 468,
                                  "end": 473,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 46
                                    },
                                    "identifierName": "event"
                                  },
                                  "name": "event"
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 475,
                                  "end": 497,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 70
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 475,
                                    "end": 491,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 475,
                                      "end": 486,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 475,
                                        "end": 479,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 480,
                                        "end": 485,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 58
                                          },
                                          "identifierName": "event"
                                        },
                                        "name": "event"
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 487,
                                      "end": 491,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 64
                                        },
                                        "identifierName": "bind"
                                      },
                                      "name": "bind"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "start": 492,
                                      "end": 496,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 69
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 499,
                                  "end": 513,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 86
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 501,
                                      "end": 511,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 84
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 501,
                                        "end": 505,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 78
                                          },
                                          "identifierName": "sync"
                                        },
                                        "name": "sync"
                                      },
                                      "value": {
                                        "type": "BooleanLiteral",
                                        "start": 507,
                                        "end": 511,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 84
                                          }
                                        },
                                        "value": true
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          "alternate": null
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 524,
                      "end": 554,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 524,
                        "end": 553,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 524,
                          "end": 541,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 524,
                            "end": 528,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 529,
                            "end": 541,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 25
                              },
                              "identifierName": "draggedState"
                            },
                            "name": "draggedState"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 544,
                          "end": 553,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 28
                            },
                            "end": {
                              "line": 12,
                              "column": 37
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 563,
                      "end": 585,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 563,
                        "end": 584,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 563,
                          "end": 572,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 563,
                            "end": 567,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 568,
                            "end": 572,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 575,
                          "end": 584,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 20
                            },
                            "end": {
                              "line": 13,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 597,
                "end": 888,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 598,
                  "end": 632,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 5
                    },
                    "end": {
                      "line": 16,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 598,
                    "end": 624,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 5
                      },
                      "end": {
                        "line": 16,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 598,
                      "end": 612,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 5
                        },
                        "end": {
                          "line": 16,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 598,
                        "end": 605,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 5
                          },
                          "end": {
                            "line": 16,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 606,
                        "end": 612,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 13
                          },
                          "end": {
                            "line": 16,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 613,
                      "end": 624,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 20
                        },
                        "end": {
                          "line": 16,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 625,
                    "end": 632,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 32
                      },
                      "end": {
                        "line": 16,
                        "column": 39
                      },
                      "identifierName": "Hovered"
                    },
                    "name": "Hovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 634,
                    "end": 643,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 41
                      },
                      "end": {
                        "line": 16,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 645,
                  "end": 888,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 52
                    },
                    "end": {
                      "line": 20,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 655,
                      "end": 683,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 655,
                        "end": 682,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 655,
                          "end": 674,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 655,
                            "end": 664,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 655,
                              "end": 659,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 660,
                              "end": 664,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 13
                                },
                                "end": {
                                  "line": 17,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 665,
                            "end": 674,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 18
                              },
                              "end": {
                                "line": 17,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 675,
                            "end": 681,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 692,
                      "end": 882,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 111
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 696,
                        "end": 723,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 12
                          },
                          "end": {
                            "line": 18,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 696,
                          "end": 714,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 12
                            },
                            "end": {
                              "line": 18,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 696,
                            "end": 707,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 696,
                              "end": 700,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 701,
                              "end": 707,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 17
                                },
                                "end": {
                                  "line": 18,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 708,
                            "end": 714,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 24
                              },
                              "end": {
                                "line": 18,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 715,
                          "end": 723,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 31
                            },
                            "end": {
                              "line": 18,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 725,
                        "end": 770,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 41
                          },
                          "end": {
                            "line": 18,
                            "column": 86
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 725,
                          "end": 769,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 41
                            },
                            "end": {
                              "line": 18,
                              "column": 85
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 725,
                            "end": 758,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 41
                              },
                              "end": {
                                "line": 18,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 725,
                              "end": 752,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 41
                                },
                                "end": {
                                  "line": 18,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 725,
                                "end": 743,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 725,
                                  "end": 736,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 725,
                                    "end": 729,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 730,
                                    "end": 736,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 737,
                                  "end": 743,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 744,
                                "end": 752,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 753,
                              "end": 758,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 69
                                },
                                "end": {
                                  "line": 18,
                                  "column": 74
                                },
                                "identifierName": "hover"
                              },
                              "name": "hover"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 759,
                              "end": 768,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 75
                                },
                                "end": {
                                  "line": 18,
                                  "column": 84
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 784,
                        "end": 882,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 13
                          },
                          "end": {
                            "line": 19,
                            "column": 111
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 784,
                          "end": 881,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 13
                            },
                            "end": {
                              "line": 19,
                              "column": 110
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 784,
                            "end": 878,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 107
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 784,
                              "end": 872,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 13
                                },
                                "end": {
                                  "line": 19,
                                  "column": 101
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 784,
                                "end": 796,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 784,
                                  "end": 788,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 789,
                                  "end": 796,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 25
                                    },
                                    "identifierName": "animate"
                                  },
                                  "name": "animate"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 797,
                                  "end": 871,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 100
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 799,
                                      "end": 869,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 98
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 799,
                                        "end": 807,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 36
                                          },
                                          "identifierName": "material"
                                        },
                                        "name": "material"
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 809,
                                        "end": 869,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 98
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 811,
                                            "end": 853,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 82
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 811,
                                              "end": 816,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 45
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 818,
                                              "end": 853,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 82
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 822,
                                                "end": 833,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 822,
                                                  "end": 827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 56
                                                    },
                                                    "identifierName": "THREE"
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 828,
                                                  "end": 833,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 62
                                                    },
                                                    "identifierName": "Color"
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 834,
                                                  "end": 852,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 81
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 834,
                                                    "end": 845,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 834,
                                                      "end": 838,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 67
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 839,
                                                      "end": 845,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 74
                                                        },
                                                        "identifierName": "colors"
                                                      },
                                                      "name": "colors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 846,
                                                    "end": 852,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 81
                                                      },
                                                      "identifierName": "accent"
                                                    },
                                                    "name": "accent"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 855,
                                            "end": 867,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 96
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 855,
                                              "end": 862,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 91
                                                },
                                                "identifierName": "opacity"
                                              },
                                              "name": "opacity"
                                            },
                                            "value": {
                                              "type": "NumericLiteral",
                                              "start": 864,
                                              "end": 867,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 96
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0.6,
                                                "raw": "0.6"
                                              },
                                              "value": 0.6
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 873,
                              "end": 878,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 102
                                },
                                "end": {
                                  "line": 19,
                                  "column": 107
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 879,
                              "end": 880,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 108
                                },
                                "end": {
                                  "line": 19,
                                  "column": 109
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 894,
                "end": 1156,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 895,
                  "end": 931,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 5
                    },
                    "end": {
                      "line": 22,
                      "column": 41
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 895,
                    "end": 921,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 5
                      },
                      "end": {
                        "line": 22,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 895,
                      "end": 909,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 5
                        },
                        "end": {
                          "line": 22,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 895,
                        "end": 902,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 5
                          },
                          "end": {
                            "line": 22,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 903,
                        "end": 909,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 13
                          },
                          "end": {
                            "line": 22,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 910,
                      "end": 921,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 20
                        },
                        "end": {
                          "line": 22,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 922,
                    "end": 931,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 32
                      },
                      "end": {
                        "line": 22,
                        "column": 41
                      },
                      "identifierName": "Unhovered"
                    },
                    "name": "Unhovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 933,
                    "end": 942,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 43
                      },
                      "end": {
                        "line": 22,
                        "column": 52
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 944,
                  "end": 1156,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 54
                    },
                    "end": {
                      "line": 25,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 954,
                      "end": 1150,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 115
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 958,
                        "end": 985,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 12
                          },
                          "end": {
                            "line": 23,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 958,
                          "end": 976,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 12
                            },
                            "end": {
                              "line": 23,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 958,
                            "end": 969,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 12
                              },
                              "end": {
                                "line": 23,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 958,
                              "end": 962,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 963,
                              "end": 969,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 17
                                },
                                "end": {
                                  "line": 23,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 970,
                            "end": 976,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 24
                              },
                              "end": {
                                "line": 23,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 977,
                          "end": 985,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 31
                            },
                            "end": {
                              "line": 23,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 987,
                        "end": 1034,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 41
                          },
                          "end": {
                            "line": 23,
                            "column": 88
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 987,
                          "end": 1033,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 41
                            },
                            "end": {
                              "line": 23,
                              "column": 87
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 987,
                            "end": 1022,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 41
                              },
                              "end": {
                                "line": 23,
                                "column": 76
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 987,
                              "end": 1014,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 41
                                },
                                "end": {
                                  "line": 23,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 987,
                                "end": 1005,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 987,
                                  "end": 998,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 987,
                                    "end": 991,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 992,
                                    "end": 998,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 999,
                                  "end": 1005,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1006,
                                "end": 1014,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1015,
                              "end": 1022,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 69
                                },
                                "end": {
                                  "line": 23,
                                  "column": 76
                                },
                                "identifierName": "unhover"
                              },
                              "name": "unhover"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1023,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 77
                                },
                                "end": {
                                  "line": 23,
                                  "column": 86
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 1048,
                        "end": 1150,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 13
                          },
                          "end": {
                            "line": 24,
                            "column": 115
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1048,
                          "end": 1149,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 13
                            },
                            "end": {
                              "line": 24,
                              "column": 114
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1048,
                            "end": 1143,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 13
                              },
                              "end": {
                                "line": 24,
                                "column": 108
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1048,
                              "end": 1137,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 13
                                },
                                "end": {
                                  "line": 24,
                                  "column": 102
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1048,
                                "end": 1060,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1048,
                                  "end": 1052,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1053,
                                  "end": 1060,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 25
                                    },
                                    "identifierName": "animate"
                                  },
                                  "name": "animate"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1061,
                                  "end": 1136,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 101
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 1063,
                                      "end": 1134,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 99
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1063,
                                        "end": 1071,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 36
                                          },
                                          "identifierName": "material"
                                        },
                                        "name": "material"
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1073,
                                        "end": 1134,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 99
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1075,
                                            "end": 1118,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 83
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1075,
                                              "end": 1080,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 45
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 1082,
                                              "end": 1118,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 83
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1086,
                                                "end": 1097,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1086,
                                                  "end": 1091,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 56
                                                    },
                                                    "identifierName": "THREE"
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1092,
                                                  "end": 1097,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 62
                                                    },
                                                    "identifierName": "Color"
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1098,
                                                  "end": 1117,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1098,
                                                    "end": 1109,
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1098,
                                                      "end": 1102,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 67
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1103,
                                                      "end": 1109,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 74
                                                        },
                                                        "identifierName": "colors"
                                                      },
                                                      "name": "colors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1110,
                                                    "end": 1117,
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 82
                                                      },
                                                      "identifierName": "primary"
                                                    },
                                                    "name": "primary"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1120,
                                            "end": 1132,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 97
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1120,
                                              "end": 1127,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 92
                                                },
                                                "identifierName": "opacity"
                                              },
                                              "name": "opacity"
                                            },
                                            "value": {
                                              "type": "NumericLiteral",
                                              "start": 1129,
                                              "end": 1132,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 94
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 97
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0.3,
                                                "raw": "0.3"
                                              },
                                              "value": 0.3
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1138,
                              "end": 1143,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 103
                                },
                                "end": {
                                  "line": 24,
                                  "column": 108
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 1144,
                              "end": 1148,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 109
                                },
                                "end": {
                                  "line": 24,
                                  "column": 113
                                }
                              },
                              "extra": {
                                "rawValue": 1000,
                                "raw": "1000"
                              },
                              "value": 1000
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1162,
                "end": 1260,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1163,
                  "end": 1196,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 5
                    },
                    "end": {
                      "line": 27,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1163,
                    "end": 1189,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 5
                      },
                      "end": {
                        "line": 27,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1163,
                      "end": 1177,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 5
                        },
                        "end": {
                          "line": 27,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1163,
                        "end": 1170,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 5
                          },
                          "end": {
                            "line": 27,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1171,
                        "end": 1177,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 13
                          },
                          "end": {
                            "line": 27,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1178,
                      "end": 1189,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 20
                        },
                        "end": {
                          "line": 27,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1190,
                    "end": 1196,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 32
                      },
                      "end": {
                        "line": 27,
                        "column": 38
                      },
                      "identifierName": "Picked"
                    },
                    "name": "Picked"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1198,
                    "end": 1207,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 40
                      },
                      "end": {
                        "line": 27,
                        "column": 49
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1209,
                  "end": 1260,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 51
                    },
                    "end": {
                      "line": 29,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1219,
                      "end": 1254,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1219,
                        "end": 1253,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1219,
                          "end": 1245,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1219,
                            "end": 1237,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1219,
                              "end": 1228,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1219,
                                "end": 1223,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1224,
                                "end": 1228,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1229,
                              "end": 1237,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 18
                                },
                                "end": {
                                  "line": 28,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1238,
                            "end": 1245,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 27
                              },
                              "end": {
                                "line": 28,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1248,
                          "end": 1253,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 37
                            },
                            "end": {
                              "line": 28,
                              "column": 42
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1266,
                "end": 1824,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1267,
                  "end": 1301,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 5
                    },
                    "end": {
                      "line": 31,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1267,
                    "end": 1293,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 5
                      },
                      "end": {
                        "line": 31,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1267,
                      "end": 1281,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 5
                        },
                        "end": {
                          "line": 31,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1267,
                        "end": 1274,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 5
                          },
                          "end": {
                            "line": 31,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1275,
                        "end": 1281,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 13
                          },
                          "end": {
                            "line": 31,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1282,
                      "end": 1293,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 20
                        },
                        "end": {
                          "line": 31,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1294,
                    "end": 1301,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 32
                      },
                      "end": {
                        "line": 31,
                        "column": 39
                      },
                      "identifierName": "Dragged"
                    },
                    "name": "Dragged"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1303,
                    "end": 1312,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 41
                      },
                      "end": {
                        "line": 31,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1314,
                  "end": 1824,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 52
                    },
                    "end": {
                      "line": 40,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1324,
                      "end": 1356,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1324,
                        "end": 1355,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1324,
                          "end": 1343,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1324,
                            "end": 1333,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1324,
                              "end": 1328,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1329,
                              "end": 1333,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 13
                                },
                                "end": {
                                  "line": 32,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1334,
                            "end": 1343,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 18
                              },
                              "end": {
                                "line": 32,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1344,
                            "end": 1354,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 28
                              },
                              "end": {
                                "line": 32,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "grabbing",
                              "raw": "'grabbing'"
                            },
                            "value": "grabbing"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1365,
                      "end": 1469,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 112
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1371,
                          "end": 1468,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 111
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1371,
                            "end": 1374,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 17
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1377,
                            "end": 1468,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 20
                              },
                              "end": {
                                "line": 33,
                                "column": 111
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1377,
                              "end": 1411,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 20
                                },
                                "end": {
                                  "line": 33,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1377,
                                "end": 1398,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1377,
                                  "end": 1396,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1377,
                                    "end": 1390,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1377,
                                      "end": 1386,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 29
                                        },
                                        "identifierName": "hitObject"
                                      },
                                      "name": "hitObject"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1387,
                                      "end": 1390,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 33
                                        },
                                        "identifierName": "ray"
                                      },
                                      "name": "ray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1391,
                                    "end": 1396,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 39
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1399,
                                "end": 1411,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 54
                                  },
                                  "identifierName": "applyMatrix4"
                                },
                                "name": "applyMatrix4"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 1412,
                                "end": 1467,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 110
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1412,
                                  "end": 1442,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "NewExpression",
                                    "start": 1412,
                                    "end": 1431,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 74
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1416,
                                      "end": 1429,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 72
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1416,
                                        "end": 1421,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 64
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1422,
                                        "end": 1429,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 72
                                          },
                                          "identifierName": "Matrix4"
                                        },
                                        "name": "Matrix4"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1432,
                                    "end": 1442,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 85
                                      },
                                      "identifierName": "getInverse"
                                    },
                                    "name": "getInverse"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 1443,
                                    "end": 1466,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 109
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1443,
                                      "end": 1454,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 97
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1443,
                                        "end": 1447,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 90
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1448,
                                        "end": 1454,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 97
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1455,
                                      "end": 1466,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 98
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 109
                                        },
                                        "identifierName": "matrixWorld"
                                      },
                                      "name": "matrixWorld"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1478,
                      "end": 1559,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 89
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1484,
                          "end": 1558,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 14
                            },
                            "end": {
                              "line": 34,
                              "column": 88
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1484,
                            "end": 1492,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 14
                              },
                              "end": {
                                "line": 34,
                                "column": 22
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1495,
                            "end": 1558,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 25
                              },
                              "end": {
                                "line": 34,
                                "column": 88
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1495,
                              "end": 1513,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 25
                                },
                                "end": {
                                  "line": 34,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1495,
                                "end": 1498,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 28
                                  },
                                  "identifierName": "ray"
                                },
                                "name": "ray"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1499,
                                "end": 1513,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 43
                                  },
                                  "identifierName": "intersectPlane"
                                },
                                "name": "intersectPlane"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 1514,
                                "end": 1557,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 87
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1518,
                                  "end": 1529,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1518,
                                    "end": 1523,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 53
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1524,
                                    "end": 1529,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 59
                                      },
                                      "identifierName": "Plane"
                                    },
                                    "name": "Plane"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "start": 1530,
                                    "end": 1556,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1534,
                                      "end": 1547,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1534,
                                        "end": 1539,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 69
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1540,
                                        "end": 1547,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 77
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1548,
                                        "end": 1549,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 79
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1551,
                                        "end": 1552,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 82
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1554,
                                        "end": 1555,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 85
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      }
                                    ]
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1568,
                      "end": 1608,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1574,
                          "end": 1607,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 14
                            },
                            "end": {
                              "line": 35,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1574,
                            "end": 1576,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 14
                              },
                              "end": {
                                "line": 35,
                                "column": 16
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1579,
                            "end": 1607,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 19
                              },
                              "end": {
                                "line": 35,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1579,
                              "end": 1604,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 19
                                },
                                "end": {
                                  "line": 35,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1579,
                                "end": 1599,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1579,
                                  "end": 1590,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1579,
                                    "end": 1583,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1584,
                                    "end": 1590,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 30
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1591,
                                  "end": 1599,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 39
                                    },
                                    "identifierName": "userData"
                                  },
                                  "name": "userData"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1600,
                                "end": 1604,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 44
                                  },
                                  "identifierName": "meta"
                                },
                                "name": "meta"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1605,
                              "end": 1607,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 45
                                },
                                "end": {
                                  "line": 35,
                                  "column": 47
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1617,
                      "end": 1633,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 36,
                          "column": 24
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1621,
                        "end": 1624,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 12
                          },
                          "end": {
                            "line": 36,
                            "column": 15
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 1622,
                          "end": 1624,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 13
                            },
                            "end": {
                              "line": 36,
                              "column": 15
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1626,
                        "end": 1633,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 17
                          },
                          "end": {
                            "line": 36,
                            "column": 24
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1642,
                      "end": 1712,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 78
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1642,
                        "end": 1711,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 77
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1642,
                          "end": 1659,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1642,
                            "end": 1646,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1647,
                            "end": 1659,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 25
                              },
                              "identifierName": "draggedState"
                            },
                            "name": "draggedState"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1662,
                          "end": 1711,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 28
                            },
                            "end": {
                              "line": 37,
                              "column": 77
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1662,
                            "end": 1671,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 28
                              },
                              "end": {
                                "line": 37,
                                "column": 37
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 1672,
                              "end": 1710,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 38
                                },
                                "end": {
                                  "line": 37,
                                  "column": 76
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1672,
                                "end": 1706,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 72
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1672,
                                  "end": 1701,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 67
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1672,
                                    "end": 1690,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 56
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1672,
                                      "end": 1683,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1672,
                                        "end": 1676,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1677,
                                        "end": 1683,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 49
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1684,
                                      "end": 1690,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 56
                                        },
                                        "identifierName": "plugin"
                                      },
                                      "name": "plugin"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1691,
                                    "end": 1701,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 67
                                      },
                                      "identifierName": "connection"
                                    },
                                    "name": "connection"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1702,
                                  "end": 1706,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 72
                                    },
                                    "identifierName": "tree"
                                  },
                                  "name": "tree"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1707,
                                "end": 1709,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 75
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "computed": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1721,
                      "end": 1762,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1721,
                        "end": 1761,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1721,
                          "end": 1732,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1721,
                            "end": 1725,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1726,
                            "end": 1732,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 13
                              },
                              "end": {
                                "line": 38,
                                "column": 19
                              },
                              "identifierName": "onDrag"
                            },
                            "name": "onDrag"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1733,
                            "end": 1750,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 20
                              },
                              "end": {
                                "line": 38,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1733,
                              "end": 1737,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 20
                                },
                                "end": {
                                  "line": 38,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1738,
                              "end": 1750,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 25
                                },
                                "end": {
                                  "line": 38,
                                  "column": 37
                                },
                                "identifierName": "draggedState"
                              },
                              "name": "draggedState"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 1752,
                            "end": 1760,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 39
                              },
                              "end": {
                                "line": 38,
                                "column": 47
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1771,
                      "end": 1818,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1771,
                        "end": 1817,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1771,
                          "end": 1798,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1771,
                            "end": 1782,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1771,
                              "end": 1775,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1776,
                              "end": 1782,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 19
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1783,
                            "end": 1798,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 20
                              },
                              "end": {
                                "line": 39,
                                "column": 35
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1799,
                            "end": 1816,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 36
                              },
                              "end": {
                                "line": 39,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1799,
                              "end": 1803,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 36
                                },
                                "end": {
                                  "line": 39,
                                  "column": 40
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1804,
                              "end": 1816,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 41
                                },
                                "end": {
                                  "line": 39,
                                  "column": 53
                                },
                                "identifierName": "draggedState"
                              },
                              "name": "draggedState"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1830,
                "end": 2131,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 4
                  },
                  "end": {
                    "line": 49,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1831,
                  "end": 1865,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 5
                    },
                    "end": {
                      "line": 42,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1831,
                    "end": 1857,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 5
                      },
                      "end": {
                        "line": 42,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1831,
                      "end": 1845,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 5
                        },
                        "end": {
                          "line": 42,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1831,
                        "end": 1838,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 5
                          },
                          "end": {
                            "line": 42,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1839,
                        "end": 1845,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 13
                          },
                          "end": {
                            "line": 42,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1846,
                      "end": 1857,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 20
                        },
                        "end": {
                          "line": 42,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1858,
                    "end": 1865,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 32
                      },
                      "end": {
                        "line": 42,
                        "column": 39
                      },
                      "identifierName": "Dropped"
                    },
                    "name": "Dropped"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1867,
                    "end": 1876,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 41
                      },
                      "end": {
                        "line": 42,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1878,
                  "end": 2131,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 52
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1888,
                      "end": 1916,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1888,
                        "end": 1915,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1888,
                          "end": 1907,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1888,
                            "end": 1897,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1888,
                              "end": 1892,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1893,
                              "end": 1897,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 13
                                },
                                "end": {
                                  "line": 43,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1898,
                            "end": 1907,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 18
                              },
                              "end": {
                                "line": 43,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1908,
                            "end": 1914,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 28
                              },
                              "end": {
                                "line": 43,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1925,
                      "end": 1959,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1925,
                        "end": 1958,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1925,
                          "end": 1951,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1925,
                            "end": 1943,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1925,
                              "end": 1934,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1925,
                                "end": 1929,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1930,
                                "end": 1934,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1935,
                              "end": 1943,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 18
                                },
                                "end": {
                                  "line": 44,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1944,
                            "end": 1951,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 27
                              },
                              "end": {
                                "line": 44,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1954,
                          "end": 1958,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 37
                            },
                            "end": {
                              "line": 44,
                              "column": 41
                            }
                          },
                          "value": true
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1968,
                      "end": 1999,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 39
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1972,
                        "end": 1990,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 12
                          },
                          "end": {
                            "line": 45,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1973,
                          "end": 1990,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 13
                            },
                            "end": {
                              "line": 45,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1973,
                            "end": 1977,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 13
                              },
                              "end": {
                                "line": 45,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1978,
                            "end": 1990,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 18
                              },
                              "end": {
                                "line": 45,
                                "column": 30
                              },
                              "identifierName": "draggedState"
                            },
                            "name": "draggedState"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1992,
                        "end": 1999,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 32
                          },
                          "end": {
                            "line": 45,
                            "column": 39
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2008,
                      "end": 2039,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2008,
                        "end": 2038,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2008,
                          "end": 2019,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2008,
                            "end": 2012,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2013,
                            "end": 2019,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 13
                              },
                              "end": {
                                "line": 46,
                                "column": 19
                              },
                              "identifierName": "onDrop"
                            },
                            "name": "onDrop"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2020,
                            "end": 2037,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 20
                              },
                              "end": {
                                "line": 46,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2020,
                              "end": 2024,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 20
                                },
                                "end": {
                                  "line": 46,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2025,
                              "end": 2037,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 25
                                },
                                "end": {
                                  "line": 46,
                                  "column": 37
                                },
                                "identifierName": "draggedState"
                              },
                              "name": "draggedState"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2048,
                      "end": 2078,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2048,
                        "end": 2077,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2048,
                          "end": 2065,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2048,
                            "end": 2052,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2053,
                            "end": 2065,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 13
                              },
                              "end": {
                                "line": 47,
                                "column": 25
                              },
                              "identifierName": "draggedState"
                            },
                            "name": "draggedState"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2068,
                          "end": 2077,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 28
                            },
                            "end": {
                              "line": 47,
                              "column": 37
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2087,
                      "end": 2125,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2087,
                        "end": 2124,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2087,
                          "end": 2122,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2087,
                            "end": 2105,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2087,
                              "end": 2098,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2087,
                                "end": 2091,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2092,
                                "end": 2098,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 19
                                  },
                                  "identifierName": "parent"
                                },
                                "name": "parent"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2099,
                              "end": 2105,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 20
                                },
                                "end": {
                                  "line": 48,
                                  "column": 26
                                },
                                "identifierName": "plugin"
                              },
                              "name": "plugin"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2106,
                            "end": 2122,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 27
                              },
                              "end": {
                                "line": 48,
                                "column": 43
                              },
                              "identifierName": "afterSetCallback"
                            },
                            "name": "afterSetCallback"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2137,
                "end": 2281,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 4
                  },
                  "end": {
                    "line": 53,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 2138,
                  "end": 2172,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 5
                    },
                    "end": {
                      "line": 51,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2138,
                    "end": 2164,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 5
                      },
                      "end": {
                        "line": 51,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2138,
                      "end": 2152,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 5
                        },
                        "end": {
                          "line": 51,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2138,
                        "end": 2145,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 5
                          },
                          "end": {
                            "line": 51,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2146,
                        "end": 2152,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 13
                          },
                          "end": {
                            "line": 51,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2153,
                      "end": 2164,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 20
                        },
                        "end": {
                          "line": 51,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2165,
                    "end": 2172,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 32
                      },
                      "end": {
                        "line": 51,
                        "column": 39
                      },
                      "identifierName": "Clicked"
                    },
                    "name": "Clicked"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2174,
                    "end": 2183,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 41
                      },
                      "end": {
                        "line": 51,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2185,
                  "end": 2281,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 52
                    },
                    "end": {
                      "line": 53,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2195,
                      "end": 2275,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 88
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2199,
                        "end": 2226,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 12
                          },
                          "end": {
                            "line": 52,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2199,
                          "end": 2217,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 12
                            },
                            "end": {
                              "line": 52,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2199,
                            "end": 2210,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 12
                              },
                              "end": {
                                "line": 52,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2199,
                              "end": 2203,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 12
                                },
                                "end": {
                                  "line": 52,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2204,
                              "end": 2210,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 17
                                },
                                "end": {
                                  "line": 52,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2211,
                            "end": 2217,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 24
                              },
                              "end": {
                                "line": 52,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2218,
                          "end": 2226,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 31
                            },
                            "end": {
                              "line": 52,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2228,
                        "end": 2275,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 41
                          },
                          "end": {
                            "line": 52,
                            "column": 88
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2228,
                          "end": 2274,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 41
                            },
                            "end": {
                              "line": 52,
                              "column": 87
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2228,
                            "end": 2263,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 41
                              },
                              "end": {
                                "line": 52,
                                "column": 76
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2228,
                              "end": 2255,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 41
                                },
                                "end": {
                                  "line": 52,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2228,
                                "end": 2246,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2228,
                                  "end": 2239,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2228,
                                    "end": 2232,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2233,
                                    "end": 2239,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2240,
                                  "end": 2246,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2247,
                                "end": 2255,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2256,
                              "end": 2263,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 69
                                },
                                "end": {
                                  "line": 52,
                                  "column": 76
                                },
                                "identifierName": "clicked"
                              },
                              "name": "clicked"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2264,
                              "end": 2273,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 77
                                },
                                "end": {
                                  "line": 52,
                                  "column": 86
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2287,
                "end": 2429,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 4
                  },
                  "end": {
                    "line": 57,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 2288,
                  "end": 2321,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 5
                    },
                    "end": {
                      "line": 55,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2288,
                    "end": 2314,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 5
                      },
                      "end": {
                        "line": 55,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2288,
                      "end": 2302,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 5
                        },
                        "end": {
                          "line": 55,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2288,
                        "end": 2295,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 5
                          },
                          "end": {
                            "line": 55,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2296,
                        "end": 2302,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 13
                          },
                          "end": {
                            "line": 55,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2303,
                      "end": 2314,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 20
                        },
                        "end": {
                          "line": 55,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2315,
                    "end": 2321,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 32
                      },
                      "end": {
                        "line": 55,
                        "column": 38
                      },
                      "identifierName": "Missed"
                    },
                    "name": "Missed"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2323,
                    "end": 2332,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 40
                      },
                      "end": {
                        "line": 55,
                        "column": 49
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2334,
                  "end": 2429,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 51
                    },
                    "end": {
                      "line": 57,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2344,
                      "end": 2423,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 87
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2348,
                        "end": 2375,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 12
                          },
                          "end": {
                            "line": 56,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2348,
                          "end": 2366,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 12
                            },
                            "end": {
                              "line": 56,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2348,
                            "end": 2359,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 12
                              },
                              "end": {
                                "line": 56,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2348,
                              "end": 2352,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 12
                                },
                                "end": {
                                  "line": 56,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2353,
                              "end": 2359,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 17
                                },
                                "end": {
                                  "line": 56,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2360,
                            "end": 2366,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 24
                              },
                              "end": {
                                "line": 56,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2367,
                          "end": 2375,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 31
                            },
                            "end": {
                              "line": 56,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2377,
                        "end": 2423,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 41
                          },
                          "end": {
                            "line": 56,
                            "column": 87
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2377,
                          "end": 2422,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 41
                            },
                            "end": {
                              "line": 56,
                              "column": 86
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2377,
                            "end": 2411,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 41
                              },
                              "end": {
                                "line": 56,
                                "column": 75
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2377,
                              "end": 2404,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 41
                                },
                                "end": {
                                  "line": 56,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2377,
                                "end": 2395,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2377,
                                  "end": 2388,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2377,
                                    "end": 2381,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2382,
                                    "end": 2388,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2389,
                                  "end": 2395,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2396,
                                "end": 2404,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2405,
                              "end": 2411,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 69
                                },
                                "end": {
                                  "line": 56,
                                  "column": 75
                                },
                                "identifierName": "missed"
                              },
                              "name": "missed"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2412,
                              "end": 2421,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 76
                                },
                                "end": {
                                  "line": 56,
                                  "column": 85
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2435,
                "end": 2591,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 2436,
                  "end": 2469,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 5
                    },
                    "end": {
                      "line": 59,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2436,
                    "end": 2460,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 5
                      },
                      "end": {
                        "line": 59,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2436,
                      "end": 2450,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 5
                        },
                        "end": {
                          "line": 59,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2436,
                        "end": 2443,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 5
                          },
                          "end": {
                            "line": 59,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2444,
                        "end": 2450,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 13
                          },
                          "end": {
                            "line": 59,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2451,
                      "end": 2460,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 20
                        },
                        "end": {
                          "line": 59,
                          "column": 29
                        },
                        "identifierName": "Lifecycle"
                      },
                      "name": "Lifecycle"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2461,
                    "end": 2469,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 30
                      },
                      "end": {
                        "line": 59,
                        "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": 2473,
                  "end": 2591,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 42
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2483,
                      "end": 2556,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2489,
                          "end": 2555,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 14
                            },
                            "end": {
                              "line": 60,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2489,
                            "end": 2494,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 14
                              },
                              "end": {
                                "line": 60,
                                "column": 19
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2497,
                            "end": 2555,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 22
                              },
                              "end": {
                                "line": 60,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2497,
                              "end": 2527,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 22
                                },
                                "end": {
                                  "line": 60,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2497,
                                "end": 2506,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2497,
                                  "end": 2501,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2502,
                                  "end": 2506,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 31
                                    },
                                    "identifierName": "view"
                                  },
                                  "name": "view"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2507,
                                "end": 2527,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 52
                                  },
                                  "identifierName": "calculateScaleFactor"
                                },
                                "name": "calculateScaleFactor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 2528,
                                "end": 2551,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 76
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2528,
                                  "end": 2549,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 74
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2528,
                                    "end": 2532,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2533,
                                    "end": 2549,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 74
                                      },
                                      "identifierName": "getWorldPosition"
                                    },
                                    "name": "getWorldPosition"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 2553,
                                "end": 2554,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 79
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2565,
                      "end": 2585,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2565,
                        "end": 2584,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2565,
                          "end": 2577,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2565,
                            "end": 2569,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2570,
                            "end": 2577,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 13
                              },
                              "end": {
                                "line": 61,
                                "column": 20
                              },
                              "identifierName": "onScale"
                            },
                            "name": "onScale"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2578,
                            "end": 2583,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 21
                              },
                              "end": {
                                "line": 61,
                                "column": 26
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 2597,
                    "end": 2661,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 68
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2666,
                "end": 3155,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 4
                  },
                  "end": {
                    "line": 73,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2666,
                  "end": 2681,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 4
                    },
                    "end": {
                      "line": 65,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2682,
                    "end": 2687,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 20
                      },
                      "end": {
                        "line": 65,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2689,
                  "end": 3155,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 27
                    },
                    "end": {
                      "line": 73,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2699,
                      "end": 2718,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2703,
                          "end": 2717,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 12
                            },
                            "end": {
                              "line": 66,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2703,
                            "end": 2712,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 66,
                                "column": 21
                              },
                              "identifierName": "textParts"
                            },
                            "name": "textParts"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 2715,
                            "end": 2717,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 24
                              },
                              "end": {
                                "line": 66,
                                "column": 26
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2727,
                      "end": 2825,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 106
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2731,
                        "end": 2777,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 12
                          },
                          "end": {
                            "line": 67,
                            "column": 58
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 2732,
                          "end": 2777,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 13
                            },
                            "end": {
                              "line": 67,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2732,
                            "end": 2772,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 13
                              },
                              "end": {
                                "line": 67,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2732,
                              "end": 2761,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 13
                                },
                                "end": {
                                  "line": 67,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2732,
                                "end": 2755,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2732,
                                  "end": 2745,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2732,
                                    "end": 2737,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 18
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2738,
                                    "end": 2745,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 26
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2746,
                                  "end": 2755,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 36
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2756,
                                "end": 2761,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 42
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2762,
                              "end": 2772,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 43
                                },
                                "end": {
                                  "line": 67,
                                  "column": 53
                                },
                                "identifierName": "startsWith"
                              },
                              "name": "startsWith"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 2773,
                              "end": 2776,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 54
                                },
                                "end": {
                                  "line": 67,
                                  "column": 57
                                }
                              },
                              "extra": {
                                "rawValue": "_",
                                "raw": "'_'"
                              },
                              "value": "_"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2779,
                        "end": 2825,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 60
                          },
                          "end": {
                            "line": 67,
                            "column": 106
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2779,
                          "end": 2824,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 60
                            },
                            "end": {
                              "line": 67,
                              "column": 105
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2779,
                            "end": 2793,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 60
                              },
                              "end": {
                                "line": 67,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2779,
                              "end": 2788,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 60
                                },
                                "end": {
                                  "line": 67,
                                  "column": 69
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2789,
                              "end": 2793,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 70
                                },
                                "end": {
                                  "line": 67,
                                  "column": 74
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2794,
                              "end": 2823,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 75
                                },
                                "end": {
                                  "line": 67,
                                  "column": 104
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2794,
                                "end": 2817,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 98
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2794,
                                  "end": 2807,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 88
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2794,
                                    "end": 2799,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 80
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2800,
                                    "end": 2807,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 88
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2808,
                                  "end": 2817,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 98
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2818,
                                "end": 2823,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 99
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 104
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2834,
                      "end": 3007,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 70,
                          "column": 95
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2840,
                          "end": 3006,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 14
                            },
                            "end": {
                              "line": 70,
                              "column": 94
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2840,
                            "end": 2843,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 14
                              },
                              "end": {
                                "line": 68,
                                "column": 17
                              },
                              "identifierName": "num"
                            },
                            "name": "num"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 2846,
                            "end": 3006,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 20
                              },
                              "end": {
                                "line": 70,
                                "column": 94
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2846,
                              "end": 2878,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 20
                                },
                                "end": {
                                  "line": 68,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2846,
                                "end": 2864,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2846,
                                  "end": 2851,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 25
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2852,
                                  "end": 2864,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 38
                                    },
                                    "identifierName": "previewValue"
                                  },
                                  "name": "previewValue"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Identifier",
                                "start": 2869,
                                "end": 2878,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 52
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 2893,
                              "end": 2911,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 14
                                },
                                "end": {
                                  "line": 69,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2893,
                                "end": 2898,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 19
                                  },
                                  "identifierName": "state"
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2899,
                                "end": 2911,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 32
                                  },
                                  "identifierName": "previewValue"
                                },
                                "name": "previewValue"
                              },
                              "computed": false
                            },
                            "alternate": {
                              "type": "ConditionalExpression",
                              "start": 2926,
                              "end": 3006,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 14
                                },
                                "end": {
                                  "line": 70,
                                  "column": 94
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 2926,
                                "end": 2934,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2926,
                                  "end": 2931,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 19
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2932,
                                  "end": 2934,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 22
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "MemberExpression",
                                "start": 2937,
                                "end": 2994,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 82
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 2937,
                                  "end": 2988,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2937,
                                    "end": 2978,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2937,
                                      "end": 2955,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2937,
                                        "end": 2948,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2937,
                                          "end": 2941,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2942,
                                          "end": 2948,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 36
                                            },
                                            "identifierName": "parent"
                                          },
                                          "name": "parent"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2949,
                                        "end": 2955,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 43
                                          },
                                          "identifierName": "plugin"
                                        },
                                        "name": "plugin"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2956,
                                      "end": 2978,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 66
                                        },
                                        "identifierName": "getDimensionDescriptor"
                                      },
                                      "name": "getDimensionDescriptor"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 2979,
                                      "end": 2987,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2979,
                                        "end": 2984,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 72
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2985,
                                        "end": 2987,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 75
                                          },
                                          "identifierName": "id"
                                        },
                                        "name": "id"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2989,
                                  "end": 2994,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 82
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "alternate": {
                                "type": "Identifier",
                                "start": 2997,
                                "end": 3006,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 94
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3016,
                      "end": 3108,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 100
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3020,
                        "end": 3037,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 12
                          },
                          "end": {
                            "line": 71,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3020,
                          "end": 3023,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 12
                            },
                            "end": {
                              "line": 71,
                              "column": 15
                            },
                            "identifierName": "num"
                          },
                          "name": "num"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 3028,
                          "end": 3037,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 20
                            },
                            "end": {
                              "line": 71,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3039,
                        "end": 3108,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 31
                          },
                          "end": {
                            "line": 71,
                            "column": 100
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 3039,
                          "end": 3107,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 31
                            },
                            "end": {
                              "line": 71,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3039,
                            "end": 3053,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 31
                              },
                              "end": {
                                "line": 71,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3039,
                              "end": 3048,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 31
                                },
                                "end": {
                                  "line": 71,
                                  "column": 40
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3049,
                              "end": 3053,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 41
                                },
                                "end": {
                                  "line": 71,
                                  "column": 45
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ConditionalExpression",
                              "start": 3054,
                              "end": 3106,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 46
                                },
                                "end": {
                                  "line": 71,
                                  "column": 98
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 3054,
                                "end": 3075,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 67
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3054,
                                  "end": 3070,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 62
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3054,
                                    "end": 3060,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 52
                                      },
                                      "identifierName": "Number"
                                    },
                                    "name": "Number"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3061,
                                    "end": 3070,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 62
                                      },
                                      "identifierName": "isInteger"
                                    },
                                    "name": "isInteger"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3071,
                                    "end": 3074,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 66
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 3078,
                                "end": 3089,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 81
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3078,
                                  "end": 3084,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 76
                                    },
                                    "identifierName": "String"
                                  },
                                  "name": "String"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3085,
                                    "end": 3088,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 80
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 3092,
                                "end": 3106,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 98
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3092,
                                  "end": 3103,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 95
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3092,
                                    "end": 3095,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 87
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3096,
                                    "end": 3103,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 95
                                      },
                                      "identifierName": "toFixed"
                                    },
                                    "name": "toFixed"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 3104,
                                    "end": 3105,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 97
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3117,
                      "end": 3149,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 8
                        },
                        "end": {
                          "line": 72,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3117,
                        "end": 3148,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 8
                          },
                          "end": {
                            "line": 72,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3117,
                          "end": 3126,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 8
                            },
                            "end": {
                              "line": 72,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3117,
                            "end": 3121,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 8
                              },
                              "end": {
                                "line": 72,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3122,
                            "end": 3126,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 13
                              },
                              "end": {
                                "line": 72,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 3129,
                          "end": 3148,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 20
                            },
                            "end": {
                              "line": 72,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3129,
                            "end": 3143,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 20
                              },
                              "end": {
                                "line": 72,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3129,
                              "end": 3138,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 20
                                },
                                "end": {
                                  "line": 72,
                                  "column": 29
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3139,
                              "end": 3143,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 30
                                },
                                "end": {
                                  "line": 72,
                                  "column": 34
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 3144,
                              "end": 3147,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 35
                                },
                                "end": {
                                  "line": 72,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 2597,
                    "end": 2661,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 68
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
                    "start": 3161,
                    "end": 3253,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3258,
                "end": 3284,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 4
                  },
                  "end": {
                    "line": 76,
                    "column": 30
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3258,
                  "end": 3264,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 4
                    },
                    "end": {
                      "line": 76,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3265,
                    "end": 3270,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 11
                      },
                      "end": {
                        "line": 76,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 3272,
                    "end": 3280,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 18
                      },
                      "end": {
                        "line": 76,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3282,
                  "end": 3284,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 28
                    },
                    "end": {
                      "line": 76,
                      "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": 3161,
                    "end": 3253,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 96
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
                    "start": 3290,
                    "end": 3379,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 93
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3384,
                "end": 3400,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 20
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3384,
                  "end": 3390,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 4
                    },
                    "end": {
                      "line": 79,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3391,
                    "end": 3396,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 11
                      },
                      "end": {
                        "line": 79,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3398,
                  "end": 3400,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 18
                    },
                    "end": {
                      "line": 79,
                      "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": 3290,
                    "end": 3379,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 93
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 3406,
                    "end": 3475,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 4
                      },
                      "end": {
                        "line": 81,
                        "column": 73
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3480,
                "end": 3497,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 4
                  },
                  "end": {
                    "line": 82,
                    "column": 21
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3480,
                  "end": 3487,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 4
                    },
                    "end": {
                      "line": 82,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3488,
                    "end": 3493,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 12
                      },
                      "end": {
                        "line": 82,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3495,
                  "end": 3497,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 19
                    },
                    "end": {
                      "line": 82,
                      "column": 21
                    }
                  },
                  "body": [],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 3406,
                    "end": 3475,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 4
                      },
                      "end": {
                        "line": 81,
                        "column": 73
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 3501,
        "end": 4318,
        "loc": {
          "start": {
            "line": 85,
            "column": 0
          },
          "end": {
            "line": 112,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 3508,
          "end": 4318,
          "loc": {
            "start": {
              "line": 85,
              "column": 7
            },
            "end": {
              "line": 112,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 3514,
            "end": 3528,
            "loc": {
              "start": {
                "line": 85,
                "column": 13
              },
              "end": {
                "line": 85,
                "column": 27
              },
              "identifierName": "PositionHandle"
            },
            "name": "PositionHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 3537,
            "end": 3543,
            "loc": {
              "start": {
                "line": 85,
                "column": 36
              },
              "end": {
                "line": 85,
                "column": 42
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 3544,
            "end": 4318,
            "loc": {
              "start": {
                "line": 85,
                "column": 43
              },
              "end": {
                "line": 112,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 3550,
                "end": 3843,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3550,
                  "end": 3561,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 4
                    },
                    "end": {
                      "line": 86,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3562,
                    "end": 3568,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 16
                      },
                      "end": {
                        "line": 86,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3570,
                  "end": 3843,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 24
                    },
                    "end": {
                      "line": 93,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3580,
                      "end": 3625,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3586,
                          "end": 3624,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 14
                            },
                            "end": {
                              "line": 87,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3586,
                            "end": 3592,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 14
                              },
                              "end": {
                                "line": 87,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3595,
                            "end": 3624,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 23
                              },
                              "end": {
                                "line": 87,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3595,
                              "end": 3617,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 23
                                },
                                "end": {
                                  "line": 87,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3595,
                                "end": 3609,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3595,
                                  "end": 3601,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3602,
                                  "end": 3609,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3610,
                                "end": 3617,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3618,
                              "end": 3624,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 46
                                },
                                "end": {
                                  "line": 87,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3634,
                      "end": 3807,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3634,
                        "end": 3806,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 8
                          },
                          "end": {
                            "line": 91,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 3634,
                          "end": 3639,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 8
                            },
                            "end": {
                              "line": 88,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 3653,
                            "end": 3694,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 89,
                                "column": 53
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3657,
                              "end": 3683,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 16
                                },
                                "end": {
                                  "line": 89,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3657,
                                "end": 3662,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3663,
                                "end": 3683,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 3684,
                                "end": 3685,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3687,
                                "end": 3689,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 48
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3691,
                                "end": 3693,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 3708,
                            "end": 3795,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 12
                              },
                              "end": {
                                "line": 90,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3712,
                              "end": 3735,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 16
                                },
                                "end": {
                                  "line": 90,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3712,
                                "end": 3717,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3718,
                                "end": 3735,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 3736,
                                "end": 3794,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3738,
                                    "end": 3759,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3738,
                                      "end": 3743,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 3745,
                                      "end": 3759,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3745,
                                        "end": 3751,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3752,
                                        "end": 3759,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3761,
                                    "end": 3778,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3761,
                                      "end": 3772,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 3774,
                                      "end": 3778,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3780,
                                    "end": 3792,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3780,
                                      "end": 3787,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 3789,
                                      "end": 3792,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3816,
                      "end": 3837,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3816,
                        "end": 3836,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 8
                          },
                          "end": {
                            "line": 92,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3816,
                          "end": 3827,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3816,
                            "end": 3820,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 8
                              },
                              "end": {
                                "line": 92,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3821,
                            "end": 3827,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 13
                              },
                              "end": {
                                "line": 92,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3830,
                          "end": 3836,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 22
                            },
                            "end": {
                              "line": 92,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3849,
                "end": 3977,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 4
                  },
                  "end": {
                    "line": 98,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3849,
                  "end": 3864,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 4
                    },
                    "end": {
                      "line": 95,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3865,
                    "end": 3870,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 20
                      },
                      "end": {
                        "line": 95,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3872,
                  "end": 3977,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 27
                    },
                    "end": {
                      "line": 98,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3882,
                      "end": 3911,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3882,
                        "end": 3910,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3882,
                          "end": 3903,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 3882,
                            "end": 3887,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3888,
                            "end": 3903,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 14
                              },
                              "end": {
                                "line": 96,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3904,
                            "end": 3909,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 30
                              },
                              "end": {
                                "line": 96,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3920,
                      "end": 3971,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 8
                        },
                        "end": {
                          "line": 97,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3920,
                        "end": 3970,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 8
                          },
                          "end": {
                            "line": 97,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3920,
                          "end": 3943,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 8
                            },
                            "end": {
                              "line": 97,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3920,
                            "end": 3933,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 8
                              },
                              "end": {
                                "line": 97,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3920,
                              "end": 3924,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 8
                                },
                                "end": {
                                  "line": 97,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3925,
                              "end": 3933,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 13
                                },
                                "end": {
                                  "line": 97,
                                  "column": 21
                                },
                                "identifierName": "position"
                              },
                              "name": "position"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3934,
                            "end": 3943,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 22
                              },
                              "end": {
                                "line": 97,
                                "column": 31
                              },
                              "identifierName": "fromArray"
                            },
                            "name": "fromArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3944,
                            "end": 3969,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 32
                              },
                              "end": {
                                "line": 97,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3944,
                              "end": 3963,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 32
                                },
                                "end": {
                                  "line": 97,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3944,
                                "end": 3957,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3944,
                                  "end": 3949,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 37
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3950,
                                  "end": 3957,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 45
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3958,
                                "end": 3963,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 51
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3964,
                              "end": 3969,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 52
                                },
                                "end": {
                                  "line": 97,
                                  "column": 57
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3983,
                "end": 4067,
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 4
                  },
                  "end": {
                    "line": 102,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3983,
                  "end": 3989,
                  "loc": {
                    "start": {
                      "line": 100,
                      "column": 4
                    },
                    "end": {
                      "line": 100,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3990,
                    "end": 3995,
                    "loc": {
                      "start": {
                        "line": 100,
                        "column": 11
                      },
                      "end": {
                        "line": 100,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 3997,
                    "end": 4005,
                    "loc": {
                      "start": {
                        "line": 100,
                        "column": 18
                      },
                      "end": {
                        "line": 100,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4007,
                  "end": 4067,
                  "loc": {
                    "start": {
                      "line": 100,
                      "column": 28
                    },
                    "end": {
                      "line": 102,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4017,
                      "end": 4061,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 8
                        },
                        "end": {
                          "line": 101,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4017,
                        "end": 4060,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 8
                          },
                          "end": {
                            "line": 101,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4017,
                          "end": 4033,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 101,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4017,
                            "end": 4025,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 101,
                                "column": 16
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4026,
                            "end": 4033,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 17
                              },
                              "end": {
                                "line": 101,
                                "column": 24
                              },
                              "identifierName": "toArray"
                            },
                            "name": "toArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 4034,
                            "end": 4059,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 25
                              },
                              "end": {
                                "line": 101,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4034,
                              "end": 4053,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 25
                                },
                                "end": {
                                  "line": 101,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4034,
                                "end": 4047,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4034,
                                  "end": 4039,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 30
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4040,
                                  "end": 4047,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 38
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4048,
                                "end": 4053,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 44
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4054,
                              "end": 4059,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 45
                                },
                                "end": {
                                  "line": 101,
                                  "column": 50
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4073,
                "end": 4247,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 107,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4073,
                  "end": 4079,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 4
                    },
                    "end": {
                      "line": 104,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4080,
                    "end": 4085,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 11
                      },
                      "end": {
                        "line": 104,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4087,
                  "end": 4247,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 18
                    },
                    "end": {
                      "line": 107,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4097,
                      "end": 4155,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4103,
                          "end": 4154,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 14
                            },
                            "end": {
                              "line": 105,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4103,
                            "end": 4108,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 14
                              },
                              "end": {
                                "line": 105,
                                "column": 19
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 4111,
                            "end": 4154,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 22
                              },
                              "end": {
                                "line": 105,
                                "column": 65
                              }
                            },
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "start": 4115,
                                "end": 4151,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4115,
                                  "end": 4145,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4115,
                                    "end": 4140,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4115,
                                      "end": 4134,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4115,
                                        "end": 4128,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4115,
                                          "end": 4120,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 31
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4121,
                                          "end": 4128,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 39
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4129,
                                        "end": 4134,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 45
                                          },
                                          "identifierName": "dimPt"
                                        },
                                        "name": "dimPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4135,
                                      "end": 4140,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 51
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4141,
                                    "end": 4145,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 56
                                      },
                                      "identifierName": "join"
                                    },
                                    "name": "join"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 4146,
                                    "end": 4150,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 61
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ", ",
                                      "raw": "', '"
                                    },
                                    "value": ", "
                                  }
                                ]
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 4112,
                                "end": 4113,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 24
                                  }
                                },
                                "value": {
                                  "raw": "{",
                                  "cooked": "{"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 4152,
                                "end": 4153,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 64
                                  }
                                },
                                "value": {
                                  "raw": "}",
                                  "cooked": "}"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4164,
                      "end": 4241,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 85
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4164,
                        "end": 4240,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 8
                          },
                          "end": {
                            "line": 106,
                            "column": 84
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4164,
                          "end": 4232,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 8
                            },
                            "end": {
                              "line": 106,
                              "column": 76
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4164,
                            "end": 4221,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 8
                              },
                              "end": {
                                "line": 106,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4164,
                              "end": 4202,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 8
                                },
                                "end": {
                                  "line": 106,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4164,
                                "end": 4182,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4164,
                                  "end": 4175,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4164,
                                    "end": 4168,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4169,
                                    "end": 4175,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 19
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4176,
                                  "end": 4182,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 26
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4183,
                                "end": 4202,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 46
                                  },
                                  "identifierName": "getMemberDescriptor"
                                },
                                "name": "getMemberDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4203,
                                "end": 4211,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4203,
                                  "end": 4208,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 52
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4209,
                                  "end": 4211,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 55
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 4213,
                                "end": 4220,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": "dimPt",
                                  "raw": "'dimPt'"
                                },
                                "value": "dimPt"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4222,
                            "end": 4232,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 66
                              },
                              "end": {
                                "line": 106,
                                "column": 76
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4235,
                          "end": 4240,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 79
                            },
                            "end": {
                              "line": 106,
                              "column": 84
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4253,
                "end": 4316,
                "loc": {
                  "start": {
                    "line": 109,
                    "column": 4
                  },
                  "end": {
                    "line": 111,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4253,
                  "end": 4260,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 4
                    },
                    "end": {
                      "line": 109,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4261,
                    "end": 4266,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 12
                      },
                      "end": {
                        "line": 109,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4268,
                  "end": 4316,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 19
                    },
                    "end": {
                      "line": 111,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4278,
                      "end": 4310,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 8
                        },
                        "end": {
                          "line": 110,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4278,
                        "end": 4309,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 8
                          },
                          "end": {
                            "line": 110,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4278,
                          "end": 4298,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 8
                            },
                            "end": {
                              "line": 110,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4278,
                            "end": 4288,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 8
                              },
                              "end": {
                                "line": 110,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4278,
                              "end": 4282,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4283,
                              "end": 4288,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 13
                                },
                                "end": {
                                  "line": 110,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4289,
                            "end": 4298,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 19
                              },
                              "end": {
                                "line": 110,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 4299,
                            "end": 4308,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 29
                              },
                              "end": {
                                "line": 110,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 4299,
                              "end": 4300,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 29
                                },
                                "end": {
                                  "line": 110,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 4303,
                              "end": 4308,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 33
                                },
                                "end": {
                                  "line": 110,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4320,
        "end": 8828,
        "loc": {
          "start": {
            "line": 114,
            "column": 0
          },
          "end": {
            "line": 205,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 4327,
          "end": 8828,
          "loc": {
            "start": {
              "line": 114,
              "column": 7
            },
            "end": {
              "line": 205,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4333,
            "end": 4344,
            "loc": {
              "start": {
                "line": 114,
                "column": 13
              },
              "end": {
                "line": 114,
                "column": 24
              },
              "identifierName": "ValueHandle"
            },
            "name": "ValueHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 4353,
            "end": 4359,
            "loc": {
              "start": {
                "line": 114,
                "column": 33
              },
              "end": {
                "line": 114,
                "column": 39
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 4360,
            "end": 8828,
            "loc": {
              "start": {
                "line": 114,
                "column": 40
              },
              "end": {
                "line": 205,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 4366,
                "end": 4661,
                "loc": {
                  "start": {
                    "line": 115,
                    "column": 4
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4366,
                  "end": 4377,
                  "loc": {
                    "start": {
                      "line": 115,
                      "column": 4
                    },
                    "end": {
                      "line": 115,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4378,
                    "end": 4384,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 16
                      },
                      "end": {
                        "line": 115,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4386,
                  "end": 4661,
                  "loc": {
                    "start": {
                      "line": 115,
                      "column": 24
                    },
                    "end": {
                      "line": 122,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4396,
                      "end": 4441,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 8
                        },
                        "end": {
                          "line": 116,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4402,
                          "end": 4440,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 14
                            },
                            "end": {
                              "line": 116,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4402,
                            "end": 4408,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 14
                              },
                              "end": {
                                "line": 116,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4411,
                            "end": 4440,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 23
                              },
                              "end": {
                                "line": 116,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4411,
                              "end": 4433,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 23
                                },
                                "end": {
                                  "line": 116,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4411,
                                "end": 4425,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4411,
                                  "end": 4417,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4418,
                                  "end": 4425,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4426,
                                "end": 4433,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4434,
                              "end": 4440,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 46
                                },
                                "end": {
                                  "line": 116,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4450,
                      "end": 4625,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4450,
                        "end": 4624,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 4450,
                          "end": 4455,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 117,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 4469,
                            "end": 4512,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 12
                              },
                              "end": {
                                "line": 118,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4473,
                              "end": 4499,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 16
                                },
                                "end": {
                                  "line": 118,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4473,
                                "end": 4478,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4479,
                                "end": 4499,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 4500,
                                "end": 4503,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": 1.5,
                                  "raw": "1.5"
                                },
                                "value": 1.5
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4505,
                                "end": 4507,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 50
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4509,
                                "end": 4511,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 4526,
                            "end": 4613,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4530,
                              "end": 4553,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 16
                                },
                                "end": {
                                  "line": 119,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4530,
                                "end": 4535,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4536,
                                "end": 4553,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 4554,
                                "end": 4612,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4556,
                                    "end": 4577,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4556,
                                      "end": 4561,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 4563,
                                      "end": 4577,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4563,
                                        "end": 4569,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4570,
                                        "end": 4577,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4579,
                                    "end": 4596,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4579,
                                      "end": 4590,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 4592,
                                      "end": 4596,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4598,
                                    "end": 4610,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4598,
                                      "end": 4605,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 4607,
                                      "end": 4610,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4634,
                      "end": 4655,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4634,
                        "end": 4654,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4634,
                          "end": 4645,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 8
                            },
                            "end": {
                              "line": 121,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4634,
                            "end": 4638,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 8
                              },
                              "end": {
                                "line": 121,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4639,
                            "end": 4645,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 13
                              },
                              "end": {
                                "line": 121,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4648,
                          "end": 4654,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 22
                            },
                            "end": {
                              "line": 121,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4667,
                "end": 5971,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 4
                  },
                  "end": {
                    "line": 148,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4667,
                  "end": 4682,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 4
                    },
                    "end": {
                      "line": 124,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4683,
                    "end": 4688,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 20
                      },
                      "end": {
                        "line": 124,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4690,
                  "end": 5971,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 27
                    },
                    "end": {
                      "line": 148,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4700,
                      "end": 4729,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4700,
                        "end": 4728,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 8
                          },
                          "end": {
                            "line": 125,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4700,
                          "end": 4721,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 8
                            },
                            "end": {
                              "line": 125,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 4700,
                            "end": 4705,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 8
                              },
                              "end": {
                                "line": 125,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4706,
                            "end": 4721,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 14
                              },
                              "end": {
                                "line": 125,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4722,
                            "end": 4727,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 30
                              },
                              "end": {
                                "line": 125,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4738,
                      "end": 4944,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4744,
                          "end": 4943,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 14
                            },
                            "end": {
                              "line": 128,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 4744,
                            "end": 4777,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 14
                              },
                              "end": {
                                "line": 126,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 4745,
                                "end": 4750,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 4752,
                                "end": 4755,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 4757,
                                "end": 4760,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 4762,
                                "end": 4768,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 4770,
                                "end": 4776,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4780,
                            "end": 4943,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 50
                              },
                              "end": {
                                "line": 128,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4780,
                              "end": 4835,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 50
                                },
                                "end": {
                                  "line": 126,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 4780,
                                "end": 4831,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 4781,
                                    "end": 4790,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4792,
                                    "end": 4799,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4801,
                                    "end": 4808,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4810,
                                    "end": 4820,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4822,
                                    "end": 4830,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4832,
                                "end": 4835,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4836,
                                "end": 4932,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 91
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4836,
                                    "end": 4837,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4853,
                                  "end": 4932,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 91
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4853,
                                    "end": 4882,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 4853,
                                      "end": 4872,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4857,
                                        "end": 4870,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4857,
                                          "end": 4862,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4863,
                                          "end": 4870,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4873,
                                      "end": 4882,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 4883,
                                      "end": 4931,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 4884,
                                        "end": 4924,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4884,
                                          "end": 4900,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4884,
                                            "end": 4897,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4884,
                                              "end": 4889,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 48
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4890,
                                              "end": 4897,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 56
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4898,
                                            "end": 4899,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 58
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 4904,
                                          "end": 4924,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 83
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 4906,
                                              "end": 4922,
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 81
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 4906,
                                                "end": 4911,
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 70
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 4913,
                                                "end": 4922,
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 81
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4914,
                                                    "end": 4915,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 74
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4917,
                                                    "end": 4918,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 77
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4920,
                                                    "end": 4921,
                                                    "loc": {
                                                      "start": {
                                                        "line": 127,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 127,
                                                        "column": 80
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 4883
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4926,
                                        "end": 4931,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 90
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4953,
                      "end": 5024,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 79
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4959,
                          "end": 5023,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 14
                            },
                            "end": {
                              "line": 129,
                              "column": 78
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4959,
                            "end": 4966,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 14
                              },
                              "end": {
                                "line": 129,
                                "column": 21
                              },
                              "identifierName": "nearend"
                            },
                            "name": "nearend"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 4969,
                            "end": 5023,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 24
                              },
                              "end": {
                                "line": 129,
                                "column": 78
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 4969,
                              "end": 5009,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 24
                                },
                                "end": {
                                  "line": 129,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 4970,
                                "end": 5002,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 57
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4970,
                                  "end": 4996,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4970,
                                    "end": 4983,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4970,
                                      "end": 4975,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 30
                                        },
                                        "identifierName": "state"
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4976,
                                      "end": 4983,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 38
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4984,
                                    "end": 4996,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 51
                                      },
                                      "identifierName": "valHandlePos"
                                    },
                                    "name": "valHandlePos"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 5000,
                                  "end": 5002,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 57
                                    }
                                  },
                                  "properties": []
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 4969
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5004,
                                "end": 5009,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 64
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "Identifier",
                              "start": 5012,
                              "end": 5017,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 67
                                },
                                "end": {
                                  "line": 129,
                                  "column": 72
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 5020,
                              "end": 5023,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 75
                                },
                                "end": {
                                  "line": 129,
                                  "column": 78
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 5033,
                      "end": 5888,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 5041,
                        "end": 5052,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 16
                          },
                          "end": {
                            "line": 130,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5041,
                          "end": 5046,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 16
                            },
                            "end": {
                              "line": 130,
                              "column": 21
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5047,
                          "end": 5052,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 22
                            },
                            "end": {
                              "line": 130,
                              "column": 27
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 5068,
                          "end": 5095,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 12
                            },
                            "end": {
                              "line": 131,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5073,
                            "end": 5094,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 17
                              },
                              "end": {
                                "line": 131,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5108,
                          "end": 5268,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 12
                            },
                            "end": {
                              "line": 134,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5159,
                              "end": 5245,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 16
                                },
                                "end": {
                                  "line": 133,
                                  "column": 102
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5159,
                                "end": 5244,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 101
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5159,
                                  "end": 5236,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 93
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5159,
                                    "end": 5232,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5159,
                                      "end": 5208,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 65
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5159,
                                        "end": 5198,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5159,
                                          "end": 5190,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5159,
                                            "end": 5186,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5159,
                                              "end": 5177,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5159,
                                                "end": 5172,
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5159,
                                                  "end": 5163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 133,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 133,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5164,
                                                  "end": 5172,
                                                  "loc": {
                                                    "start": {
                                                      "line": 133,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 133,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5173,
                                                "end": 5177,
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5178,
                                                "end": 5185,
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 42
                                                  },
                                                  "identifierName": "nearend"
                                                },
                                                "name": "nearend"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5187,
                                            "end": 5190,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 47
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5191,
                                            "end": 5197,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 54
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5199,
                                        "end": 5208,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 65
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5209,
                                        "end": 5231,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 88
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5209,
                                          "end": 5226,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 83
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5209,
                                            "end": 5215,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 72
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5216,
                                            "end": 5226,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 83
                                              },
                                              "identifierName": "distanceTo"
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5227,
                                            "end": 5230,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 87
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5233,
                                    "end": 5236,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 93
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5237,
                                    "end": 5243,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 100
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5262,
                              "end": 5268,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 16
                                },
                                "end": {
                                  "line": 134,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5113,
                            "end": 5141,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 17
                              },
                              "end": {
                                "line": 132,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5281,
                          "end": 5307,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 12
                            },
                            "end": {
                              "line": 135,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5286,
                            "end": 5306,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 17
                              },
                              "end": {
                                "line": 135,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5320,
                          "end": 5578,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 12
                            },
                            "end": {
                              "line": 139,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 5370,
                              "end": 5473,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 16
                                },
                                "end": {
                                  "line": 137,
                                  "column": 119
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5374,
                                  "end": 5472,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 118
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5374,
                                    "end": 5375,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 5378,
                                    "end": 5472,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 118
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5382,
                                      "end": 5395,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5382,
                                        "end": 5387,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5388,
                                        "end": 5395,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5396,
                                        "end": 5431,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 77
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5396,
                                          "end": 5404,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5396,
                                            "end": 5400,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 46
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5401,
                                            "end": 5404,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 50
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5405,
                                            "end": 5430,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5405,
                                              "end": 5424,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5405,
                                                "end": 5418,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5405,
                                                  "end": 5410,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 56
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5411,
                                                  "end": 5418,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 64
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5419,
                                                "end": 5424,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 70
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5425,
                                              "end": 5430,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 76
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 5433,
                                        "end": 5468,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 114
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5433,
                                          "end": 5441,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 87
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5433,
                                            "end": 5437,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 83
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5438,
                                            "end": 5441,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 87
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5442,
                                            "end": 5467,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 113
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5442,
                                              "end": 5461,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 107
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5442,
                                                "end": 5455,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 101
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5442,
                                                  "end": 5447,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 93
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5448,
                                                  "end": 5455,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 94
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 101
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5456,
                                                "end": 5461,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 107
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5462,
                                              "end": 5467,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 113
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 5470,
                                        "end": 5471,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 116
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 117
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 5490,
                              "end": 5555,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 16
                                },
                                "end": {
                                  "line": 138,
                                  "column": 81
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5490,
                                "end": 5554,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 80
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5490,
                                  "end": 5549,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5490,
                                    "end": 5545,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5490,
                                      "end": 5542,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5490,
                                        "end": 5526,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5490,
                                          "end": 5521,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5490,
                                            "end": 5517,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5490,
                                              "end": 5508,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5490,
                                                "end": 5503,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5490,
                                                  "end": 5494,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5495,
                                                  "end": 5503,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5504,
                                                "end": 5508,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5509,
                                                "end": 5516,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 42
                                                  },
                                                  "identifierName": "nearend"
                                                },
                                                "name": "nearend"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5518,
                                            "end": 5521,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 47
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5522,
                                            "end": 5525,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 51
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5527,
                                        "end": 5542,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 68
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5543,
                                        "end": 5544,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 70
                                          },
                                          "identifierName": "d"
                                        },
                                        "name": "d"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5546,
                                    "end": 5549,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 75
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5550,
                                    "end": 5553,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 79
                                      },
                                      "identifierName": "dim"
                                    },
                                    "name": "dim"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5572,
                              "end": 5578,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 16
                                },
                                "end": {
                                  "line": 139,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5325,
                            "end": 5352,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 17
                              },
                              "end": {
                                "line": 136,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5591,
                          "end": 5617,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 12
                            },
                            "end": {
                              "line": 140,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5596,
                            "end": 5616,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 17
                              },
                              "end": {
                                "line": 140,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5630,
                          "end": 5663,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 12
                            },
                            "end": {
                              "line": 141,
                              "column": 45
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5635,
                            "end": 5662,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 17
                              },
                              "end": {
                                "line": 141,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5676,
                          "end": 5704,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 12
                            },
                            "end": {
                              "line": 142,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5681,
                            "end": 5703,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 17
                              },
                              "end": {
                                "line": 142,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5717,
                          "end": 5878,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 12
                            },
                            "end": {
                              "line": 145,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5769,
                              "end": 5855,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 16
                                },
                                "end": {
                                  "line": 144,
                                  "column": 102
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5769,
                                "end": 5854,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 101
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5769,
                                  "end": 5846,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 93
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5769,
                                    "end": 5842,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5769,
                                      "end": 5814,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5769,
                                        "end": 5804,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5769,
                                          "end": 5796,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5769,
                                            "end": 5792,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5769,
                                              "end": 5787,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5769,
                                                "end": 5782,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5769,
                                                  "end": 5773,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5774,
                                                  "end": 5782,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5783,
                                                "end": 5787,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5788,
                                                "end": 5791,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 38
                                                  },
                                                  "identifierName": "dim"
                                                },
                                                "name": "dim"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5793,
                                            "end": 5796,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 43
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5797,
                                            "end": 5803,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 50
                                              },
                                              "identifierName": "center"
                                            },
                                            "name": "center"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5805,
                                        "end": 5814,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 61
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5815,
                                        "end": 5841,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 88
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5815,
                                          "end": 5835,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5815,
                                            "end": 5828,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 75
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5815,
                                              "end": 5820,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 67
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5821,
                                              "end": 5828,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 75
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5829,
                                            "end": 5835,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 82
                                              },
                                              "identifierName": "radius"
                                            },
                                            "name": "radius"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5836,
                                          "end": 5841,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 88
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5843,
                                    "end": 5846,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 93
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5847,
                                    "end": 5853,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 100
                                      },
                                      "identifierName": "center"
                                    },
                                    "name": "center"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5872,
                              "end": 5878,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 16
                                },
                                "end": {
                                  "line": 145,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5722,
                            "end": 5751,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 17
                              },
                              "end": {
                                "line": 143,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5897,
                      "end": 5965,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 76
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5897,
                        "end": 5964,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 8
                          },
                          "end": {
                            "line": 147,
                            "column": 75
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5897,
                          "end": 5909,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5897,
                            "end": 5901,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 8
                              },
                              "end": {
                                "line": 147,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5902,
                            "end": 5909,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 13
                              },
                              "end": {
                                "line": 147,
                                "column": 20
                              },
                              "identifierName": "visible"
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 5912,
                          "end": 5964,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 23
                            },
                            "end": {
                              "line": 147,
                              "column": 75
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5912,
                            "end": 5958,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 23
                              },
                              "end": {
                                "line": 147,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "LogicalExpression",
                              "start": 5913,
                              "end": 5951,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 24
                                },
                                "end": {
                                  "line": 147,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 5913,
                                "end": 5935,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5913,
                                  "end": 5926,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5913,
                                    "end": 5918,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 29
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5919,
                                    "end": 5926,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 37
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5927,
                                  "end": 5935,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 46
                                    },
                                    "identifierName": "isDriven"
                                  },
                                  "name": "isDriven"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "ObjectExpression",
                                "start": 5939,
                                "end": 5951,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 62
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5941,
                                    "end": 5949,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 60
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5941,
                                      "end": 5946,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 57
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 5948,
                                      "end": 5949,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 60
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 5912
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5953,
                              "end": 5958,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 64
                                },
                                "end": {
                                  "line": 147,
                                  "column": 69
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 5963,
                            "end": 5964,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 74
                              },
                              "end": {
                                "line": 147,
                                "column": 75
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 5977,
                "end": 8626,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 4
                  },
                  "end": {
                    "line": 196,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5977,
                  "end": 5983,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 4
                    },
                    "end": {
                      "line": 150,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5984,
                    "end": 5989,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 11
                      },
                      "end": {
                        "line": 150,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 5991,
                    "end": 5999,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 18
                      },
                      "end": {
                        "line": 150,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6001,
                  "end": 8626,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 28
                    },
                    "end": {
                      "line": 196,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6011,
                      "end": 6217,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6017,
                          "end": 6216,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 14
                            },
                            "end": {
                              "line": 153,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 6017,
                            "end": 6050,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 14
                              },
                              "end": {
                                "line": 151,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 6018,
                                "end": 6023,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 6025,
                                "end": 6028,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 6030,
                                "end": 6033,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 6035,
                                "end": 6041,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 6043,
                                "end": 6049,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6053,
                            "end": 6216,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 50
                              },
                              "end": {
                                "line": 153,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6053,
                              "end": 6108,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 50
                                },
                                "end": {
                                  "line": 151,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 6053,
                                "end": 6104,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 6054,
                                    "end": 6063,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6065,
                                    "end": 6072,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6074,
                                    "end": 6081,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6083,
                                    "end": 6093,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6095,
                                    "end": 6103,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6105,
                                "end": 6108,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 6109,
                                "end": 6205,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 91
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 6109,
                                    "end": 6110,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 6126,
                                  "end": 6205,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 91
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6126,
                                    "end": 6155,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 6126,
                                      "end": 6145,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6130,
                                        "end": 6143,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6130,
                                          "end": 6135,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6136,
                                          "end": 6143,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6146,
                                      "end": 6155,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 6156,
                                      "end": 6204,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 6157,
                                        "end": 6197,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6157,
                                          "end": 6173,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6157,
                                            "end": 6170,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6157,
                                              "end": 6162,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 48
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6163,
                                              "end": 6170,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 56
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6171,
                                            "end": 6172,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 58
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 6177,
                                          "end": 6197,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 83
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 6179,
                                              "end": 6195,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 81
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 6179,
                                                "end": 6184,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 70
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 6186,
                                                "end": 6195,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 81
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6187,
                                                    "end": 6188,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 74
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6190,
                                                    "end": 6191,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 77
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6193,
                                                    "end": 6194,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 80
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 6156
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6199,
                                        "end": 6204,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 90
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6226,
                      "end": 6323,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 8
                        },
                        "end": {
                          "line": 154,
                          "column": 105
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6232,
                          "end": 6322,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 14
                            },
                            "end": {
                              "line": 154,
                              "column": 104
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 6232,
                            "end": 6249,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 14
                              },
                              "end": {
                                "line": 154,
                                "column": 31
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 6233,
                                "end": 6240,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 22
                                  },
                                  "identifierName": "nearend"
                                },
                                "name": "nearend"
                              },
                              {
                                "type": "Identifier",
                                "start": 6242,
                                "end": 6248,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 30
                                  },
                                  "identifierName": "farend"
                                },
                                "name": "farend"
                              }
                            ]
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 6252,
                            "end": 6322,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 34
                              },
                              "end": {
                                "line": 154,
                                "column": 104
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 6252,
                              "end": 6292,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 34
                                },
                                "end": {
                                  "line": 154,
                                  "column": 74
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 6253,
                                "end": 6285,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 67
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6253,
                                  "end": 6279,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6253,
                                    "end": 6266,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6253,
                                      "end": 6258,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 40
                                        },
                                        "identifierName": "state"
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6259,
                                      "end": 6266,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 48
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6267,
                                    "end": 6279,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 61
                                      },
                                      "identifierName": "valHandlePos"
                                    },
                                    "name": "valHandlePos"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 6283,
                                  "end": 6285,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 67
                                    }
                                  },
                                  "properties": []
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 6252
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6287,
                                "end": 6292,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 74
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ArrayExpression",
                              "start": 6295,
                              "end": 6307,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 77
                                },
                                "end": {
                                  "line": 154,
                                  "column": 89
                                }
                              },
                              "elements": [
                                {
                                  "type": "Identifier",
                                  "start": 6296,
                                  "end": 6301,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 83
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6303,
                                  "end": 6306,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 88
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                }
                              ]
                            },
                            "alternate": {
                              "type": "ArrayExpression",
                              "start": 6310,
                              "end": 6322,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 92
                                },
                                "end": {
                                  "line": 154,
                                  "column": 104
                                }
                              },
                              "elements": [
                                {
                                  "type": "Identifier",
                                  "start": 6311,
                                  "end": 6314,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 96
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6316,
                                  "end": 6321,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 98
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 103
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 6332,
                      "end": 8620,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 8
                        },
                        "end": {
                          "line": 195,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 6340,
                        "end": 6351,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 16
                          },
                          "end": {
                            "line": 155,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6340,
                          "end": 6345,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 16
                            },
                            "end": {
                              "line": 155,
                              "column": 21
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6346,
                          "end": 6351,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 22
                            },
                            "end": {
                              "line": 155,
                              "column": 27
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 6367,
                          "end": 6394,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 12
                            },
                            "end": {
                              "line": 156,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6372,
                            "end": 6393,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 17
                              },
                              "end": {
                                "line": 156,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 6407,
                          "end": 7494,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 12
                            },
                            "end": {
                              "line": 174,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 6458,
                              "end": 6534,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 16
                                },
                                "end": {
                                  "line": 158,
                                  "column": 92
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6464,
                                  "end": 6533,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 91
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6464,
                                    "end": 6471,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 29
                                      },
                                      "identifierName": "toPolar"
                                    },
                                    "name": "toPolar"
                                  },
                                  "init": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 6474,
                                    "end": 6533,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 91
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 6474,
                                        "end": 6475,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 33
                                          },
                                          "identifierName": "v"
                                        },
                                        "name": "v"
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 6479,
                                      "end": 6533,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 91
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6479,
                                        "end": 6496,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 6479,
                                          "end": 6492,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6479,
                                            "end": 6484,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6479,
                                              "end": 6480,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 38
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6481,
                                              "end": 6484,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 42
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 6485,
                                              "end": 6491,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 49
                                                },
                                                "identifierName": "corner"
                                              },
                                              "name": "corner"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6493,
                                          "end": 6496,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 54
                                            },
                                            "identifierName": "set"
                                          },
                                          "name": "set"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 6497,
                                          "end": 6517,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 75
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6497,
                                            "end": 6507,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 65
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6497,
                                              "end": 6501,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 59
                                                },
                                                "identifierName": "Math"
                                              },
                                              "name": "Math"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6502,
                                              "end": 6507,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 65
                                                },
                                                "identifierName": "atan2"
                                              },
                                              "name": "atan2"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 6508,
                                              "end": 6511,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6508,
                                                "end": 6509,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 67
                                                  },
                                                  "identifierName": "v"
                                                },
                                                "name": "v"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6510,
                                                "end": 6511,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 69
                                                  },
                                                  "identifierName": "y"
                                                },
                                                "name": "y"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 6513,
                                              "end": 6516,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6513,
                                                "end": 6514,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 72
                                                  },
                                                  "identifierName": "v"
                                                },
                                                "name": "v"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6515,
                                                "end": 6516,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 74
                                                  },
                                                  "identifierName": "x"
                                                },
                                                "name": "x"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 6519,
                                          "end": 6529,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 87
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6519,
                                            "end": 6527,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6519,
                                              "end": 6520,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 78
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6521,
                                              "end": 6527,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 85
                                                },
                                                "identifierName": "length"
                                              },
                                              "name": "length"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "NumericLiteral",
                                          "start": 6531,
                                          "end": 6532,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 90
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6551,
                              "end": 6637,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 16
                                },
                                "end": {
                                  "line": 159,
                                  "column": 102
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6557,
                                  "end": 6636,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 101
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6557,
                                    "end": 6566,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 31
                                      },
                                      "identifierName": "fromPolar"
                                    },
                                    "name": "fromPolar"
                                  },
                                  "init": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 6569,
                                    "end": 6636,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 101
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 6569,
                                        "end": 6570,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 35
                                          },
                                          "identifierName": "v"
                                        },
                                        "name": "v"
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 6574,
                                      "end": 6636,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 101
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6574,
                                        "end": 6628,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 93
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 6574,
                                          "end": 6624,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 89
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6574,
                                            "end": 6579,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6574,
                                              "end": 6575,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 40
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6576,
                                              "end": 6579,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 44
                                                },
                                                "identifierName": "set"
                                              },
                                              "name": "set"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 6580,
                                              "end": 6599,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 64
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6580,
                                                "end": 6583,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6580,
                                                  "end": 6581,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 46
                                                    },
                                                    "identifierName": "v"
                                                  },
                                                  "name": "v"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6582,
                                                  "end": 6583,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 48
                                                    },
                                                    "identifierName": "y"
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6586,
                                                "end": 6599,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6586,
                                                  "end": 6594,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6586,
                                                    "end": 6590,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 55
                                                      },
                                                      "identifierName": "Math"
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6591,
                                                    "end": 6594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 59
                                                      },
                                                      "identifierName": "cos"
                                                    },
                                                    "name": "cos"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 6595,
                                                    "end": 6598,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 63
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6595,
                                                      "end": 6596,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 61
                                                        },
                                                        "identifierName": "v"
                                                      },
                                                      "name": "v"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6597,
                                                      "end": 6598,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 63
                                                        },
                                                        "identifierName": "x"
                                                      },
                                                      "name": "x"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 6601,
                                              "end": 6620,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 85
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6601,
                                                "end": 6604,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6601,
                                                  "end": 6602,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 67
                                                    },
                                                    "identifierName": "v"
                                                  },
                                                  "name": "v"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6603,
                                                  "end": 6604,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 69
                                                    },
                                                    "identifierName": "y"
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6607,
                                                "end": 6620,
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 85
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6607,
                                                  "end": 6615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 80
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6607,
                                                    "end": 6611,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 76
                                                      },
                                                      "identifierName": "Math"
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6612,
                                                    "end": 6615,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 80
                                                      },
                                                      "identifierName": "sin"
                                                    },
                                                    "name": "sin"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 6616,
                                                    "end": 6619,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 84
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6616,
                                                      "end": 6617,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 81
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 82
                                                        },
                                                        "identifierName": "v"
                                                      },
                                                      "name": "v"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6618,
                                                      "end": 6619,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 84
                                                        },
                                                        "identifierName": "x"
                                                      },
                                                      "name": "x"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 6622,
                                              "end": 6623,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 88
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6625,
                                          "end": 6628,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 90
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 93
                                            },
                                            "identifierName": "add"
                                          },
                                          "name": "add"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 6629,
                                          "end": 6635,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 100
                                            },
                                            "identifierName": "corner"
                                          },
                                          "name": "corner"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6654,
                              "end": 6671,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 16
                                },
                                "end": {
                                  "line": 160,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6654,
                                "end": 6670,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6654,
                                  "end": 6661,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 23
                                    },
                                    "identifierName": "toPolar"
                                  },
                                  "name": "toPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6662,
                                    "end": 6669,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 31
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6688,
                              "end": 6704,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 16
                                },
                                "end": {
                                  "line": 161,
                                  "column": 32
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6688,
                                "end": 6703,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 31
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6688,
                                  "end": 6695,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 23
                                    },
                                    "identifierName": "toPolar"
                                  },
                                  "name": "toPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6696,
                                    "end": 6702,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 30
                                      },
                                      "identifierName": "farend"
                                    },
                                    "name": "farend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6721,
                              "end": 6769,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 16
                                },
                                "end": {
                                  "line": 162,
                                  "column": 64
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6727,
                                  "end": 6768,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 63
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6727,
                                    "end": 6734,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 29
                                      },
                                      "identifierName": "diffAng"
                                    },
                                    "name": "diffAng"
                                  },
                                  "init": {
                                    "type": "BinaryExpression",
                                    "start": 6737,
                                    "end": 6768,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 63
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6737,
                                      "end": 6756,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 6737,
                                        "end": 6754,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 6737,
                                          "end": 6744,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 39
                                            },
                                            "identifierName": "toPolar"
                                          },
                                          "name": "toPolar"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6745,
                                            "end": 6753,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 48
                                              },
                                              "identifierName": "position"
                                            },
                                            "name": "position"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6755,
                                        "end": 6756,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 51
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6759,
                                      "end": 6768,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6759,
                                        "end": 6766,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 61
                                          },
                                          "identifierName": "nearend"
                                        },
                                        "name": "nearend"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6767,
                                        "end": 6768,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 63
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6786,
                              "end": 6807,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 16
                                },
                                "end": {
                                  "line": 163,
                                  "column": 37
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6786,
                                "end": 6806,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 36
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6786,
                                  "end": 6795,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6786,
                                    "end": 6793,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 23
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6794,
                                    "end": 6795,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 25
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 6799,
                                  "end": 6806,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 36
                                    },
                                    "identifierName": "diffAng"
                                  },
                                  "name": "diffAng"
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 6824,
                              "end": 6888,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 16
                                },
                                "end": {
                                  "line": 164,
                                  "column": 80
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 6828,
                                "end": 6866,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6828,
                                  "end": 6860,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6828,
                                    "end": 6841,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6828,
                                      "end": 6833,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 25
                                        },
                                        "identifierName": "state"
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6834,
                                      "end": 6841,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 33
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6842,
                                    "end": 6860,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 52
                                      },
                                      "identifierName": "valHandleBehaviour"
                                    },
                                    "name": "valHandleBehaviour"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6861,
                                  "end": 6866,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 58
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 6868,
                                "end": 6888,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 80
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6868,
                                  "end": 6887,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 79
                                    }
                                  },
                                  "operator": "-=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6868,
                                    "end": 6876,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6868,
                                      "end": 6874,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 66
                                        },
                                        "identifierName": "farend"
                                      },
                                      "name": "farend"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6875,
                                      "end": 6876,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 68
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 6880,
                                    "end": 6887,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 79
                                      },
                                      "identifierName": "diffAng"
                                    },
                                    "name": "diffAng"
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6905,
                              "end": 6956,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 16
                                },
                                "end": {
                                  "line": 165,
                                  "column": 67
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6909,
                                  "end": 6955,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 66
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6909,
                                    "end": 6914,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 25
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "init": {
                                    "type": "BinaryExpression",
                                    "start": 6917,
                                    "end": 6955,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 6918,
                                      "end": 6938,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 6918,
                                        "end": 6927,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6918,
                                          "end": 6925,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 36
                                            },
                                            "identifierName": "nearend"
                                          },
                                          "name": "nearend"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6926,
                                          "end": 6927,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 38
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": false
                                      },
                                      "operator": "-",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 6930,
                                        "end": 6938,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6930,
                                          "end": 6936,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 47
                                            },
                                            "identifierName": "farend"
                                          },
                                          "name": "farend"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6937,
                                          "end": 6938,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 49
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 6917
                                      }
                                    },
                                    "operator": "%",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 6943,
                                      "end": 6954,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 65
                                        }
                                      },
                                      "left": {
                                        "type": "NumericLiteral",
                                        "start": 6943,
                                        "end": 6944,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 55
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 2,
                                          "raw": "2"
                                        },
                                        "value": 2
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 6947,
                                        "end": 6954,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 65
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6947,
                                          "end": 6951,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 62
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6952,
                                          "end": 6954,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 65
                                            },
                                            "identifierName": "PI"
                                          },
                                          "name": "PI"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 6942
                                      }
                                    }
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6973,
                              "end": 6992,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 16
                                },
                                "end": {
                                  "line": 166,
                                  "column": 35
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6973,
                                "end": 6991,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6973,
                                  "end": 6982,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 25
                                    },
                                    "identifierName": "fromPolar"
                                  },
                                  "name": "fromPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6983,
                                    "end": 6990,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 33
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7009,
                              "end": 7027,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 16
                                },
                                "end": {
                                  "line": 167,
                                  "column": 34
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7009,
                                "end": 7026,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 7009,
                                  "end": 7018,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 25
                                    },
                                    "identifierName": "fromPolar"
                                  },
                                  "name": "fromPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7019,
                                    "end": 7025,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 32
                                      },
                                      "identifierName": "farend"
                                    },
                                    "name": "farend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7044,
                              "end": 7087,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 16
                                },
                                "end": {
                                  "line": 168,
                                  "column": 59
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7044,
                                "end": 7086,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7044,
                                  "end": 7057,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7044,
                                    "end": 7049,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 21
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7050,
                                    "end": 7057,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 29
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7058,
                                    "end": 7085,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7058,
                                      "end": 7079,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7058,
                                        "end": 7071,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7058,
                                          "end": 7063,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 35
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7064,
                                          "end": 7071,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 43
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7072,
                                        "end": 7079,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 51
                                          },
                                          "identifierName": "startPt"
                                        },
                                        "name": "startPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7080,
                                      "end": 7085,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 57
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7104,
                              "end": 7143,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 16
                                },
                                "end": {
                                  "line": 169,
                                  "column": 55
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7104,
                                "end": 7142,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 54
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7104,
                                  "end": 7115,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7104,
                                    "end": 7107,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 19
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7108,
                                    "end": 7115,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 27
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7116,
                                    "end": 7141,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7116,
                                      "end": 7135,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7116,
                                        "end": 7129,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7116,
                                          "end": 7121,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 33
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7122,
                                          "end": 7129,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 41
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7130,
                                        "end": 7135,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 47
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7136,
                                      "end": 7141,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 53
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 7160,
                              "end": 7258,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 16
                                },
                                "end": {
                                  "line": 170,
                                  "column": 114
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 7164,
                                "end": 7241,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 97
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 7164,
                                  "end": 7197,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 53
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 7165,
                                    "end": 7197,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 53
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 7165,
                                      "end": 7172,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 28
                                        },
                                        "identifierName": "Boolean"
                                      },
                                      "name": "Boolean"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 7173,
                                        "end": 7196,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7173,
                                          "end": 7190,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 7173,
                                            "end": 7186,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7173,
                                              "end": 7178,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 34
                                                },
                                                "identifierName": "state"
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7179,
                                              "end": 7186,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 42
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7187,
                                            "end": 7190,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 46
                                              },
                                              "identifierName": "ccw"
                                            },
                                            "name": "ccw"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7191,
                                          "end": 7196,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 52
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "^",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 7200,
                                  "end": 7241,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 97
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 7200,
                                    "end": 7207,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 63
                                      },
                                      "identifierName": "Boolean"
                                    },
                                    "name": "Boolean"
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 7208,
                                      "end": 7240,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 96
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7208,
                                        "end": 7234,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7208,
                                          "end": 7221,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 77
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7208,
                                            "end": 7213,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 69
                                              },
                                              "identifierName": "state"
                                            },
                                            "name": "state"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7214,
                                            "end": 7221,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 77
                                              },
                                              "identifierName": "members"
                                            },
                                            "name": "members"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7222,
                                          "end": 7234,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 78
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 90
                                            },
                                            "identifierName": "valHandlePos"
                                          },
                                          "name": "valHandlePos"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7235,
                                        "end": 7240,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 96
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7243,
                                "end": 7258,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 99
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 114
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7243,
                                  "end": 7257,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 99
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 113
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7243,
                                    "end": 7248,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 104
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 7251,
                                    "end": 7257,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 107
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 113
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 7252,
                                      "end": 7257,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 108
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 113
                                        },
                                        "identifierName": "angle"
                                      },
                                      "name": "angle"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 7275,
                              "end": 7311,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 16
                                },
                                "end": {
                                  "line": 171,
                                  "column": 52
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 7279,
                                "end": 7288,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 29
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 7279,
                                  "end": 7284,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 25
                                    },
                                    "identifierName": "angle"
                                  },
                                  "name": "angle"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 7287,
                                  "end": 7288,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7290,
                                "end": 7311,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 52
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7290,
                                  "end": 7310,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 51
                                    }
                                  },
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7290,
                                    "end": 7295,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 36
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 7299,
                                    "end": 7310,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 51
                                      }
                                    },
                                    "left": {
                                      "type": "NumericLiteral",
                                      "start": 7299,
                                      "end": 7300,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 7303,
                                      "end": 7310,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7303,
                                        "end": 7307,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 48
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7308,
                                        "end": 7310,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 51
                                          },
                                          "identifierName": "PI"
                                        },
                                        "name": "PI"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 7328,
                              "end": 7427,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 16
                                },
                                "end": {
                                  "line": 172,
                                  "column": 115
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 7332,
                                "end": 7390,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 78
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 7332,
                                  "end": 7383,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 71
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7332,
                                    "end": 7373,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7332,
                                      "end": 7350,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7332,
                                        "end": 7343,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7332,
                                          "end": 7336,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7337,
                                          "end": 7343,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 31
                                            },
                                            "identifierName": "parent"
                                          },
                                          "name": "parent"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7344,
                                        "end": 7350,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 38
                                          },
                                          "identifierName": "plugin"
                                        },
                                        "name": "plugin"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7351,
                                      "end": 7373,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 61
                                        },
                                        "identifierName": "getDimensionDescriptor"
                                      },
                                      "name": "getDimensionDescriptor"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 7374,
                                      "end": 7382,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 70
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7374,
                                        "end": 7379,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 67
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7380,
                                        "end": 7382,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 70
                                          },
                                          "identifierName": "id"
                                        },
                                        "name": "id"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7384,
                                  "end": 7390,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 78
                                    },
                                    "identifierName": "hasA_R"
                                  },
                                  "name": "hasA_R"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7392,
                                "end": 7427,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 80
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 115
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7392,
                                  "end": 7426,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 114
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7392,
                                    "end": 7397,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 85
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7400,
                                    "end": 7426,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 114
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7400,
                                      "end": 7419,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 107
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7400,
                                        "end": 7410,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 98
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7400,
                                          "end": 7405,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 93
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7406,
                                          "end": 7410,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 98
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7411,
                                        "end": 7419,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 107
                                          },
                                          "identifierName": "radToDeg"
                                        },
                                        "name": "radToDeg"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7420,
                                        "end": 7425,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 113
                                          },
                                          "identifierName": "angle"
                                        },
                                        "name": "angle"
                                      }
                                    ]
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7444,
                              "end": 7471,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 16
                                },
                                "end": {
                                  "line": 173,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7444,
                                "end": 7470,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 42
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7444,
                                  "end": 7462,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7444,
                                    "end": 7449,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7450,
                                    "end": 7462,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 7465,
                                  "end": 7470,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 42
                                    },
                                    "identifierName": "angle"
                                  },
                                  "name": "angle"
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 7488,
                              "end": 7494,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 16
                                },
                                "end": {
                                  "line": 174,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6412,
                            "end": 6440,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 17
                              },
                              "end": {
                                "line": 157,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7507,
                          "end": 7533,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 12
                            },
                            "end": {
                              "line": 175,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7512,
                            "end": 7532,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 17
                              },
                              "end": {
                                "line": 175,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7546,
                          "end": 8108,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 12
                            },
                            "end": {
                              "line": 184,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 7596,
                              "end": 7699,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 16
                                },
                                "end": {
                                  "line": 177,
                                  "column": 119
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 7600,
                                  "end": 7698,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 118
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 7600,
                                    "end": 7601,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 7604,
                                    "end": 7698,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 118
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7608,
                                      "end": 7621,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7608,
                                        "end": 7613,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7614,
                                        "end": 7621,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 7622,
                                        "end": 7657,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 77
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7622,
                                          "end": 7630,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7622,
                                            "end": 7626,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 46
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7627,
                                            "end": 7630,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 50
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7631,
                                            "end": 7656,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7631,
                                              "end": 7650,
                                              "loc": {
                                                "start": {
                                                  "line": 177,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 177,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7631,
                                                "end": 7644,
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7631,
                                                  "end": 7636,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 56
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7637,
                                                  "end": 7644,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 64
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7645,
                                                "end": 7650,
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 70
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7651,
                                              "end": 7656,
                                              "loc": {
                                                "start": {
                                                  "line": 177,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 177,
                                                  "column": 76
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 7659,
                                        "end": 7694,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 114
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7659,
                                          "end": 7667,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 87
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7659,
                                            "end": 7663,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 83
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7664,
                                            "end": 7667,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 87
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7668,
                                            "end": 7693,
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 113
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7668,
                                              "end": 7687,
                                              "loc": {
                                                "start": {
                                                  "line": 177,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 177,
                                                  "column": 107
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7668,
                                                "end": 7681,
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 101
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7668,
                                                  "end": 7673,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 93
                                                    },
                                                    "identifierName": "state"
                                                  },
                                                  "name": "state"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7674,
                                                  "end": 7681,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 94
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 101
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7682,
                                                "end": 7687,
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 107
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7688,
                                              "end": 7693,
                                              "loc": {
                                                "start": {
                                                  "line": 177,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 177,
                                                  "column": 113
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 7696,
                                        "end": 7697,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 116
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 117
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 7716,
                              "end": 7778,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 16
                                },
                                "end": {
                                  "line": 178,
                                  "column": 78
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 7722,
                                  "end": 7777,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 77
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 7722,
                                    "end": 7726,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 26
                                      },
                                      "identifierName": "diff"
                                    },
                                    "name": "diff"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 7729,
                                    "end": 7777,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7729,
                                      "end": 7774,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 7729,
                                        "end": 7758,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 58
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7729,
                                          "end": 7749,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 7729,
                                            "end": 7745,
                                            "loc": {
                                              "start": {
                                                "line": 178,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 178,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7729,
                                              "end": 7743,
                                              "loc": {
                                                "start": {
                                                  "line": 178,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 178,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7729,
                                                "end": 7737,
                                                "loc": {
                                                  "start": {
                                                    "line": 178,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 178,
                                                    "column": 37
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7738,
                                                "end": 7743,
                                                "loc": {
                                                  "start": {
                                                    "line": 178,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 178,
                                                    "column": 43
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7746,
                                            "end": 7749,
                                            "loc": {
                                              "start": {
                                                "line": 178,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 178,
                                                "column": 49
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 7750,
                                            "end": 7757,
                                            "loc": {
                                              "start": {
                                                "line": 178,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 178,
                                                "column": 57
                                              },
                                              "identifierName": "nearend"
                                            },
                                            "name": "nearend"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7759,
                                        "end": 7774,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 74
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7775,
                                        "end": 7776,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 76
                                          },
                                          "identifierName": "d"
                                        },
                                        "name": "d"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7795,
                              "end": 7813,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 16
                                },
                                "end": {
                                  "line": 179,
                                  "column": 34
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7795,
                                "end": 7812,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7795,
                                  "end": 7806,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7795,
                                    "end": 7802,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 23
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7803,
                                    "end": 7806,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 27
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7807,
                                    "end": 7811,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 32
                                      },
                                      "identifierName": "diff"
                                    },
                                    "name": "diff"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 7830,
                              "end": 7891,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 16
                                },
                                "end": {
                                  "line": 180,
                                  "column": 77
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 7834,
                                "end": 7872,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7834,
                                  "end": 7866,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7834,
                                    "end": 7847,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7834,
                                      "end": 7839,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 25
                                        },
                                        "identifierName": "state"
                                      },
                                      "name": "state"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7840,
                                      "end": 7847,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 33
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7848,
                                    "end": 7866,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 52
                                      },
                                      "identifierName": "valHandleBehaviour"
                                    },
                                    "name": "valHandleBehaviour"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7867,
                                  "end": 7872,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 58
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7874,
                                "end": 7891,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 77
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 7874,
                                  "end": 7890,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7874,
                                    "end": 7884,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 70
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7874,
                                      "end": 7880,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 66
                                        },
                                        "identifierName": "farend"
                                      },
                                      "name": "farend"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7881,
                                      "end": 7884,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 70
                                        },
                                        "identifierName": "sub"
                                      },
                                      "name": "sub"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7885,
                                      "end": 7889,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 75
                                        },
                                        "identifierName": "diff"
                                      },
                                      "name": "diff"
                                    }
                                  ]
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7908,
                              "end": 7951,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 16
                                },
                                "end": {
                                  "line": 181,
                                  "column": 59
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7908,
                                "end": 7950,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7908,
                                  "end": 7921,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7908,
                                    "end": 7913,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 21
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7914,
                                    "end": 7921,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 29
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7922,
                                    "end": 7949,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7922,
                                      "end": 7943,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7922,
                                        "end": 7935,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7922,
                                          "end": 7927,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 35
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7928,
                                          "end": 7935,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 43
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7936,
                                        "end": 7943,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 51
                                          },
                                          "identifierName": "startPt"
                                        },
                                        "name": "startPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7944,
                                      "end": 7949,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 57
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7968,
                              "end": 8007,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 16
                                },
                                "end": {
                                  "line": 182,
                                  "column": 55
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7968,
                                "end": 8006,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 54
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7968,
                                  "end": 7979,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7968,
                                    "end": 7971,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 19
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7972,
                                    "end": 7979,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 27
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7980,
                                    "end": 8005,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7980,
                                      "end": 7999,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7980,
                                        "end": 7993,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7980,
                                          "end": 7985,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 33
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7986,
                                          "end": 7993,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 41
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7994,
                                        "end": 7999,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 47
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8000,
                                      "end": 8005,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 53
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8024,
                              "end": 8085,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 16
                                },
                                "end": {
                                  "line": 183,
                                  "column": 77
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8024,
                                "end": 8084,
                                "loc": {
                                  "start": {
                                    "line": 183,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 183,
                                    "column": 76
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8024,
                                  "end": 8042,
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8024,
                                    "end": 8029,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8030,
                                    "end": 8042,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8045,
                                  "end": 8084,
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8045,
                                    "end": 8053,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8045,
                                      "end": 8049,
                                      "loc": {
                                        "start": {
                                          "line": 183,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 183,
                                          "column": 41
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8050,
                                      "end": 8053,
                                      "loc": {
                                        "start": {
                                          "line": 183,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 183,
                                          "column": 45
                                        },
                                        "identifierName": "abs"
                                      },
                                      "name": "abs"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 8054,
                                      "end": 8083,
                                      "loc": {
                                        "start": {
                                          "line": 183,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 183,
                                          "column": 75
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8054,
                                        "end": 8080,
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 72
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 8054,
                                          "end": 8076,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8054,
                                            "end": 8069,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 61
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 8054,
                                              "end": 8065,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 57
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8054,
                                                "end": 8063,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8054,
                                                  "end": 8057,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 183,
                                                      "column": 49
                                                    },
                                                    "identifierName": "end"
                                                  },
                                                  "name": "end"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8058,
                                                  "end": 8063,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 183,
                                                      "column": 55
                                                    },
                                                    "identifierName": "clone"
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8066,
                                              "end": 8069,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 61
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 8070,
                                              "end": 8075,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 67
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8077,
                                          "end": 8080,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 72
                                            },
                                            "identifierName": "dot"
                                          },
                                          "name": "dot"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8081,
                                          "end": 8082,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 74
                                            },
                                            "identifierName": "d"
                                          },
                                          "name": "d"
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8102,
                              "end": 8108,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 16
                                },
                                "end": {
                                  "line": 184,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7551,
                            "end": 7578,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 17
                              },
                              "end": {
                                "line": 176,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8121,
                          "end": 8147,
                          "loc": {
                            "start": {
                              "line": 185,
                              "column": 12
                            },
                            "end": {
                              "line": 185,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8126,
                            "end": 8146,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 17
                              },
                              "end": {
                                "line": 185,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8160,
                          "end": 8355,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 12
                            },
                            "end": {
                              "line": 189,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8210,
                              "end": 8267,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 16
                                },
                                "end": {
                                  "line": 187,
                                  "column": 73
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8210,
                                "end": 8266,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 72
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8210,
                                  "end": 8236,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8210,
                                    "end": 8230,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8210,
                                      "end": 8223,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8210,
                                        "end": 8215,
                                        "loc": {
                                          "start": {
                                            "line": 187,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 187,
                                            "column": 21
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8216,
                                        "end": 8223,
                                        "loc": {
                                          "start": {
                                            "line": 187,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 187,
                                            "column": 29
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8224,
                                      "end": 8230,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 36
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8231,
                                    "end": 8236,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 42
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8239,
                                  "end": 8266,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8239,
                                    "end": 8256,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8239,
                                      "end": 8245,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 51
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8246,
                                      "end": 8256,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 62
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8257,
                                      "end": 8265,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 71
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8284,
                              "end": 8332,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 16
                                },
                                "end": {
                                  "line": 188,
                                  "column": 64
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8284,
                                "end": 8331,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 63
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8284,
                                  "end": 8302,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8284,
                                    "end": 8289,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8290,
                                    "end": 8302,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 8305,
                                  "end": 8331,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8305,
                                    "end": 8325,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8305,
                                      "end": 8318,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8305,
                                        "end": 8310,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 42
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8311,
                                        "end": 8318,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 50
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8319,
                                      "end": 8325,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 57
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8326,
                                    "end": 8331,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 63
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8349,
                              "end": 8355,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 16
                                },
                                "end": {
                                  "line": 189,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8165,
                            "end": 8192,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 17
                              },
                              "end": {
                                "line": 186,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8368,
                          "end": 8396,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 12
                            },
                            "end": {
                              "line": 190,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8373,
                            "end": 8395,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 17
                              },
                              "end": {
                                "line": 190,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8409,
                          "end": 8610,
                          "loc": {
                            "start": {
                              "line": 191,
                              "column": 12
                            },
                            "end": {
                              "line": 194,
                              "column": 22
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8461,
                              "end": 8518,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 16
                                },
                                "end": {
                                  "line": 192,
                                  "column": 73
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8461,
                                "end": 8517,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 72
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8461,
                                  "end": 8487,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8461,
                                    "end": 8481,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8461,
                                      "end": 8474,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8461,
                                        "end": 8466,
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 21
                                          },
                                          "identifierName": "state"
                                        },
                                        "name": "state"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8467,
                                        "end": 8474,
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 29
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8475,
                                      "end": 8481,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 36
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8482,
                                    "end": 8487,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 42
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8490,
                                  "end": 8517,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 72
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8490,
                                    "end": 8507,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8490,
                                      "end": 8496,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 51
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8497,
                                      "end": 8507,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 62
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8508,
                                      "end": 8516,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 71
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8535,
                              "end": 8587,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 16
                                },
                                "end": {
                                  "line": 193,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8535,
                                "end": 8586,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 67
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8535,
                                  "end": 8553,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8535,
                                    "end": 8540,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 21
                                      },
                                      "identifierName": "state"
                                    },
                                    "name": "state"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8541,
                                    "end": 8553,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 34
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 8556,
                                  "end": 8586,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "NumericLiteral",
                                    "start": 8556,
                                    "end": 8557,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 38
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 8560,
                                    "end": 8586,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8560,
                                      "end": 8580,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8560,
                                        "end": 8573,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8560,
                                          "end": 8565,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 46
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8566,
                                          "end": 8573,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 54
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8574,
                                        "end": 8580,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 61
                                          },
                                          "identifierName": "radius"
                                        },
                                        "name": "radius"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8581,
                                      "end": 8586,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 67
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8604,
                              "end": 8610,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 16
                                },
                                "end": {
                                  "line": 194,
                                  "column": 22
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8414,
                            "end": 8443,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 17
                              },
                              "end": {
                                "line": 191,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 8632,
                "end": 8757,
                "loc": {
                  "start": {
                    "line": 198,
                    "column": 4
                  },
                  "end": {
                    "line": 200,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8632,
                  "end": 8638,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 4
                    },
                    "end": {
                      "line": 198,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8639,
                    "end": 8644,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 11
                      },
                      "end": {
                        "line": 198,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8646,
                  "end": 8757,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 18
                    },
                    "end": {
                      "line": 200,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8656,
                      "end": 8751,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 8
                        },
                        "end": {
                          "line": 199,
                          "column": 103
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8656,
                        "end": 8750,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 8
                          },
                          "end": {
                            "line": 199,
                            "column": 102
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 8656,
                          "end": 8718,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 8
                            },
                            "end": {
                              "line": 199,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 8656,
                            "end": 8707,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 8
                              },
                              "end": {
                                "line": 199,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8656,
                              "end": 8697,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 8
                                },
                                "end": {
                                  "line": 199,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8656,
                                "end": 8674,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8656,
                                  "end": 8667,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 8656,
                                    "end": 8660,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8661,
                                    "end": 8667,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 19
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8668,
                                  "end": 8674,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 26
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8675,
                                "end": 8697,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 49
                                  },
                                  "identifierName": "getDimensionDescriptor"
                                },
                                "name": "getDimensionDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 8698,
                                "end": 8706,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8698,
                                  "end": 8703,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 55
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8704,
                                  "end": 8706,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 58
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8708,
                            "end": 8718,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 60
                              },
                              "end": {
                                "line": 199,
                                "column": 70
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 8721,
                          "end": 8750,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 73
                            },
                            "end": {
                              "line": 199,
                              "column": 102
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8721,
                            "end": 8747,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 73
                              },
                              "end": {
                                "line": 199,
                                "column": 99
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8721,
                              "end": 8739,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 73
                                },
                                "end": {
                                  "line": 199,
                                  "column": 91
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8721,
                                "end": 8726,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 78
                                  },
                                  "identifierName": "state"
                                },
                                "name": "state"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8727,
                                "end": 8739,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 91
                                  },
                                  "identifierName": "previewValue"
                                },
                                "name": "previewValue"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8740,
                              "end": 8747,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 92
                                },
                                "end": {
                                  "line": 199,
                                  "column": 99
                                },
                                "identifierName": "toFixed"
                              },
                              "name": "toFixed"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 8748,
                              "end": 8749,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 100
                                },
                                "end": {
                                  "line": 199,
                                  "column": 101
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 8763,
                "end": 8826,
                "loc": {
                  "start": {
                    "line": 202,
                    "column": 4
                  },
                  "end": {
                    "line": 204,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8763,
                  "end": 8770,
                  "loc": {
                    "start": {
                      "line": 202,
                      "column": 4
                    },
                    "end": {
                      "line": 202,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8771,
                    "end": 8776,
                    "loc": {
                      "start": {
                        "line": 202,
                        "column": 12
                      },
                      "end": {
                        "line": 202,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8778,
                  "end": 8826,
                  "loc": {
                    "start": {
                      "line": 202,
                      "column": 19
                    },
                    "end": {
                      "line": 204,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8788,
                      "end": 8820,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 8
                        },
                        "end": {
                          "line": 203,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8788,
                        "end": 8819,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 8
                          },
                          "end": {
                            "line": 203,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8788,
                          "end": 8808,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 8
                            },
                            "end": {
                              "line": 203,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 8788,
                            "end": 8798,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 8
                              },
                              "end": {
                                "line": 203,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8788,
                              "end": 8792,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 8
                                },
                                "end": {
                                  "line": 203,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8793,
                              "end": 8798,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 13
                                },
                                "end": {
                                  "line": 203,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8799,
                            "end": 8808,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 19
                              },
                              "end": {
                                "line": 203,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 8809,
                            "end": 8818,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 29
                              },
                              "end": {
                                "line": 203,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 8809,
                              "end": 8810,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 29
                                },
                                "end": {
                                  "line": 203,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 8813,
                              "end": 8818,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 33
                                },
                                "end": {
                                  "line": 203,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 8830,
        "end": 9223,
        "loc": {
          "start": {
            "line": 207,
            "column": 0
          },
          "end": {
            "line": 218,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 8837,
          "end": 9223,
          "loc": {
            "start": {
              "line": 207,
              "column": 7
            },
            "end": {
              "line": 218,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 8843,
            "end": 8862,
            "loc": {
              "start": {
                "line": 207,
                "column": 13
              },
              "end": {
                "line": 207,
                "column": 32
              },
              "identifierName": "PositionValueHandle"
            },
            "name": "PositionValueHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 8871,
            "end": 8882,
            "loc": {
              "start": {
                "line": 207,
                "column": 41
              },
              "end": {
                "line": 207,
                "column": 52
              },
              "identifierName": "ValueHandle"
            },
            "name": "ValueHandle"
          },
          "body": {
            "type": "ClassBody",
            "start": 8883,
            "end": 9223,
            "loc": {
              "start": {
                "line": 207,
                "column": 53
              },
              "end": {
                "line": 218,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 8889,
                "end": 9012,
                "loc": {
                  "start": {
                    "line": 208,
                    "column": 4
                  },
                  "end": {
                    "line": 211,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8889,
                  "end": 8895,
                  "loc": {
                    "start": {
                      "line": 208,
                      "column": 4
                    },
                    "end": {
                      "line": 208,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8896,
                    "end": 8901,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 11
                      },
                      "end": {
                        "line": 208,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "Identifier",
                    "start": 8903,
                    "end": 8911,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 18
                      },
                      "end": {
                        "line": 208,
                        "column": 26
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8913,
                  "end": 9012,
                  "loc": {
                    "start": {
                      "line": 208,
                      "column": 28
                    },
                    "end": {
                      "line": 211,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8923,
                      "end": 8967,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 8
                        },
                        "end": {
                          "line": 209,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8923,
                        "end": 8966,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 8
                          },
                          "end": {
                            "line": 209,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8923,
                          "end": 8939,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 8
                            },
                            "end": {
                              "line": 209,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8923,
                            "end": 8931,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 8
                              },
                              "end": {
                                "line": 209,
                                "column": 16
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8932,
                            "end": 8939,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 17
                              },
                              "end": {
                                "line": 209,
                                "column": 24
                              },
                              "identifierName": "toArray"
                            },
                            "name": "toArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 8940,
                            "end": 8965,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 25
                              },
                              "end": {
                                "line": 209,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8940,
                              "end": 8959,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 25
                                },
                                "end": {
                                  "line": 209,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8940,
                                "end": 8953,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8940,
                                  "end": 8945,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 30
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8946,
                                  "end": 8953,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 38
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8954,
                                "end": 8959,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 44
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8960,
                              "end": 8965,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 45
                                },
                                "end": {
                                  "line": 209,
                                  "column": 50
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8976,
                      "end": 9006,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 8
                        },
                        "end": {
                          "line": 210,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8976,
                        "end": 9005,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 8
                          },
                          "end": {
                            "line": 210,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8976,
                          "end": 8988,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 8
                            },
                            "end": {
                              "line": 210,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 8976,
                            "end": 8981,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 8
                              },
                              "end": {
                                "line": 210,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8982,
                            "end": 8988,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 14
                              },
                              "end": {
                                "line": 210,
                                "column": 20
                              },
                              "identifierName": "onDrag"
                            },
                            "name": "onDrag"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 8989,
                            "end": 8994,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 21
                              },
                              "end": {
                                "line": 210,
                                "column": 26
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          {
                            "type": "Identifier",
                            "start": 8996,
                            "end": 9004,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 28
                              },
                              "end": {
                                "line": 210,
                                "column": 36
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 9018,
                "end": 9221,
                "loc": {
                  "start": {
                    "line": 213,
                    "column": 4
                  },
                  "end": {
                    "line": 217,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9018,
                  "end": 9024,
                  "loc": {
                    "start": {
                      "line": 213,
                      "column": 4
                    },
                    "end": {
                      "line": 213,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9025,
                    "end": 9030,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 11
                      },
                      "end": {
                        "line": 213,
                        "column": 16
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9032,
                  "end": 9221,
                  "loc": {
                    "start": {
                      "line": 213,
                      "column": 18
                    },
                    "end": {
                      "line": 217,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9042,
                      "end": 9100,
                      "loc": {
                        "start": {
                          "line": 214,
                          "column": 8
                        },
                        "end": {
                          "line": 214,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9048,
                          "end": 9099,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 14
                            },
                            "end": {
                              "line": 214,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9048,
                            "end": 9053,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 14
                              },
                              "end": {
                                "line": 214,
                                "column": 19
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 9056,
                            "end": 9099,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 22
                              },
                              "end": {
                                "line": 214,
                                "column": 65
                              }
                            },
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "start": 9060,
                                "end": 9096,
                                "loc": {
                                  "start": {
                                    "line": 214,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 214,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9060,
                                  "end": 9090,
                                  "loc": {
                                    "start": {
                                      "line": 214,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 214,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9060,
                                    "end": 9085,
                                    "loc": {
                                      "start": {
                                        "line": 214,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 214,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 9060,
                                      "end": 9079,
                                      "loc": {
                                        "start": {
                                          "line": 214,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 214,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 9060,
                                        "end": 9073,
                                        "loc": {
                                          "start": {
                                            "line": 214,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 214,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9060,
                                          "end": 9065,
                                          "loc": {
                                            "start": {
                                              "line": 214,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 214,
                                              "column": 31
                                            },
                                            "identifierName": "state"
                                          },
                                          "name": "state"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9066,
                                          "end": 9073,
                                          "loc": {
                                            "start": {
                                              "line": 214,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 214,
                                              "column": 39
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9074,
                                        "end": 9079,
                                        "loc": {
                                          "start": {
                                            "line": 214,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 214,
                                            "column": 45
                                          },
                                          "identifierName": "dimPt"
                                        },
                                        "name": "dimPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9080,
                                      "end": 9085,
                                      "loc": {
                                        "start": {
                                          "line": 214,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 214,
                                          "column": 51
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9086,
                                    "end": 9090,
                                    "loc": {
                                      "start": {
                                        "line": 214,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 214,
                                        "column": 56
                                      },
                                      "identifierName": "join"
                                    },
                                    "name": "join"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 9091,
                                    "end": 9095,
                                    "loc": {
                                      "start": {
                                        "line": 214,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 214,
                                        "column": 61
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ", ",
                                      "raw": "', '"
                                    },
                                    "value": ", "
                                  }
                                ]
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 9057,
                                "end": 9058,
                                "loc": {
                                  "start": {
                                    "line": 214,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 214,
                                    "column": 24
                                  }
                                },
                                "value": {
                                  "raw": "{",
                                  "cooked": "{"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 9097,
                                "end": 9098,
                                "loc": {
                                  "start": {
                                    "line": 214,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 214,
                                    "column": 64
                                  }
                                },
                                "value": {
                                  "raw": "}",
                                  "cooked": "}"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9109,
                      "end": 9186,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 8
                        },
                        "end": {
                          "line": 215,
                          "column": 85
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9109,
                        "end": 9185,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 8
                          },
                          "end": {
                            "line": 215,
                            "column": 84
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9109,
                          "end": 9177,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 8
                            },
                            "end": {
                              "line": 215,
                              "column": 76
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 9109,
                            "end": 9166,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 8
                              },
                              "end": {
                                "line": 215,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9109,
                              "end": 9147,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 8
                                },
                                "end": {
                                  "line": 215,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 9109,
                                "end": 9127,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9109,
                                  "end": 9120,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 9109,
                                    "end": 9113,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9114,
                                    "end": 9120,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 19
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9121,
                                  "end": 9127,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 26
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9128,
                                "end": 9147,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 46
                                  },
                                  "identifierName": "getMemberDescriptor"
                                },
                                "name": "getMemberDescriptor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 9148,
                                "end": 9156,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9148,
                                  "end": 9153,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 52
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9154,
                                  "end": 9156,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 55
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              {
                                "type": "StringLiteral",
                                "start": 9158,
                                "end": 9165,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": "dimPt",
                                  "raw": "'dimPt'"
                                },
                                "value": "dimPt"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9167,
                            "end": 9177,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 66
                              },
                              "end": {
                                "line": 215,
                                "column": 76
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 9180,
                          "end": 9185,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 79
                            },
                            "end": {
                              "line": 215,
                              "column": 84
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9195,
                      "end": 9215,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 8
                        },
                        "end": {
                          "line": 216,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9195,
                        "end": 9214,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 8
                          },
                          "end": {
                            "line": 216,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9195,
                          "end": 9207,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 8
                            },
                            "end": {
                              "line": 216,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 9195,
                            "end": 9200,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 8
                              },
                              "end": {
                                "line": 216,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9201,
                            "end": 9207,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 14
                              },
                              "end": {
                                "line": 216,
                                "column": 20
                              },
                              "identifierName": "onDrop"
                            },
                            "name": "onDrop"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9208,
                            "end": 9213,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 21
                              },
                              "end": {
                                "line": 216,
                                "column": 26
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 2597,
      "end": 2661,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 68
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 3161,
      "end": 3253,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 3290,
      "end": 3379,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 93
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 3406,
      "end": 3475,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "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": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 279,
      "end": 280,
      "loc": {
        "start": {
          "line": 8,
          "column": 47
        },
        "end": {
          "line": 8,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 281,
      "end": 286,
      "loc": {
        "start": {
          "line": 8,
          "column": 49
        },
        "end": {
          "line": 8,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 286,
      "end": 287,
      "loc": {
        "start": {
          "line": 8,
          "column": 54
        },
        "end": {
          "line": 8,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 288,
      "end": 289,
      "loc": {
        "start": {
          "line": 8,
          "column": 56
        },
        "end": {
          "line": 8,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DimensionHandle",
      "start": 289,
      "end": 306,
      "loc": {
        "start": {
          "line": 8,
          "column": 57
        },
        "end": {
          "line": 8,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 306,
      "end": 307,
      "loc": {
        "start": {
          "line": 8,
          "column": 74
        },
        "end": {
          "line": 8,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 8,
          "column": 76
        },
        "end": {
          "line": 8,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 8,
          "column": 77
        },
        "end": {
          "line": 8,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 8,
          "column": 78
        },
        "end": {
          "line": 8,
          "column": 79
        }
      }
    },
    {
      "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": 320,
      "end": 323,
      "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": 324,
      "end": 325,
      "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": 325,
      "end": 328,
      "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": 329,
      "end": 337,
      "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": 338,
      "end": 340,
      "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": 341,
      "end": 347,
      "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": 347,
      "end": 348,
      "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": 348,
      "end": 354,
      "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": 354,
      "end": 355,
      "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": 355,
      "end": 362,
      "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": 362,
      "end": 363,
      "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": 363,
      "end": 369,
      "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": 369,
      "end": 370,
      "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": 370,
      "end": 371,
      "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": 384,
      "end": 387,
      "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": 388,
      "end": 389,
      "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": 389,
      "end": 392,
      "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": 393,
      "end": 398,
      "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": 399,
      "end": 401,
      "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": 402,
      "end": 408,
      "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": 408,
      "end": 409,
      "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": 409,
      "end": 415,
      "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": 415,
      "end": 416,
      "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": 416,
      "end": 424,
      "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": 424,
      "end": 425,
      "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": 425,
      "end": 426,
      "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": 443,
      "end": 445,
      "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": 446,
      "end": 447,
      "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": 447,
      "end": 451,
      "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": 451,
      "end": 452,
      "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": 452,
      "end": 457,
      "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": 457,
      "end": 458,
      "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": 458,
      "end": 459,
      "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": 460,
      "end": 464,
      "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": 464,
      "end": 465,
      "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": 465,
      "end": 467,
      "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": 467,
      "end": 468,
      "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": 468,
      "end": 473,
      "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": 473,
      "end": 474,
      "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": 475,
      "end": 479,
      "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": 479,
      "end": 480,
      "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": 480,
      "end": 485,
      "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": 485,
      "end": 486,
      "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": 486,
      "end": 487,
      "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": 487,
      "end": 491,
      "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": 491,
      "end": 492,
      "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": 492,
      "end": 496,
      "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": 496,
      "end": 497,
      "loc": {
        "start": {
          "line": 11,
          "column": 69
        },
        "end": {
          "line": 11,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 497,
      "end": 498,
      "loc": {
        "start": {
          "line": 11,
          "column": 70
        },
        "end": {
          "line": 11,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 499,
      "end": 500,
      "loc": {
        "start": {
          "line": 11,
          "column": 72
        },
        "end": {
          "line": 11,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sync",
      "start": 501,
      "end": 505,
      "loc": {
        "start": {
          "line": 11,
          "column": 74
        },
        "end": {
          "line": 11,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 11,
          "column": 78
        },
        "end": {
          "line": 11,
          "column": 79
        }
      }
    },
    {
      "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": 507,
      "end": 511,
      "loc": {
        "start": {
          "line": 11,
          "column": 80
        },
        "end": {
          "line": 11,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 512,
      "end": 513,
      "loc": {
        "start": {
          "line": 11,
          "column": 85
        },
        "end": {
          "line": 11,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 513,
      "end": 514,
      "loc": {
        "start": {
          "line": 11,
          "column": 86
        },
        "end": {
          "line": 11,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 11,
          "column": 87
        },
        "end": {
          "line": 11,
          "column": 88
        }
      }
    },
    {
      "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": 524,
      "end": 528,
      "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": 528,
      "end": 529,
      "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": "draggedState",
      "start": 529,
      "end": 541,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 542,
      "end": 543,
      "loc": {
        "start": {
          "line": 12,
          "column": 26
        },
        "end": {
          "line": 12,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 544,
      "end": 553,
      "loc": {
        "start": {
          "line": 12,
          "column": 28
        },
        "end": {
          "line": 12,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 12,
          "column": 37
        },
        "end": {
          "line": 12,
          "column": 38
        }
      }
    },
    {
      "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": 563,
      "end": 567,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 567,
      "end": 568,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 568,
      "end": 572,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 575,
      "end": 584,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 598,
      "end": 605,
      "loc": {
        "start": {
          "line": 16,
          "column": 5
        },
        "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": 605,
      "end": 606,
      "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": "Events",
      "start": 606,
      "end": 612,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 612,
      "end": 613,
      "loc": {
        "start": {
          "line": 16,
          "column": 19
        },
        "end": {
          "line": 16,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 613,
      "end": 624,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 624,
      "end": 625,
      "loc": {
        "start": {
          "line": 16,
          "column": 31
        },
        "end": {
          "line": 16,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 625,
      "end": 632,
      "loc": {
        "start": {
          "line": 16,
          "column": 32
        },
        "end": {
          "line": 16,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 632,
      "end": 633,
      "loc": {
        "start": {
          "line": 16,
          "column": 39
        },
        "end": {
          "line": 16,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 633,
      "end": 634,
      "loc": {
        "start": {
          "line": 16,
          "column": 40
        },
        "end": {
          "line": 16,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 634,
      "end": 643,
      "loc": {
        "start": {
          "line": 16,
          "column": 41
        },
        "end": {
          "line": 16,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 643,
      "end": 644,
      "loc": {
        "start": {
          "line": 16,
          "column": 50
        },
        "end": {
          "line": 16,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 645,
      "end": 646,
      "loc": {
        "start": {
          "line": 16,
          "column": 52
        },
        "end": {
          "line": 16,
          "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": 655,
      "end": 659,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 659,
      "end": 660,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 660,
      "end": 664,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 664,
      "end": 665,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 665,
      "end": 674,
      "loc": {
        "start": {
          "line": 17,
          "column": 18
        },
        "end": {
          "line": 17,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 17,
          "column": 27
        },
        "end": {
          "line": 17,
          "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": 675,
      "end": 681,
      "loc": {
        "start": {
          "line": 17,
          "column": 28
        },
        "end": {
          "line": 17,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 17,
          "column": 34
        },
        "end": {
          "line": 17,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 17,
          "column": 35
        },
        "end": {
          "line": 17,
          "column": 36
        }
      }
    },
    {
      "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": 692,
      "end": 694,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 695,
      "end": 696,
      "loc": {
        "start": {
          "line": 18,
          "column": 11
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "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": 696,
      "end": 700,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 700,
      "end": 701,
      "loc": {
        "start": {
          "line": 18,
          "column": 16
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 701,
      "end": 707,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 18,
          "column": 23
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 708,
      "end": 714,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 714,
      "end": 715,
      "loc": {
        "start": {
          "line": 18,
          "column": 30
        },
        "end": {
          "line": 18,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 715,
      "end": 723,
      "loc": {
        "start": {
          "line": 18,
          "column": 31
        },
        "end": {
          "line": 18,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 18,
          "column": 39
        },
        "end": {
          "line": 18,
          "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": 725,
      "end": 729,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 18,
          "column": 45
        },
        "end": {
          "line": 18,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 730,
      "end": 736,
      "loc": {
        "start": {
          "line": 18,
          "column": 46
        },
        "end": {
          "line": 18,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 736,
      "end": 737,
      "loc": {
        "start": {
          "line": 18,
          "column": 52
        },
        "end": {
          "line": 18,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 737,
      "end": 743,
      "loc": {
        "start": {
          "line": 18,
          "column": 53
        },
        "end": {
          "line": 18,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 743,
      "end": 744,
      "loc": {
        "start": {
          "line": 18,
          "column": 59
        },
        "end": {
          "line": 18,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 744,
      "end": 752,
      "loc": {
        "start": {
          "line": 18,
          "column": 60
        },
        "end": {
          "line": 18,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 18,
          "column": 68
        },
        "end": {
          "line": 18,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hover",
      "start": 753,
      "end": 758,
      "loc": {
        "start": {
          "line": 18,
          "column": 69
        },
        "end": {
          "line": 18,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 758,
      "end": 759,
      "loc": {
        "start": {
          "line": 18,
          "column": 74
        },
        "end": {
          "line": 18,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 759,
      "end": 768,
      "loc": {
        "start": {
          "line": 18,
          "column": 75
        },
        "end": {
          "line": 18,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 768,
      "end": 769,
      "loc": {
        "start": {
          "line": 18,
          "column": 84
        },
        "end": {
          "line": 18,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 769,
      "end": 770,
      "loc": {
        "start": {
          "line": 18,
          "column": 85
        },
        "end": {
          "line": 18,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 779,
      "end": 783,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "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": 784,
      "end": 788,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 788,
      "end": 789,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 789,
      "end": 796,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 796,
      "end": 797,
      "loc": {
        "start": {
          "line": 19,
          "column": 25
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 797,
      "end": 798,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 799,
      "end": 807,
      "loc": {
        "start": {
          "line": 19,
          "column": 28
        },
        "end": {
          "line": 19,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 807,
      "end": 808,
      "loc": {
        "start": {
          "line": 19,
          "column": 36
        },
        "end": {
          "line": 19,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 811,
      "end": 816,
      "loc": {
        "start": {
          "line": 19,
          "column": 40
        },
        "end": {
          "line": 19,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 816,
      "end": 817,
      "loc": {
        "start": {
          "line": 19,
          "column": 45
        },
        "end": {
          "line": 19,
          "column": 46
        }
      }
    },
    {
      "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": 818,
      "end": 821,
      "loc": {
        "start": {
          "line": 19,
          "column": 47
        },
        "end": {
          "line": 19,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 822,
      "end": 827,
      "loc": {
        "start": {
          "line": 19,
          "column": 51
        },
        "end": {
          "line": 19,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 827,
      "end": 828,
      "loc": {
        "start": {
          "line": 19,
          "column": 56
        },
        "end": {
          "line": 19,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 828,
      "end": 833,
      "loc": {
        "start": {
          "line": 19,
          "column": 57
        },
        "end": {
          "line": 19,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 833,
      "end": 834,
      "loc": {
        "start": {
          "line": 19,
          "column": 62
        },
        "end": {
          "line": 19,
          "column": 63
        }
      }
    },
    {
      "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": 834,
      "end": 838,
      "loc": {
        "start": {
          "line": 19,
          "column": 63
        },
        "end": {
          "line": 19,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 19,
          "column": 67
        },
        "end": {
          "line": 19,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 839,
      "end": 845,
      "loc": {
        "start": {
          "line": 19,
          "column": 68
        },
        "end": {
          "line": 19,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 19,
          "column": 74
        },
        "end": {
          "line": 19,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "accent",
      "start": 846,
      "end": 852,
      "loc": {
        "start": {
          "line": 19,
          "column": 75
        },
        "end": {
          "line": 19,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 852,
      "end": 853,
      "loc": {
        "start": {
          "line": 19,
          "column": 81
        },
        "end": {
          "line": 19,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 853,
      "end": 854,
      "loc": {
        "start": {
          "line": 19,
          "column": 82
        },
        "end": {
          "line": 19,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 855,
      "end": 862,
      "loc": {
        "start": {
          "line": 19,
          "column": 84
        },
        "end": {
          "line": 19,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 19,
          "column": 91
        },
        "end": {
          "line": 19,
          "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.6,
      "start": 864,
      "end": 867,
      "loc": {
        "start": {
          "line": 19,
          "column": 93
        },
        "end": {
          "line": 19,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 19,
          "column": 97
        },
        "end": {
          "line": 19,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 870,
      "end": 871,
      "loc": {
        "start": {
          "line": 19,
          "column": 99
        },
        "end": {
          "line": 19,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 871,
      "end": 872,
      "loc": {
        "start": {
          "line": 19,
          "column": 100
        },
        "end": {
          "line": 19,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 872,
      "end": 873,
      "loc": {
        "start": {
          "line": 19,
          "column": 101
        },
        "end": {
          "line": 19,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 873,
      "end": 878,
      "loc": {
        "start": {
          "line": 19,
          "column": 102
        },
        "end": {
          "line": 19,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 19,
          "column": 107
        },
        "end": {
          "line": 19,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 879,
      "end": 880,
      "loc": {
        "start": {
          "line": 19,
          "column": 108
        },
        "end": {
          "line": 19,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 880,
      "end": 881,
      "loc": {
        "start": {
          "line": 19,
          "column": 109
        },
        "end": {
          "line": 19,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 881,
      "end": 882,
      "loc": {
        "start": {
          "line": 19,
          "column": 110
        },
        "end": {
          "line": 19,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 887,
      "end": 888,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 894,
      "end": 895,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 895,
      "end": 902,
      "loc": {
        "start": {
          "line": 22,
          "column": 5
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "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": "Events",
      "start": 903,
      "end": 909,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 909,
      "end": 910,
      "loc": {
        "start": {
          "line": 22,
          "column": 19
        },
        "end": {
          "line": 22,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 910,
      "end": 921,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 921,
      "end": 922,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 922,
      "end": 931,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 931,
      "end": 932,
      "loc": {
        "start": {
          "line": 22,
          "column": 41
        },
        "end": {
          "line": 22,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 932,
      "end": 933,
      "loc": {
        "start": {
          "line": 22,
          "column": 42
        },
        "end": {
          "line": 22,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 933,
      "end": 942,
      "loc": {
        "start": {
          "line": 22,
          "column": 43
        },
        "end": {
          "line": 22,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 942,
      "end": 943,
      "loc": {
        "start": {
          "line": 22,
          "column": 52
        },
        "end": {
          "line": 22,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 22,
          "column": 54
        },
        "end": {
          "line": 22,
          "column": 55
        }
      }
    },
    {
      "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": 954,
      "end": 956,
      "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": 957,
      "end": 958,
      "loc": {
        "start": {
          "line": 23,
          "column": 11
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "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": 958,
      "end": 962,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "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": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 963,
      "end": 969,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "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": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 970,
      "end": 976,
      "loc": {
        "start": {
          "line": 23,
          "column": 24
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 976,
      "end": 977,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 977,
      "end": 985,
      "loc": {
        "start": {
          "line": 23,
          "column": 31
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 985,
      "end": 986,
      "loc": {
        "start": {
          "line": 23,
          "column": 39
        },
        "end": {
          "line": 23,
          "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": 987,
      "end": 991,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 991,
      "end": 992,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 992,
      "end": 998,
      "loc": {
        "start": {
          "line": 23,
          "column": 46
        },
        "end": {
          "line": 23,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 998,
      "end": 999,
      "loc": {
        "start": {
          "line": 23,
          "column": 52
        },
        "end": {
          "line": 23,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 999,
      "end": 1005,
      "loc": {
        "start": {
          "line": 23,
          "column": 53
        },
        "end": {
          "line": 23,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1005,
      "end": 1006,
      "loc": {
        "start": {
          "line": 23,
          "column": 59
        },
        "end": {
          "line": 23,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 1006,
      "end": 1014,
      "loc": {
        "start": {
          "line": 23,
          "column": 60
        },
        "end": {
          "line": 23,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1014,
      "end": 1015,
      "loc": {
        "start": {
          "line": 23,
          "column": 68
        },
        "end": {
          "line": 23,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 1015,
      "end": 1022,
      "loc": {
        "start": {
          "line": 23,
          "column": 69
        },
        "end": {
          "line": 23,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 23,
          "column": 76
        },
        "end": {
          "line": 23,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1023,
      "end": 1032,
      "loc": {
        "start": {
          "line": 23,
          "column": 77
        },
        "end": {
          "line": 23,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1032,
      "end": 1033,
      "loc": {
        "start": {
          "line": 23,
          "column": 86
        },
        "end": {
          "line": 23,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1033,
      "end": 1034,
      "loc": {
        "start": {
          "line": 23,
          "column": 87
        },
        "end": {
          "line": 23,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1043,
      "end": 1047,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 12
        }
      }
    },
    {
      "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": 1048,
      "end": 1052,
      "loc": {
        "start": {
          "line": 24,
          "column": 13
        },
        "end": {
          "line": 24,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1052,
      "end": 1053,
      "loc": {
        "start": {
          "line": 24,
          "column": 17
        },
        "end": {
          "line": 24,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 1053,
      "end": 1060,
      "loc": {
        "start": {
          "line": 24,
          "column": 18
        },
        "end": {
          "line": 24,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1060,
      "end": 1061,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1061,
      "end": 1062,
      "loc": {
        "start": {
          "line": 24,
          "column": 26
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1063,
      "end": 1071,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 24,
          "column": 36
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1073,
      "end": 1074,
      "loc": {
        "start": {
          "line": 24,
          "column": 38
        },
        "end": {
          "line": 24,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1075,
      "end": 1080,
      "loc": {
        "start": {
          "line": 24,
          "column": 40
        },
        "end": {
          "line": 24,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1080,
      "end": 1081,
      "loc": {
        "start": {
          "line": 24,
          "column": 45
        },
        "end": {
          "line": 24,
          "column": 46
        }
      }
    },
    {
      "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": 1082,
      "end": 1085,
      "loc": {
        "start": {
          "line": 24,
          "column": 47
        },
        "end": {
          "line": 24,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1086,
      "end": 1091,
      "loc": {
        "start": {
          "line": 24,
          "column": 51
        },
        "end": {
          "line": 24,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1091,
      "end": 1092,
      "loc": {
        "start": {
          "line": 24,
          "column": 56
        },
        "end": {
          "line": 24,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 1092,
      "end": 1097,
      "loc": {
        "start": {
          "line": 24,
          "column": 57
        },
        "end": {
          "line": 24,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 24,
          "column": 62
        },
        "end": {
          "line": 24,
          "column": 63
        }
      }
    },
    {
      "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": 1098,
      "end": 1102,
      "loc": {
        "start": {
          "line": 24,
          "column": 63
        },
        "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": 1102,
      "end": 1103,
      "loc": {
        "start": {
          "line": 24,
          "column": 67
        },
        "end": {
          "line": 24,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1103,
      "end": 1109,
      "loc": {
        "start": {
          "line": 24,
          "column": 68
        },
        "end": {
          "line": 24,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1109,
      "end": 1110,
      "loc": {
        "start": {
          "line": 24,
          "column": 74
        },
        "end": {
          "line": 24,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 1110,
      "end": 1117,
      "loc": {
        "start": {
          "line": 24,
          "column": 75
        },
        "end": {
          "line": 24,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 24,
          "column": 82
        },
        "end": {
          "line": 24,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 24,
          "column": 83
        },
        "end": {
          "line": 24,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1120,
      "end": 1127,
      "loc": {
        "start": {
          "line": 24,
          "column": 85
        },
        "end": {
          "line": 24,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 24,
          "column": 92
        },
        "end": {
          "line": 24,
          "column": 93
        }
      }
    },
    {
      "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": 1129,
      "end": 1132,
      "loc": {
        "start": {
          "line": 24,
          "column": 94
        },
        "end": {
          "line": 24,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1133,
      "end": 1134,
      "loc": {
        "start": {
          "line": 24,
          "column": 98
        },
        "end": {
          "line": 24,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 24,
          "column": 100
        },
        "end": {
          "line": 24,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1136,
      "end": 1137,
      "loc": {
        "start": {
          "line": 24,
          "column": 101
        },
        "end": {
          "line": 24,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 24,
          "column": 102
        },
        "end": {
          "line": 24,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1138,
      "end": 1143,
      "loc": {
        "start": {
          "line": 24,
          "column": 103
        },
        "end": {
          "line": 24,
          "column": 108
        }
      }
    },
    {
      "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": 24,
          "column": 108
        },
        "end": {
          "line": 24,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1000,
      "start": 1144,
      "end": 1148,
      "loc": {
        "start": {
          "line": 24,
          "column": 109
        },
        "end": {
          "line": 24,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1148,
      "end": 1149,
      "loc": {
        "start": {
          "line": 24,
          "column": 113
        },
        "end": {
          "line": 24,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1149,
      "end": 1150,
      "loc": {
        "start": {
          "line": 24,
          "column": 114
        },
        "end": {
          "line": 24,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1155,
      "end": 1156,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1162,
      "end": 1163,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1163,
      "end": 1170,
      "loc": {
        "start": {
          "line": 27,
          "column": 5
        },
        "end": {
          "line": 27,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1170,
      "end": 1171,
      "loc": {
        "start": {
          "line": 27,
          "column": 12
        },
        "end": {
          "line": 27,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1171,
      "end": 1177,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1177,
      "end": 1178,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1178,
      "end": 1189,
      "loc": {
        "start": {
          "line": 27,
          "column": 20
        },
        "end": {
          "line": 27,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1189,
      "end": 1190,
      "loc": {
        "start": {
          "line": 27,
          "column": 31
        },
        "end": {
          "line": 27,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Picked",
      "start": 1190,
      "end": 1196,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1196,
      "end": 1197,
      "loc": {
        "start": {
          "line": 27,
          "column": 38
        },
        "end": {
          "line": 27,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1197,
      "end": 1198,
      "loc": {
        "start": {
          "line": 27,
          "column": 39
        },
        "end": {
          "line": 27,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1198,
      "end": 1207,
      "loc": {
        "start": {
          "line": 27,
          "column": 40
        },
        "end": {
          "line": 27,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1207,
      "end": 1208,
      "loc": {
        "start": {
          "line": 27,
          "column": 49
        },
        "end": {
          "line": 27,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1209,
      "end": 1210,
      "loc": {
        "start": {
          "line": 27,
          "column": 51
        },
        "end": {
          "line": 27,
          "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": 1219,
      "end": 1223,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1224,
      "end": 1228,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1228,
      "end": 1229,
      "loc": {
        "start": {
          "line": 28,
          "column": 17
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 1229,
      "end": 1237,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1237,
      "end": 1238,
      "loc": {
        "start": {
          "line": 28,
          "column": 26
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 1238,
      "end": 1245,
      "loc": {
        "start": {
          "line": 28,
          "column": 27
        },
        "end": {
          "line": 28,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1246,
      "end": 1247,
      "loc": {
        "start": {
          "line": 28,
          "column": 35
        },
        "end": {
          "line": 28,
          "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": 1248,
      "end": 1253,
      "loc": {
        "start": {
          "line": 28,
          "column": 37
        },
        "end": {
          "line": 28,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1253,
      "end": 1254,
      "loc": {
        "start": {
          "line": 28,
          "column": 42
        },
        "end": {
          "line": 28,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1259,
      "end": 1260,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1266,
      "end": 1267,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1267,
      "end": 1274,
      "loc": {
        "start": {
          "line": 31,
          "column": 5
        },
        "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": 1274,
      "end": 1275,
      "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": "Events",
      "start": 1275,
      "end": 1281,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1281,
      "end": 1282,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1282,
      "end": 1293,
      "loc": {
        "start": {
          "line": 31,
          "column": 20
        },
        "end": {
          "line": 31,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 31,
          "column": 31
        },
        "end": {
          "line": 31,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dragged",
      "start": 1294,
      "end": 1301,
      "loc": {
        "start": {
          "line": 31,
          "column": 32
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1301,
      "end": 1302,
      "loc": {
        "start": {
          "line": 31,
          "column": 39
        },
        "end": {
          "line": 31,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1302,
      "end": 1303,
      "loc": {
        "start": {
          "line": 31,
          "column": 40
        },
        "end": {
          "line": 31,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1303,
      "end": 1312,
      "loc": {
        "start": {
          "line": 31,
          "column": 41
        },
        "end": {
          "line": 31,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1312,
      "end": 1313,
      "loc": {
        "start": {
          "line": 31,
          "column": 50
        },
        "end": {
          "line": 31,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1314,
      "end": 1315,
      "loc": {
        "start": {
          "line": 31,
          "column": 52
        },
        "end": {
          "line": 31,
          "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": 1324,
      "end": 1328,
      "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": 1328,
      "end": 1329,
      "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": "view",
      "start": 1329,
      "end": 1333,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1333,
      "end": 1334,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1334,
      "end": 1343,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "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": 1344,
      "end": 1354,
      "loc": {
        "start": {
          "line": 32,
          "column": 28
        },
        "end": {
          "line": 32,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1354,
      "end": 1355,
      "loc": {
        "start": {
          "line": 32,
          "column": 38
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1355,
      "end": 1356,
      "loc": {
        "start": {
          "line": 32,
          "column": 39
        },
        "end": {
          "line": 32,
          "column": 40
        }
      }
    },
    {
      "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": 1365,
      "end": 1370,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 1371,
      "end": 1374,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1375,
      "end": 1376,
      "loc": {
        "start": {
          "line": 33,
          "column": 18
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1377,
      "end": 1386,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1386,
      "end": 1387,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 1387,
      "end": 1390,
      "loc": {
        "start": {
          "line": 33,
          "column": 30
        },
        "end": {
          "line": 33,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1390,
      "end": 1391,
      "loc": {
        "start": {
          "line": 33,
          "column": 33
        },
        "end": {
          "line": 33,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1391,
      "end": 1396,
      "loc": {
        "start": {
          "line": 33,
          "column": 34
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1396,
      "end": 1397,
      "loc": {
        "start": {
          "line": 33,
          "column": 39
        },
        "end": {
          "line": 33,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 33,
          "column": 40
        },
        "end": {
          "line": 33,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1398,
      "end": 1399,
      "loc": {
        "start": {
          "line": 33,
          "column": 41
        },
        "end": {
          "line": 33,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 1399,
      "end": 1411,
      "loc": {
        "start": {
          "line": 33,
          "column": 42
        },
        "end": {
          "line": 33,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 33,
          "column": 54
        },
        "end": {
          "line": 33,
          "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": 1412,
      "end": 1415,
      "loc": {
        "start": {
          "line": 33,
          "column": 55
        },
        "end": {
          "line": 33,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1416,
      "end": 1421,
      "loc": {
        "start": {
          "line": 33,
          "column": 59
        },
        "end": {
          "line": 33,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1421,
      "end": 1422,
      "loc": {
        "start": {
          "line": 33,
          "column": 64
        },
        "end": {
          "line": 33,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix4",
      "start": 1422,
      "end": 1429,
      "loc": {
        "start": {
          "line": 33,
          "column": 65
        },
        "end": {
          "line": 33,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1429,
      "end": 1430,
      "loc": {
        "start": {
          "line": 33,
          "column": 72
        },
        "end": {
          "line": 33,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1430,
      "end": 1431,
      "loc": {
        "start": {
          "line": 33,
          "column": 73
        },
        "end": {
          "line": 33,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 33,
          "column": 74
        },
        "end": {
          "line": 33,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInverse",
      "start": 1432,
      "end": 1442,
      "loc": {
        "start": {
          "line": 33,
          "column": 75
        },
        "end": {
          "line": 33,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1442,
      "end": 1443,
      "loc": {
        "start": {
          "line": 33,
          "column": 85
        },
        "end": {
          "line": 33,
          "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": 1443,
      "end": 1447,
      "loc": {
        "start": {
          "line": 33,
          "column": 86
        },
        "end": {
          "line": 33,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 33,
          "column": 90
        },
        "end": {
          "line": 33,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1448,
      "end": 1454,
      "loc": {
        "start": {
          "line": 33,
          "column": 91
        },
        "end": {
          "line": 33,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1454,
      "end": 1455,
      "loc": {
        "start": {
          "line": 33,
          "column": 97
        },
        "end": {
          "line": 33,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 1455,
      "end": 1466,
      "loc": {
        "start": {
          "line": 33,
          "column": 98
        },
        "end": {
          "line": 33,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1466,
      "end": 1467,
      "loc": {
        "start": {
          "line": 33,
          "column": 109
        },
        "end": {
          "line": 33,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1467,
      "end": 1468,
      "loc": {
        "start": {
          "line": 33,
          "column": 110
        },
        "end": {
          "line": 33,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1468,
      "end": 1469,
      "loc": {
        "start": {
          "line": 33,
          "column": 111
        },
        "end": {
          "line": 33,
          "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": 1478,
      "end": 1483,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 1484,
      "end": 1492,
      "loc": {
        "start": {
          "line": 34,
          "column": 14
        },
        "end": {
          "line": 34,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 34,
          "column": 23
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 1495,
      "end": 1498,
      "loc": {
        "start": {
          "line": 34,
          "column": 25
        },
        "end": {
          "line": 34,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1498,
      "end": 1499,
      "loc": {
        "start": {
          "line": 34,
          "column": 28
        },
        "end": {
          "line": 34,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectPlane",
      "start": 1499,
      "end": 1513,
      "loc": {
        "start": {
          "line": 34,
          "column": 29
        },
        "end": {
          "line": 34,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1513,
      "end": 1514,
      "loc": {
        "start": {
          "line": 34,
          "column": 43
        },
        "end": {
          "line": 34,
          "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": 1514,
      "end": 1517,
      "loc": {
        "start": {
          "line": 34,
          "column": 44
        },
        "end": {
          "line": 34,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1518,
      "end": 1523,
      "loc": {
        "start": {
          "line": 34,
          "column": 48
        },
        "end": {
          "line": 34,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1523,
      "end": 1524,
      "loc": {
        "start": {
          "line": 34,
          "column": 53
        },
        "end": {
          "line": 34,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Plane",
      "start": 1524,
      "end": 1529,
      "loc": {
        "start": {
          "line": 34,
          "column": 54
        },
        "end": {
          "line": 34,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1529,
      "end": 1530,
      "loc": {
        "start": {
          "line": 34,
          "column": 59
        },
        "end": {
          "line": 34,
          "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": 1530,
      "end": 1533,
      "loc": {
        "start": {
          "line": 34,
          "column": 60
        },
        "end": {
          "line": 34,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1534,
      "end": 1539,
      "loc": {
        "start": {
          "line": 34,
          "column": 64
        },
        "end": {
          "line": 34,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1539,
      "end": 1540,
      "loc": {
        "start": {
          "line": 34,
          "column": 69
        },
        "end": {
          "line": 34,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1540,
      "end": 1547,
      "loc": {
        "start": {
          "line": 34,
          "column": 70
        },
        "end": {
          "line": 34,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1547,
      "end": 1548,
      "loc": {
        "start": {
          "line": 34,
          "column": 77
        },
        "end": {
          "line": 34,
          "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": 1548,
      "end": 1549,
      "loc": {
        "start": {
          "line": 34,
          "column": 78
        },
        "end": {
          "line": 34,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1549,
      "end": 1550,
      "loc": {
        "start": {
          "line": 34,
          "column": 79
        },
        "end": {
          "line": 34,
          "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": 1551,
      "end": 1552,
      "loc": {
        "start": {
          "line": 34,
          "column": 81
        },
        "end": {
          "line": 34,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1552,
      "end": 1553,
      "loc": {
        "start": {
          "line": 34,
          "column": 82
        },
        "end": {
          "line": 34,
          "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": 1554,
      "end": 1555,
      "loc": {
        "start": {
          "line": 34,
          "column": 84
        },
        "end": {
          "line": 34,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 34,
          "column": 85
        },
        "end": {
          "line": 34,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1556,
      "end": 1557,
      "loc": {
        "start": {
          "line": 34,
          "column": 86
        },
        "end": {
          "line": 34,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 34,
          "column": 87
        },
        "end": {
          "line": 34,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1558,
      "end": 1559,
      "loc": {
        "start": {
          "line": 34,
          "column": 88
        },
        "end": {
          "line": 34,
          "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": 1568,
      "end": 1573,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "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": "id",
      "start": 1574,
      "end": 1576,
      "loc": {
        "start": {
          "line": 35,
          "column": 14
        },
        "end": {
          "line": 35,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1577,
      "end": 1578,
      "loc": {
        "start": {
          "line": 35,
          "column": 17
        },
        "end": {
          "line": 35,
          "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": 1579,
      "end": 1583,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1583,
      "end": 1584,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1584,
      "end": 1590,
      "loc": {
        "start": {
          "line": 35,
          "column": 24
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 35,
          "column": 30
        },
        "end": {
          "line": 35,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userData",
      "start": 1591,
      "end": 1599,
      "loc": {
        "start": {
          "line": 35,
          "column": 31
        },
        "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": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 35,
          "column": 39
        },
        "end": {
          "line": 35,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meta",
      "start": 1600,
      "end": 1604,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 35,
          "column": 44
        },
        "end": {
          "line": 35,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1605,
      "end": 1607,
      "loc": {
        "start": {
          "line": 35,
          "column": 45
        },
        "end": {
          "line": 35,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1607,
      "end": 1608,
      "loc": {
        "start": {
          "line": 35,
          "column": 47
        },
        "end": {
          "line": 35,
          "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": 1617,
      "end": 1619,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1620,
      "end": 1621,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "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": 1621,
      "end": 1622,
      "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": "id",
      "start": 1622,
      "end": 1624,
      "loc": {
        "start": {
          "line": 36,
          "column": 13
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1624,
      "end": 1625,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "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": 1626,
      "end": 1632,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1632,
      "end": 1633,
      "loc": {
        "start": {
          "line": 36,
          "column": 23
        },
        "end": {
          "line": 36,
          "column": 24
        }
      }
    },
    {
      "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": 1642,
      "end": 1646,
      "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": 1646,
      "end": 1647,
      "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": "draggedState",
      "start": 1647,
      "end": 1659,
      "loc": {
        "start": {
          "line": 37,
          "column": 13
        },
        "end": {
          "line": 37,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1660,
      "end": 1661,
      "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": "cloneDeep",
      "start": 1662,
      "end": 1671,
      "loc": {
        "start": {
          "line": 37,
          "column": 28
        },
        "end": {
          "line": 37,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 37,
          "column": 37
        },
        "end": {
          "line": 37,
          "column": 38
        }
      }
    },
    {
      "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": 1672,
      "end": 1676,
      "loc": {
        "start": {
          "line": 37,
          "column": 38
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1676,
      "end": 1677,
      "loc": {
        "start": {
          "line": 37,
          "column": 42
        },
        "end": {
          "line": 37,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1677,
      "end": 1683,
      "loc": {
        "start": {
          "line": 37,
          "column": 43
        },
        "end": {
          "line": 37,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1683,
      "end": 1684,
      "loc": {
        "start": {
          "line": 37,
          "column": 49
        },
        "end": {
          "line": 37,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 1684,
      "end": 1690,
      "loc": {
        "start": {
          "line": 37,
          "column": 50
        },
        "end": {
          "line": 37,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1690,
      "end": 1691,
      "loc": {
        "start": {
          "line": 37,
          "column": 56
        },
        "end": {
          "line": 37,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1691,
      "end": 1701,
      "loc": {
        "start": {
          "line": 37,
          "column": 57
        },
        "end": {
          "line": 37,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1701,
      "end": 1702,
      "loc": {
        "start": {
          "line": 37,
          "column": 67
        },
        "end": {
          "line": 37,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 1702,
      "end": 1706,
      "loc": {
        "start": {
          "line": 37,
          "column": 68
        },
        "end": {
          "line": 37,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 37,
          "column": 72
        },
        "end": {
          "line": 37,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1707,
      "end": 1709,
      "loc": {
        "start": {
          "line": 37,
          "column": 73
        },
        "end": {
          "line": 37,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 37,
          "column": 75
        },
        "end": {
          "line": 37,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 37,
          "column": 76
        },
        "end": {
          "line": 37,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1711,
      "end": 1712,
      "loc": {
        "start": {
          "line": 37,
          "column": 77
        },
        "end": {
          "line": 37,
          "column": 78
        }
      }
    },
    {
      "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": 1721,
      "end": 1725,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "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": "onDrag",
      "start": 1726,
      "end": 1732,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1732,
      "end": 1733,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "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": 1733,
      "end": 1737,
      "loc": {
        "start": {
          "line": 38,
          "column": 20
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1737,
      "end": 1738,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draggedState",
      "start": 1738,
      "end": 1750,
      "loc": {
        "start": {
          "line": 38,
          "column": 25
        },
        "end": {
          "line": 38,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 38,
          "column": 37
        },
        "end": {
          "line": 38,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 1752,
      "end": 1760,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1760,
      "end": 1761,
      "loc": {
        "start": {
          "line": 38,
          "column": 47
        },
        "end": {
          "line": 38,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1761,
      "end": 1762,
      "loc": {
        "start": {
          "line": 38,
          "column": 48
        },
        "end": {
          "line": 38,
          "column": 49
        }
      }
    },
    {
      "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": 1771,
      "end": 1775,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1775,
      "end": 1776,
      "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": "parent",
      "start": 1776,
      "end": 1782,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1782,
      "end": 1783,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 1783,
      "end": 1798,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1798,
      "end": 1799,
      "loc": {
        "start": {
          "line": 39,
          "column": 35
        },
        "end": {
          "line": 39,
          "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": 1799,
      "end": 1803,
      "loc": {
        "start": {
          "line": 39,
          "column": 36
        },
        "end": {
          "line": 39,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1803,
      "end": 1804,
      "loc": {
        "start": {
          "line": 39,
          "column": 40
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draggedState",
      "start": 1804,
      "end": 1816,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1816,
      "end": 1817,
      "loc": {
        "start": {
          "line": 39,
          "column": 53
        },
        "end": {
          "line": 39,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 39,
          "column": 54
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1823,
      "end": 1824,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1831,
      "end": 1838,
      "loc": {
        "start": {
          "line": 42,
          "column": 5
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1839,
      "end": 1845,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1845,
      "end": 1846,
      "loc": {
        "start": {
          "line": 42,
          "column": 19
        },
        "end": {
          "line": 42,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1846,
      "end": 1857,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1857,
      "end": 1858,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dropped",
      "start": 1858,
      "end": 1865,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1865,
      "end": 1866,
      "loc": {
        "start": {
          "line": 42,
          "column": 39
        },
        "end": {
          "line": 42,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1866,
      "end": 1867,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1867,
      "end": 1876,
      "loc": {
        "start": {
          "line": 42,
          "column": 41
        },
        "end": {
          "line": 42,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1876,
      "end": 1877,
      "loc": {
        "start": {
          "line": 42,
          "column": 50
        },
        "end": {
          "line": 42,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 42,
          "column": 52
        },
        "end": {
          "line": 42,
          "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": 1888,
      "end": 1892,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "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": 1892,
      "end": 1893,
      "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": "view",
      "start": 1893,
      "end": 1897,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1897,
      "end": 1898,
      "loc": {
        "start": {
          "line": 43,
          "column": 17
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1898,
      "end": 1907,
      "loc": {
        "start": {
          "line": 43,
          "column": 18
        },
        "end": {
          "line": 43,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 43,
          "column": 27
        },
        "end": {
          "line": 43,
          "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": 1908,
      "end": 1914,
      "loc": {
        "start": {
          "line": 43,
          "column": 28
        },
        "end": {
          "line": 43,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1914,
      "end": 1915,
      "loc": {
        "start": {
          "line": 43,
          "column": 34
        },
        "end": {
          "line": 43,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 43,
          "column": 35
        },
        "end": {
          "line": 43,
          "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": 1925,
      "end": 1929,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1929,
      "end": 1930,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "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": "view",
      "start": 1930,
      "end": 1934,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1934,
      "end": 1935,
      "loc": {
        "start": {
          "line": 44,
          "column": 17
        },
        "end": {
          "line": 44,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 1935,
      "end": 1943,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "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": 1943,
      "end": 1944,
      "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": "enabled",
      "start": 1944,
      "end": 1951,
      "loc": {
        "start": {
          "line": 44,
          "column": 27
        },
        "end": {
          "line": 44,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1952,
      "end": 1953,
      "loc": {
        "start": {
          "line": 44,
          "column": 35
        },
        "end": {
          "line": 44,
          "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": 1954,
      "end": 1958,
      "loc": {
        "start": {
          "line": 44,
          "column": 37
        },
        "end": {
          "line": 44,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 44,
          "column": 41
        },
        "end": {
          "line": 44,
          "column": 42
        }
      }
    },
    {
      "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": 1968,
      "end": 1970,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 45,
          "column": 11
        },
        "end": {
          "line": 45,
          "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": 1972,
      "end": 1973,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "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": 1973,
      "end": 1977,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 45,
          "column": 17
        },
        "end": {
          "line": 45,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draggedState",
      "start": 1978,
      "end": 1990,
      "loc": {
        "start": {
          "line": 45,
          "column": 18
        },
        "end": {
          "line": 45,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1990,
      "end": 1991,
      "loc": {
        "start": {
          "line": 45,
          "column": 30
        },
        "end": {
          "line": 45,
          "column": 31
        }
      }
    },
    {
      "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": 1992,
      "end": 1998,
      "loc": {
        "start": {
          "line": 45,
          "column": 32
        },
        "end": {
          "line": 45,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1998,
      "end": 1999,
      "loc": {
        "start": {
          "line": 45,
          "column": 38
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "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": 2008,
      "end": 2012,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2012,
      "end": 2013,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 2013,
      "end": 2019,
      "loc": {
        "start": {
          "line": 46,
          "column": 13
        },
        "end": {
          "line": 46,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2019,
      "end": 2020,
      "loc": {
        "start": {
          "line": 46,
          "column": 19
        },
        "end": {
          "line": 46,
          "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": 2020,
      "end": 2024,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2024,
      "end": 2025,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draggedState",
      "start": 2025,
      "end": 2037,
      "loc": {
        "start": {
          "line": 46,
          "column": 25
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2037,
      "end": 2038,
      "loc": {
        "start": {
          "line": 46,
          "column": 37
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 46,
          "column": 38
        },
        "end": {
          "line": 46,
          "column": 39
        }
      }
    },
    {
      "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": 2048,
      "end": 2052,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 47,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "draggedState",
      "start": 2053,
      "end": 2065,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 47,
          "column": 26
        },
        "end": {
          "line": 47,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2068,
      "end": 2077,
      "loc": {
        "start": {
          "line": 47,
          "column": 28
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "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": 2087,
      "end": 2091,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2091,
      "end": 2092,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2092,
      "end": 2098,
      "loc": {
        "start": {
          "line": 48,
          "column": 13
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2098,
      "end": 2099,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2099,
      "end": 2105,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2105,
      "end": 2106,
      "loc": {
        "start": {
          "line": 48,
          "column": 26
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "afterSetCallback",
      "start": 2106,
      "end": 2122,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2122,
      "end": 2123,
      "loc": {
        "start": {
          "line": 48,
          "column": 43
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2123,
      "end": 2124,
      "loc": {
        "start": {
          "line": 48,
          "column": 44
        },
        "end": {
          "line": 48,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2124,
      "end": 2125,
      "loc": {
        "start": {
          "line": 48,
          "column": 45
        },
        "end": {
          "line": 48,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2130,
      "end": 2131,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2137,
      "end": 2138,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 2138,
      "end": 2145,
      "loc": {
        "start": {
          "line": 51,
          "column": 5
        },
        "end": {
          "line": 51,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2145,
      "end": 2146,
      "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": "Events",
      "start": 2146,
      "end": 2152,
      "loc": {
        "start": {
          "line": 51,
          "column": 13
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2152,
      "end": 2153,
      "loc": {
        "start": {
          "line": 51,
          "column": 19
        },
        "end": {
          "line": 51,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 2153,
      "end": 2164,
      "loc": {
        "start": {
          "line": 51,
          "column": 20
        },
        "end": {
          "line": 51,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2164,
      "end": 2165,
      "loc": {
        "start": {
          "line": 51,
          "column": 31
        },
        "end": {
          "line": 51,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Clicked",
      "start": 2165,
      "end": 2172,
      "loc": {
        "start": {
          "line": 51,
          "column": 32
        },
        "end": {
          "line": 51,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2172,
      "end": 2173,
      "loc": {
        "start": {
          "line": 51,
          "column": 39
        },
        "end": {
          "line": 51,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2173,
      "end": 2174,
      "loc": {
        "start": {
          "line": 51,
          "column": 40
        },
        "end": {
          "line": 51,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2174,
      "end": 2183,
      "loc": {
        "start": {
          "line": 51,
          "column": 41
        },
        "end": {
          "line": 51,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2183,
      "end": 2184,
      "loc": {
        "start": {
          "line": 51,
          "column": 50
        },
        "end": {
          "line": 51,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 51,
          "column": 52
        },
        "end": {
          "line": 51,
          "column": 53
        }
      }
    },
    {
      "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": 2195,
      "end": 2197,
      "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": 2198,
      "end": 2199,
      "loc": {
        "start": {
          "line": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "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": 2199,
      "end": 2203,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2204,
      "end": 2210,
      "loc": {
        "start": {
          "line": 52,
          "column": 17
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2210,
      "end": 2211,
      "loc": {
        "start": {
          "line": 52,
          "column": 23
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2211,
      "end": 2217,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2217,
      "end": 2218,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2218,
      "end": 2226,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "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": 2228,
      "end": 2232,
      "loc": {
        "start": {
          "line": 52,
          "column": 41
        },
        "end": {
          "line": 52,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 52,
          "column": 45
        },
        "end": {
          "line": 52,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2233,
      "end": 2239,
      "loc": {
        "start": {
          "line": 52,
          "column": 46
        },
        "end": {
          "line": 52,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2239,
      "end": 2240,
      "loc": {
        "start": {
          "line": 52,
          "column": 52
        },
        "end": {
          "line": 52,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2240,
      "end": 2246,
      "loc": {
        "start": {
          "line": 52,
          "column": 53
        },
        "end": {
          "line": 52,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2246,
      "end": 2247,
      "loc": {
        "start": {
          "line": 52,
          "column": 59
        },
        "end": {
          "line": 52,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2247,
      "end": 2255,
      "loc": {
        "start": {
          "line": 52,
          "column": 60
        },
        "end": {
          "line": 52,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2255,
      "end": 2256,
      "loc": {
        "start": {
          "line": 52,
          "column": 68
        },
        "end": {
          "line": 52,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clicked",
      "start": 2256,
      "end": 2263,
      "loc": {
        "start": {
          "line": 52,
          "column": 69
        },
        "end": {
          "line": 52,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2263,
      "end": 2264,
      "loc": {
        "start": {
          "line": 52,
          "column": 76
        },
        "end": {
          "line": 52,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2264,
      "end": 2273,
      "loc": {
        "start": {
          "line": 52,
          "column": 77
        },
        "end": {
          "line": 52,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2273,
      "end": 2274,
      "loc": {
        "start": {
          "line": 52,
          "column": 86
        },
        "end": {
          "line": 52,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2274,
      "end": 2275,
      "loc": {
        "start": {
          "line": 52,
          "column": 87
        },
        "end": {
          "line": 52,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2287,
      "end": 2288,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 2288,
      "end": 2295,
      "loc": {
        "start": {
          "line": 55,
          "column": 5
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2295,
      "end": 2296,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 2296,
      "end": 2302,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2302,
      "end": 2303,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 2303,
      "end": 2314,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 55,
          "column": 31
        },
        "end": {
          "line": 55,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Missed",
      "start": 2315,
      "end": 2321,
      "loc": {
        "start": {
          "line": 55,
          "column": 32
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2321,
      "end": 2322,
      "loc": {
        "start": {
          "line": 55,
          "column": 38
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2322,
      "end": 2323,
      "loc": {
        "start": {
          "line": 55,
          "column": 39
        },
        "end": {
          "line": 55,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2323,
      "end": 2332,
      "loc": {
        "start": {
          "line": 55,
          "column": 40
        },
        "end": {
          "line": 55,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 55,
          "column": 49
        },
        "end": {
          "line": 55,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 55,
          "column": 51
        },
        "end": {
          "line": 55,
          "column": 52
        }
      }
    },
    {
      "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": 2344,
      "end": 2346,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2347,
      "end": 2348,
      "loc": {
        "start": {
          "line": 56,
          "column": 11
        },
        "end": {
          "line": 56,
          "column": 12
        }
      }
    },
    {
      "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": 2348,
      "end": 2352,
      "loc": {
        "start": {
          "line": 56,
          "column": 12
        },
        "end": {
          "line": 56,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2352,
      "end": 2353,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2353,
      "end": 2359,
      "loc": {
        "start": {
          "line": 56,
          "column": 17
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2359,
      "end": 2360,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2360,
      "end": 2366,
      "loc": {
        "start": {
          "line": 56,
          "column": 24
        },
        "end": {
          "line": 56,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2366,
      "end": 2367,
      "loc": {
        "start": {
          "line": 56,
          "column": 30
        },
        "end": {
          "line": 56,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2367,
      "end": 2375,
      "loc": {
        "start": {
          "line": 56,
          "column": 31
        },
        "end": {
          "line": 56,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 56,
          "column": 39
        },
        "end": {
          "line": 56,
          "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": 2377,
      "end": 2381,
      "loc": {
        "start": {
          "line": 56,
          "column": 41
        },
        "end": {
          "line": 56,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2381,
      "end": 2382,
      "loc": {
        "start": {
          "line": 56,
          "column": 45
        },
        "end": {
          "line": 56,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2382,
      "end": 2388,
      "loc": {
        "start": {
          "line": 56,
          "column": 46
        },
        "end": {
          "line": 56,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 56,
          "column": 52
        },
        "end": {
          "line": 56,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2389,
      "end": 2395,
      "loc": {
        "start": {
          "line": 56,
          "column": 53
        },
        "end": {
          "line": 56,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2395,
      "end": 2396,
      "loc": {
        "start": {
          "line": 56,
          "column": 59
        },
        "end": {
          "line": 56,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2396,
      "end": 2404,
      "loc": {
        "start": {
          "line": 56,
          "column": 60
        },
        "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": 2404,
      "end": 2405,
      "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": "missed",
      "start": 2405,
      "end": 2411,
      "loc": {
        "start": {
          "line": 56,
          "column": 69
        },
        "end": {
          "line": 56,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2411,
      "end": 2412,
      "loc": {
        "start": {
          "line": 56,
          "column": 75
        },
        "end": {
          "line": 56,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2412,
      "end": 2421,
      "loc": {
        "start": {
          "line": 56,
          "column": 76
        },
        "end": {
          "line": 56,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2421,
      "end": 2422,
      "loc": {
        "start": {
          "line": 56,
          "column": 85
        },
        "end": {
          "line": 56,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2422,
      "end": 2423,
      "loc": {
        "start": {
          "line": 56,
          "column": 86
        },
        "end": {
          "line": 56,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2428,
      "end": 2429,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2435,
      "end": 2436,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 2436,
      "end": 2443,
      "loc": {
        "start": {
          "line": 59,
          "column": 5
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2443,
      "end": 2444,
      "loc": {
        "start": {
          "line": 59,
          "column": 12
        },
        "end": {
          "line": 59,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 2444,
      "end": 2450,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2450,
      "end": 2451,
      "loc": {
        "start": {
          "line": 59,
          "column": 19
        },
        "end": {
          "line": 59,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Lifecycle",
      "start": 2451,
      "end": 2460,
      "loc": {
        "start": {
          "line": 59,
          "column": 20
        },
        "end": {
          "line": 59,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 59,
          "column": 29
        },
        "end": {
          "line": 59,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Rendered",
      "start": 2461,
      "end": 2469,
      "loc": {
        "start": {
          "line": 59,
          "column": 30
        },
        "end": {
          "line": 59,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2469,
      "end": 2470,
      "loc": {
        "start": {
          "line": 59,
          "column": 38
        },
        "end": {
          "line": 59,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2470,
      "end": 2471,
      "loc": {
        "start": {
          "line": 59,
          "column": 39
        },
        "end": {
          "line": 59,
          "column": 40
        }
      }
    },
    {
      "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": 59,
          "column": 40
        },
        "end": {
          "line": 59,
          "column": 41
        }
      }
    },
    {
      "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": 59,
          "column": 42
        },
        "end": {
          "line": 59,
          "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": 2483,
      "end": 2488,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 2489,
      "end": 2494,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "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": 2497,
      "end": 2501,
      "loc": {
        "start": {
          "line": 60,
          "column": 22
        },
        "end": {
          "line": 60,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 60,
          "column": 26
        },
        "end": {
          "line": 60,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 2502,
      "end": 2506,
      "loc": {
        "start": {
          "line": 60,
          "column": 27
        },
        "end": {
          "line": 60,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2506,
      "end": 2507,
      "loc": {
        "start": {
          "line": 60,
          "column": 31
        },
        "end": {
          "line": 60,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateScaleFactor",
      "start": 2507,
      "end": 2527,
      "loc": {
        "start": {
          "line": 60,
          "column": 32
        },
        "end": {
          "line": 60,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2527,
      "end": 2528,
      "loc": {
        "start": {
          "line": 60,
          "column": 52
        },
        "end": {
          "line": 60,
          "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": 2528,
      "end": 2532,
      "loc": {
        "start": {
          "line": 60,
          "column": 53
        },
        "end": {
          "line": 60,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2532,
      "end": 2533,
      "loc": {
        "start": {
          "line": 60,
          "column": 57
        },
        "end": {
          "line": 60,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWorldPosition",
      "start": 2533,
      "end": 2549,
      "loc": {
        "start": {
          "line": 60,
          "column": 58
        },
        "end": {
          "line": 60,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2549,
      "end": 2550,
      "loc": {
        "start": {
          "line": 60,
          "column": 74
        },
        "end": {
          "line": 60,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2550,
      "end": 2551,
      "loc": {
        "start": {
          "line": 60,
          "column": 75
        },
        "end": {
          "line": 60,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 60,
          "column": 76
        },
        "end": {
          "line": 60,
          "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": 2553,
      "end": 2554,
      "loc": {
        "start": {
          "line": 60,
          "column": 78
        },
        "end": {
          "line": 60,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2554,
      "end": 2555,
      "loc": {
        "start": {
          "line": 60,
          "column": 79
        },
        "end": {
          "line": 60,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2555,
      "end": 2556,
      "loc": {
        "start": {
          "line": 60,
          "column": 80
        },
        "end": {
          "line": 60,
          "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": 2565,
      "end": 2569,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 61,
          "column": 12
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 2570,
      "end": 2577,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2577,
      "end": 2578,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 2578,
      "end": 2583,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2583,
      "end": 2584,
      "loc": {
        "start": {
          "line": 61,
          "column": 26
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 61,
          "column": 27
        },
        "end": {
          "line": 61,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2590,
      "end": 2591,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 2597,
      "end": 2661,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 2666,
      "end": 2681,
      "loc": {
        "start": {
          "line": 65,
          "column": 4
        },
        "end": {
          "line": 65,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2682,
      "end": 2687,
      "loc": {
        "start": {
          "line": 65,
          "column": 20
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2687,
      "end": 2688,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2689,
      "end": 2690,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "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": 2699,
      "end": 2702,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2703,
      "end": 2712,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2713,
      "end": 2714,
      "loc": {
        "start": {
          "line": 66,
          "column": 22
        },
        "end": {
          "line": 66,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2715,
      "end": 2716,
      "loc": {
        "start": {
          "line": 66,
          "column": 24
        },
        "end": {
          "line": 66,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2716,
      "end": 2717,
      "loc": {
        "start": {
          "line": 66,
          "column": 25
        },
        "end": {
          "line": 66,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 66,
          "column": 26
        },
        "end": {
          "line": 66,
          "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": 2727,
      "end": 2729,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2730,
      "end": 2731,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "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": 2731,
      "end": 2732,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2732,
      "end": 2737,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "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": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 2738,
      "end": 2745,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2745,
      "end": 2746,
      "loc": {
        "start": {
          "line": 67,
          "column": 26
        },
        "end": {
          "line": 67,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 2746,
      "end": 2755,
      "loc": {
        "start": {
          "line": 67,
          "column": 27
        },
        "end": {
          "line": 67,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2755,
      "end": 2756,
      "loc": {
        "start": {
          "line": 67,
          "column": 36
        },
        "end": {
          "line": 67,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2756,
      "end": 2761,
      "loc": {
        "start": {
          "line": 67,
          "column": 37
        },
        "end": {
          "line": 67,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2761,
      "end": 2762,
      "loc": {
        "start": {
          "line": 67,
          "column": 42
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 2762,
      "end": 2772,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 67,
          "column": 53
        },
        "end": {
          "line": 67,
          "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": 2773,
      "end": 2776,
      "loc": {
        "start": {
          "line": 67,
          "column": 54
        },
        "end": {
          "line": 67,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2776,
      "end": 2777,
      "loc": {
        "start": {
          "line": 67,
          "column": 57
        },
        "end": {
          "line": 67,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2777,
      "end": 2778,
      "loc": {
        "start": {
          "line": 67,
          "column": 58
        },
        "end": {
          "line": 67,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2779,
      "end": 2788,
      "loc": {
        "start": {
          "line": 67,
          "column": 60
        },
        "end": {
          "line": 67,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2788,
      "end": 2789,
      "loc": {
        "start": {
          "line": 67,
          "column": 69
        },
        "end": {
          "line": 67,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2789,
      "end": 2793,
      "loc": {
        "start": {
          "line": 67,
          "column": 70
        },
        "end": {
          "line": 67,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2793,
      "end": 2794,
      "loc": {
        "start": {
          "line": 67,
          "column": 74
        },
        "end": {
          "line": 67,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2794,
      "end": 2799,
      "loc": {
        "start": {
          "line": 67,
          "column": 75
        },
        "end": {
          "line": 67,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 67,
          "column": 80
        },
        "end": {
          "line": 67,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 2800,
      "end": 2807,
      "loc": {
        "start": {
          "line": 67,
          "column": 81
        },
        "end": {
          "line": 67,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2807,
      "end": 2808,
      "loc": {
        "start": {
          "line": 67,
          "column": 88
        },
        "end": {
          "line": 67,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 2808,
      "end": 2817,
      "loc": {
        "start": {
          "line": 67,
          "column": 89
        },
        "end": {
          "line": 67,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2817,
      "end": 2818,
      "loc": {
        "start": {
          "line": 67,
          "column": 98
        },
        "end": {
          "line": 67,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2818,
      "end": 2823,
      "loc": {
        "start": {
          "line": 67,
          "column": 99
        },
        "end": {
          "line": 67,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2823,
      "end": 2824,
      "loc": {
        "start": {
          "line": 67,
          "column": 104
        },
        "end": {
          "line": 67,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2824,
      "end": 2825,
      "loc": {
        "start": {
          "line": 67,
          "column": 105
        },
        "end": {
          "line": 67,
          "column": 106
        }
      }
    },
    {
      "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": 2834,
      "end": 2839,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2840,
      "end": 2843,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2844,
      "end": 2845,
      "loc": {
        "start": {
          "line": 68,
          "column": 18
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2846,
      "end": 2851,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2851,
      "end": 2852,
      "loc": {
        "start": {
          "line": 68,
          "column": 25
        },
        "end": {
          "line": 68,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 2852,
      "end": 2864,
      "loc": {
        "start": {
          "line": 68,
          "column": 26
        },
        "end": {
          "line": 68,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2865,
      "end": 2868,
      "loc": {
        "start": {
          "line": 68,
          "column": 39
        },
        "end": {
          "line": 68,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2869,
      "end": 2878,
      "loc": {
        "start": {
          "line": 68,
          "column": 43
        },
        "end": {
          "line": 68,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2893,
      "end": 2898,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2898,
      "end": 2899,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 2899,
      "end": 2911,
      "loc": {
        "start": {
          "line": 69,
          "column": 20
        },
        "end": {
          "line": 69,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2926,
      "end": 2931,
      "loc": {
        "start": {
          "line": 70,
          "column": 14
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2931,
      "end": 2932,
      "loc": {
        "start": {
          "line": 70,
          "column": 19
        },
        "end": {
          "line": 70,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2932,
      "end": 2934,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2935,
      "end": 2936,
      "loc": {
        "start": {
          "line": 70,
          "column": 23
        },
        "end": {
          "line": 70,
          "column": 24
        }
      }
    },
    {
      "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": 2937,
      "end": 2941,
      "loc": {
        "start": {
          "line": 70,
          "column": 25
        },
        "end": {
          "line": 70,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2941,
      "end": 2942,
      "loc": {
        "start": {
          "line": 70,
          "column": 29
        },
        "end": {
          "line": 70,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2942,
      "end": 2948,
      "loc": {
        "start": {
          "line": 70,
          "column": 30
        },
        "end": {
          "line": 70,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2948,
      "end": 2949,
      "loc": {
        "start": {
          "line": 70,
          "column": 36
        },
        "end": {
          "line": 70,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2949,
      "end": 2955,
      "loc": {
        "start": {
          "line": 70,
          "column": 37
        },
        "end": {
          "line": 70,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2955,
      "end": 2956,
      "loc": {
        "start": {
          "line": 70,
          "column": 43
        },
        "end": {
          "line": 70,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 2956,
      "end": 2978,
      "loc": {
        "start": {
          "line": 70,
          "column": 44
        },
        "end": {
          "line": 70,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2978,
      "end": 2979,
      "loc": {
        "start": {
          "line": 70,
          "column": 66
        },
        "end": {
          "line": 70,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2979,
      "end": 2984,
      "loc": {
        "start": {
          "line": 70,
          "column": 67
        },
        "end": {
          "line": 70,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 70,
          "column": 72
        },
        "end": {
          "line": 70,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2985,
      "end": 2987,
      "loc": {
        "start": {
          "line": 70,
          "column": 73
        },
        "end": {
          "line": 70,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2987,
      "end": 2988,
      "loc": {
        "start": {
          "line": 70,
          "column": 75
        },
        "end": {
          "line": 70,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2988,
      "end": 2989,
      "loc": {
        "start": {
          "line": 70,
          "column": 76
        },
        "end": {
          "line": 70,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2989,
      "end": 2994,
      "loc": {
        "start": {
          "line": 70,
          "column": 77
        },
        "end": {
          "line": 70,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2995,
      "end": 2996,
      "loc": {
        "start": {
          "line": 70,
          "column": 83
        },
        "end": {
          "line": 70,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2997,
      "end": 3006,
      "loc": {
        "start": {
          "line": 70,
          "column": 85
        },
        "end": {
          "line": 70,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3006,
      "end": 3007,
      "loc": {
        "start": {
          "line": 70,
          "column": 94
        },
        "end": {
          "line": 70,
          "column": 95
        }
      }
    },
    {
      "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": 3016,
      "end": 3018,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3019,
      "end": 3020,
      "loc": {
        "start": {
          "line": 71,
          "column": 11
        },
        "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": "num",
      "start": 3020,
      "end": 3023,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3024,
      "end": 3027,
      "loc": {
        "start": {
          "line": 71,
          "column": 16
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3028,
      "end": 3037,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3037,
      "end": 3038,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 3039,
      "end": 3048,
      "loc": {
        "start": {
          "line": 71,
          "column": 31
        },
        "end": {
          "line": 71,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3048,
      "end": 3049,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3049,
      "end": 3053,
      "loc": {
        "start": {
          "line": 71,
          "column": 41
        },
        "end": {
          "line": 71,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3053,
      "end": 3054,
      "loc": {
        "start": {
          "line": 71,
          "column": 45
        },
        "end": {
          "line": 71,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 3054,
      "end": 3060,
      "loc": {
        "start": {
          "line": 71,
          "column": 46
        },
        "end": {
          "line": 71,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3060,
      "end": 3061,
      "loc": {
        "start": {
          "line": 71,
          "column": 52
        },
        "end": {
          "line": 71,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInteger",
      "start": 3061,
      "end": 3070,
      "loc": {
        "start": {
          "line": 71,
          "column": 53
        },
        "end": {
          "line": 71,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3070,
      "end": 3071,
      "loc": {
        "start": {
          "line": 71,
          "column": 62
        },
        "end": {
          "line": 71,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 3071,
      "end": 3074,
      "loc": {
        "start": {
          "line": 71,
          "column": 63
        },
        "end": {
          "line": 71,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 71,
          "column": 66
        },
        "end": {
          "line": 71,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3076,
      "end": 3077,
      "loc": {
        "start": {
          "line": 71,
          "column": 68
        },
        "end": {
          "line": 71,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "String",
      "start": 3078,
      "end": 3084,
      "loc": {
        "start": {
          "line": 71,
          "column": 70
        },
        "end": {
          "line": 71,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3084,
      "end": 3085,
      "loc": {
        "start": {
          "line": 71,
          "column": 76
        },
        "end": {
          "line": 71,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 3085,
      "end": 3088,
      "loc": {
        "start": {
          "line": 71,
          "column": 77
        },
        "end": {
          "line": 71,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 71,
          "column": 80
        },
        "end": {
          "line": 71,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3090,
      "end": 3091,
      "loc": {
        "start": {
          "line": 71,
          "column": 82
        },
        "end": {
          "line": 71,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 3092,
      "end": 3095,
      "loc": {
        "start": {
          "line": 71,
          "column": 84
        },
        "end": {
          "line": 71,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3095,
      "end": 3096,
      "loc": {
        "start": {
          "line": 71,
          "column": 87
        },
        "end": {
          "line": 71,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toFixed",
      "start": 3096,
      "end": 3103,
      "loc": {
        "start": {
          "line": 71,
          "column": 88
        },
        "end": {
          "line": 71,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 71,
          "column": 95
        },
        "end": {
          "line": 71,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 71,
          "column": 96
        },
        "end": {
          "line": 71,
          "column": 97
        }
      }
    },
    {
      "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": 71,
          "column": 97
        },
        "end": {
          "line": 71,
          "column": 98
        }
      }
    },
    {
      "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": 71,
          "column": 98
        },
        "end": {
          "line": 71,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3107,
      "end": 3108,
      "loc": {
        "start": {
          "line": 71,
          "column": 99
        },
        "end": {
          "line": 71,
          "column": 100
        }
      }
    },
    {
      "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": 3117,
      "end": 3121,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3121,
      "end": 3122,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 3122,
      "end": 3126,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3127,
      "end": 3128,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 3129,
      "end": 3138,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3138,
      "end": 3139,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 3139,
      "end": 3143,
      "loc": {
        "start": {
          "line": 72,
          "column": 30
        },
        "end": {
          "line": 72,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3143,
      "end": 3144,
      "loc": {
        "start": {
          "line": 72,
          "column": 34
        },
        "end": {
          "line": 72,
          "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": 3144,
      "end": 3147,
      "loc": {
        "start": {
          "line": 72,
          "column": 35
        },
        "end": {
          "line": 72,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3147,
      "end": 3148,
      "loc": {
        "start": {
          "line": 72,
          "column": 38
        },
        "end": {
          "line": 72,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3148,
      "end": 3149,
      "loc": {
        "start": {
          "line": 72,
          "column": 39
        },
        "end": {
          "line": 72,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3154,
      "end": 3155,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 3161,
      "end": 3253,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 3258,
      "end": 3264,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3264,
      "end": 3265,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3265,
      "end": 3270,
      "loc": {
        "start": {
          "line": 76,
          "column": 11
        },
        "end": {
          "line": 76,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3270,
      "end": 3271,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3272,
      "end": 3280,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3280,
      "end": 3281,
      "loc": {
        "start": {
          "line": 76,
          "column": 26
        },
        "end": {
          "line": 76,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3282,
      "end": 3283,
      "loc": {
        "start": {
          "line": 76,
          "column": 28
        },
        "end": {
          "line": 76,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3283,
      "end": 3284,
      "loc": {
        "start": {
          "line": 76,
          "column": 29
        },
        "end": {
          "line": 76,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 3290,
      "end": 3379,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 3384,
      "end": 3390,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3390,
      "end": 3391,
      "loc": {
        "start": {
          "line": 79,
          "column": 10
        },
        "end": {
          "line": 79,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3391,
      "end": 3396,
      "loc": {
        "start": {
          "line": 79,
          "column": 11
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3396,
      "end": 3397,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3398,
      "end": 3399,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3399,
      "end": 3400,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 3406,
      "end": 3475,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 3480,
      "end": 3487,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 11
        }
      }
    },
    {
      "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": 82,
          "column": 11
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 3488,
      "end": 3493,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3495,
      "end": 3496,
      "loc": {
        "start": {
          "line": 82,
          "column": 19
        },
        "end": {
          "line": 82,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3496,
      "end": 3497,
      "loc": {
        "start": {
          "line": 82,
          "column": 20
        },
        "end": {
          "line": 82,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3498,
      "end": 3499,
      "loc": {
        "start": {
          "line": 83,
          "column": 0
        },
        "end": {
          "line": 83,
          "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": 3501,
      "end": 3507,
      "loc": {
        "start": {
          "line": 85,
          "column": 0
        },
        "end": {
          "line": 85,
          "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": 3508,
      "end": 3513,
      "loc": {
        "start": {
          "line": 85,
          "column": 7
        },
        "end": {
          "line": 85,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PositionHandle",
      "start": 3514,
      "end": 3528,
      "loc": {
        "start": {
          "line": 85,
          "column": 13
        },
        "end": {
          "line": 85,
          "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": 3529,
      "end": 3536,
      "loc": {
        "start": {
          "line": 85,
          "column": 28
        },
        "end": {
          "line": 85,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 3537,
      "end": 3543,
      "loc": {
        "start": {
          "line": 85,
          "column": 36
        },
        "end": {
          "line": 85,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3544,
      "end": 3545,
      "loc": {
        "start": {
          "line": 85,
          "column": 43
        },
        "end": {
          "line": 85,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 3550,
      "end": 3561,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 86,
          "column": 15
        },
        "end": {
          "line": 86,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3562,
      "end": 3568,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3568,
      "end": 3569,
      "loc": {
        "start": {
          "line": 86,
          "column": 22
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 86,
          "column": 24
        },
        "end": {
          "line": 86,
          "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": 3580,
      "end": 3585,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "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": "colors",
      "start": 3586,
      "end": 3592,
      "loc": {
        "start": {
          "line": 87,
          "column": 14
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3593,
      "end": 3594,
      "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": "plugin",
      "start": 3595,
      "end": 3601,
      "loc": {
        "start": {
          "line": 87,
          "column": 23
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3601,
      "end": 3602,
      "loc": {
        "start": {
          "line": 87,
          "column": 29
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 3602,
      "end": 3609,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3609,
      "end": 3610,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 3610,
      "end": 3617,
      "loc": {
        "start": {
          "line": 87,
          "column": 38
        },
        "end": {
          "line": 87,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3617,
      "end": 3618,
      "loc": {
        "start": {
          "line": 87,
          "column": 45
        },
        "end": {
          "line": 87,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3618,
      "end": 3624,
      "loc": {
        "start": {
          "line": 87,
          "column": 46
        },
        "end": {
          "line": 87,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3624,
      "end": 3625,
      "loc": {
        "start": {
          "line": 87,
          "column": 52
        },
        "end": {
          "line": 87,
          "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": 3634,
      "end": 3639,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 88,
          "column": 13
        },
        "end": {
          "line": 88,
          "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": 3653,
      "end": 3656,
      "loc": {
        "start": {
          "line": 89,
          "column": 12
        },
        "end": {
          "line": 89,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3657,
      "end": 3662,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 21
        }
      }
    },
    {
      "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": 89,
          "column": 21
        },
        "end": {
          "line": 89,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SphereBufferGeometry",
      "start": 3663,
      "end": 3683,
      "loc": {
        "start": {
          "line": 89,
          "column": 22
        },
        "end": {
          "line": 89,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3683,
      "end": 3684,
      "loc": {
        "start": {
          "line": 89,
          "column": 42
        },
        "end": {
          "line": 89,
          "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": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 89,
          "column": 43
        },
        "end": {
          "line": 89,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3685,
      "end": 3686,
      "loc": {
        "start": {
          "line": 89,
          "column": 44
        },
        "end": {
          "line": 89,
          "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": 3687,
      "end": 3689,
      "loc": {
        "start": {
          "line": 89,
          "column": 46
        },
        "end": {
          "line": 89,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3689,
      "end": 3690,
      "loc": {
        "start": {
          "line": 89,
          "column": 48
        },
        "end": {
          "line": 89,
          "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": 3691,
      "end": 3693,
      "loc": {
        "start": {
          "line": 89,
          "column": 50
        },
        "end": {
          "line": 89,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3693,
      "end": 3694,
      "loc": {
        "start": {
          "line": 89,
          "column": 52
        },
        "end": {
          "line": 89,
          "column": 53
        }
      }
    },
    {
      "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": 89,
          "column": 53
        },
        "end": {
          "line": 89,
          "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": 3708,
      "end": 3711,
      "loc": {
        "start": {
          "line": 90,
          "column": 12
        },
        "end": {
          "line": 90,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3712,
      "end": 3717,
      "loc": {
        "start": {
          "line": 90,
          "column": 16
        },
        "end": {
          "line": 90,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3717,
      "end": 3718,
      "loc": {
        "start": {
          "line": 90,
          "column": 21
        },
        "end": {
          "line": 90,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshBasicMaterial",
      "start": 3718,
      "end": 3735,
      "loc": {
        "start": {
          "line": 90,
          "column": 22
        },
        "end": {
          "line": 90,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3735,
      "end": 3736,
      "loc": {
        "start": {
          "line": 90,
          "column": 39
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3736,
      "end": 3737,
      "loc": {
        "start": {
          "line": 90,
          "column": 40
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 3738,
      "end": 3743,
      "loc": {
        "start": {
          "line": 90,
          "column": 42
        },
        "end": {
          "line": 90,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3743,
      "end": 3744,
      "loc": {
        "start": {
          "line": 90,
          "column": 47
        },
        "end": {
          "line": 90,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3745,
      "end": 3751,
      "loc": {
        "start": {
          "line": 90,
          "column": 49
        },
        "end": {
          "line": 90,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3751,
      "end": 3752,
      "loc": {
        "start": {
          "line": 90,
          "column": 55
        },
        "end": {
          "line": 90,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 3752,
      "end": 3759,
      "loc": {
        "start": {
          "line": 90,
          "column": 56
        },
        "end": {
          "line": 90,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3759,
      "end": 3760,
      "loc": {
        "start": {
          "line": 90,
          "column": 63
        },
        "end": {
          "line": 90,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 3761,
      "end": 3772,
      "loc": {
        "start": {
          "line": 90,
          "column": 65
        },
        "end": {
          "line": 90,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 90,
          "column": 76
        },
        "end": {
          "line": 90,
          "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": 3774,
      "end": 3778,
      "loc": {
        "start": {
          "line": 90,
          "column": 78
        },
        "end": {
          "line": 90,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3778,
      "end": 3779,
      "loc": {
        "start": {
          "line": 90,
          "column": 82
        },
        "end": {
          "line": 90,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 3780,
      "end": 3787,
      "loc": {
        "start": {
          "line": 90,
          "column": 84
        },
        "end": {
          "line": 90,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3787,
      "end": 3788,
      "loc": {
        "start": {
          "line": 90,
          "column": 91
        },
        "end": {
          "line": 90,
          "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": 3789,
      "end": 3792,
      "loc": {
        "start": {
          "line": 90,
          "column": 93
        },
        "end": {
          "line": 90,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3793,
      "end": 3794,
      "loc": {
        "start": {
          "line": 90,
          "column": 97
        },
        "end": {
          "line": 90,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3794,
      "end": 3795,
      "loc": {
        "start": {
          "line": 90,
          "column": 98
        },
        "end": {
          "line": 90,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3795,
      "end": 3796,
      "loc": {
        "start": {
          "line": 90,
          "column": 99
        },
        "end": {
          "line": 90,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 91,
          "column": 9
        },
        "end": {
          "line": 91,
          "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": 3816,
      "end": 3820,
      "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": 3820,
      "end": 3821,
      "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": "colors",
      "start": 3821,
      "end": 3827,
      "loc": {
        "start": {
          "line": 92,
          "column": 13
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3828,
      "end": 3829,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3830,
      "end": 3836,
      "loc": {
        "start": {
          "line": 92,
          "column": 22
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3836,
      "end": 3837,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3842,
      "end": 3843,
      "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": "updateFromState",
      "start": 3849,
      "end": 3864,
      "loc": {
        "start": {
          "line": 95,
          "column": 4
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3864,
      "end": 3865,
      "loc": {
        "start": {
          "line": 95,
          "column": 19
        },
        "end": {
          "line": 95,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3865,
      "end": 3870,
      "loc": {
        "start": {
          "line": 95,
          "column": 20
        },
        "end": {
          "line": 95,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 95,
          "column": 25
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3872,
      "end": 3873,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "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": 3882,
      "end": 3887,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 13
        }
      }
    },
    {
      "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": 96,
          "column": 13
        },
        "end": {
          "line": 96,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 3888,
      "end": 3903,
      "loc": {
        "start": {
          "line": 96,
          "column": 14
        },
        "end": {
          "line": 96,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3903,
      "end": 3904,
      "loc": {
        "start": {
          "line": 96,
          "column": 29
        },
        "end": {
          "line": 96,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3904,
      "end": 3909,
      "loc": {
        "start": {
          "line": 96,
          "column": 30
        },
        "end": {
          "line": 96,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3909,
      "end": 3910,
      "loc": {
        "start": {
          "line": 96,
          "column": 35
        },
        "end": {
          "line": 96,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3910,
      "end": 3911,
      "loc": {
        "start": {
          "line": 96,
          "column": 36
        },
        "end": {
          "line": 96,
          "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": 3920,
      "end": 3924,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3924,
      "end": 3925,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3925,
      "end": 3933,
      "loc": {
        "start": {
          "line": 97,
          "column": 13
        },
        "end": {
          "line": 97,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3933,
      "end": 3934,
      "loc": {
        "start": {
          "line": 97,
          "column": 21
        },
        "end": {
          "line": 97,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 3934,
      "end": 3943,
      "loc": {
        "start": {
          "line": 97,
          "column": 22
        },
        "end": {
          "line": 97,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3943,
      "end": 3944,
      "loc": {
        "start": {
          "line": 97,
          "column": 31
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3944,
      "end": 3949,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3949,
      "end": 3950,
      "loc": {
        "start": {
          "line": 97,
          "column": 37
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3950,
      "end": 3957,
      "loc": {
        "start": {
          "line": 97,
          "column": 38
        },
        "end": {
          "line": 97,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3957,
      "end": 3958,
      "loc": {
        "start": {
          "line": 97,
          "column": 45
        },
        "end": {
          "line": 97,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3958,
      "end": 3963,
      "loc": {
        "start": {
          "line": 97,
          "column": 46
        },
        "end": {
          "line": 97,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3963,
      "end": 3964,
      "loc": {
        "start": {
          "line": 97,
          "column": 51
        },
        "end": {
          "line": 97,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3964,
      "end": 3969,
      "loc": {
        "start": {
          "line": 97,
          "column": 52
        },
        "end": {
          "line": 97,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3969,
      "end": 3970,
      "loc": {
        "start": {
          "line": 97,
          "column": 57
        },
        "end": {
          "line": 97,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3970,
      "end": 3971,
      "loc": {
        "start": {
          "line": 97,
          "column": 58
        },
        "end": {
          "line": 97,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3976,
      "end": 3977,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 98,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 3983,
      "end": 3989,
      "loc": {
        "start": {
          "line": 100,
          "column": 4
        },
        "end": {
          "line": 100,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3989,
      "end": 3990,
      "loc": {
        "start": {
          "line": 100,
          "column": 10
        },
        "end": {
          "line": 100,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 3990,
      "end": 3995,
      "loc": {
        "start": {
          "line": 100,
          "column": 11
        },
        "end": {
          "line": 100,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3995,
      "end": 3996,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3997,
      "end": 4005,
      "loc": {
        "start": {
          "line": 100,
          "column": 18
        },
        "end": {
          "line": 100,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4005,
      "end": 4006,
      "loc": {
        "start": {
          "line": 100,
          "column": 26
        },
        "end": {
          "line": 100,
          "column": 27
        }
      }
    },
    {
      "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": 100,
          "column": 28
        },
        "end": {
          "line": 100,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4017,
      "end": 4025,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4025,
      "end": 4026,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 4026,
      "end": 4033,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4033,
      "end": 4034,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4034,
      "end": 4039,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 101,
          "column": 30
        },
        "end": {
          "line": 101,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4040,
      "end": 4047,
      "loc": {
        "start": {
          "line": 101,
          "column": 31
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4047,
      "end": 4048,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 4048,
      "end": 4053,
      "loc": {
        "start": {
          "line": 101,
          "column": 39
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4054,
      "end": 4059,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 101,
          "column": 50
        },
        "end": {
          "line": 101,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4060,
      "end": 4061,
      "loc": {
        "start": {
          "line": 101,
          "column": 51
        },
        "end": {
          "line": 101,
          "column": 52
        }
      }
    },
    {
      "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": 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": "onDrop",
      "start": 4073,
      "end": 4079,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4079,
      "end": 4080,
      "loc": {
        "start": {
          "line": 104,
          "column": 10
        },
        "end": {
          "line": 104,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4080,
      "end": 4085,
      "loc": {
        "start": {
          "line": 104,
          "column": 11
        },
        "end": {
          "line": 104,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4085,
      "end": 4086,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "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": 4097,
      "end": 4102,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "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": "value",
      "start": 4103,
      "end": 4108,
      "loc": {
        "start": {
          "line": 105,
          "column": 14
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4109,
      "end": 4110,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4111,
      "end": 4112,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "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": 4112,
      "end": 4113,
      "loc": {
        "start": {
          "line": 105,
          "column": 23
        },
        "end": {
          "line": 105,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4113,
      "end": 4115,
      "loc": {
        "start": {
          "line": 105,
          "column": 24
        },
        "end": {
          "line": 105,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4115,
      "end": 4120,
      "loc": {
        "start": {
          "line": 105,
          "column": 26
        },
        "end": {
          "line": 105,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4120,
      "end": 4121,
      "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": "members",
      "start": 4121,
      "end": 4128,
      "loc": {
        "start": {
          "line": 105,
          "column": 32
        },
        "end": {
          "line": 105,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4128,
      "end": 4129,
      "loc": {
        "start": {
          "line": 105,
          "column": 39
        },
        "end": {
          "line": 105,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 4129,
      "end": 4134,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4134,
      "end": 4135,
      "loc": {
        "start": {
          "line": 105,
          "column": 45
        },
        "end": {
          "line": 105,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4135,
      "end": 4140,
      "loc": {
        "start": {
          "line": 105,
          "column": 46
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4140,
      "end": 4141,
      "loc": {
        "start": {
          "line": 105,
          "column": 51
        },
        "end": {
          "line": 105,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 4141,
      "end": 4145,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4145,
      "end": 4146,
      "loc": {
        "start": {
          "line": 105,
          "column": 56
        },
        "end": {
          "line": 105,
          "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": 4146,
      "end": 4150,
      "loc": {
        "start": {
          "line": 105,
          "column": 57
        },
        "end": {
          "line": 105,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4150,
      "end": 4151,
      "loc": {
        "start": {
          "line": 105,
          "column": 61
        },
        "end": {
          "line": 105,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 105,
          "column": 62
        },
        "end": {
          "line": 105,
          "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": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 105,
          "column": 63
        },
        "end": {
          "line": 105,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4153,
      "end": 4154,
      "loc": {
        "start": {
          "line": 105,
          "column": 64
        },
        "end": {
          "line": 105,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4154,
      "end": 4155,
      "loc": {
        "start": {
          "line": 105,
          "column": 65
        },
        "end": {
          "line": 105,
          "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": 4164,
      "end": 4168,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4168,
      "end": 4169,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 4169,
      "end": 4175,
      "loc": {
        "start": {
          "line": 106,
          "column": 13
        },
        "end": {
          "line": 106,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4175,
      "end": 4176,
      "loc": {
        "start": {
          "line": 106,
          "column": 19
        },
        "end": {
          "line": 106,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 4176,
      "end": 4182,
      "loc": {
        "start": {
          "line": 106,
          "column": 20
        },
        "end": {
          "line": 106,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4182,
      "end": 4183,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getMemberDescriptor",
      "start": 4183,
      "end": 4202,
      "loc": {
        "start": {
          "line": 106,
          "column": 27
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4202,
      "end": 4203,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4203,
      "end": 4208,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4208,
      "end": 4209,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4209,
      "end": 4211,
      "loc": {
        "start": {
          "line": 106,
          "column": 53
        },
        "end": {
          "line": 106,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4211,
      "end": 4212,
      "loc": {
        "start": {
          "line": 106,
          "column": 55
        },
        "end": {
          "line": 106,
          "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": 4213,
      "end": 4220,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 106,
          "column": 64
        },
        "end": {
          "line": 106,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4221,
      "end": 4222,
      "loc": {
        "start": {
          "line": 106,
          "column": 65
        },
        "end": {
          "line": 106,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 4222,
      "end": 4232,
      "loc": {
        "start": {
          "line": 106,
          "column": 66
        },
        "end": {
          "line": 106,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4233,
      "end": 4234,
      "loc": {
        "start": {
          "line": 106,
          "column": 77
        },
        "end": {
          "line": 106,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4235,
      "end": 4240,
      "loc": {
        "start": {
          "line": 106,
          "column": 79
        },
        "end": {
          "line": 106,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4240,
      "end": 4241,
      "loc": {
        "start": {
          "line": 106,
          "column": 84
        },
        "end": {
          "line": 106,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4246,
      "end": 4247,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 4253,
      "end": 4260,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4260,
      "end": 4261,
      "loc": {
        "start": {
          "line": 109,
          "column": 11
        },
        "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": "scale",
      "start": 4261,
      "end": 4266,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4266,
      "end": 4267,
      "loc": {
        "start": {
          "line": 109,
          "column": 17
        },
        "end": {
          "line": 109,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "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": 4278,
      "end": 4282,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4282,
      "end": 4283,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 4283,
      "end": 4288,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4288,
      "end": 4289,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 4289,
      "end": 4298,
      "loc": {
        "start": {
          "line": 110,
          "column": 19
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4298,
      "end": 4299,
      "loc": {
        "start": {
          "line": 110,
          "column": 28
        },
        "end": {
          "line": 110,
          "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": 4299,
      "end": 4300,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4301,
      "end": 4302,
      "loc": {
        "start": {
          "line": 110,
          "column": 31
        },
        "end": {
          "line": 110,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 4303,
      "end": 4308,
      "loc": {
        "start": {
          "line": 110,
          "column": 33
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4308,
      "end": 4309,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4309,
      "end": 4310,
      "loc": {
        "start": {
          "line": 110,
          "column": 39
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4315,
      "end": 4316,
      "loc": {
        "start": {
          "line": 111,
          "column": 4
        },
        "end": {
          "line": 111,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4317,
      "end": 4318,
      "loc": {
        "start": {
          "line": 112,
          "column": 0
        },
        "end": {
          "line": 112,
          "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": 4320,
      "end": 4326,
      "loc": {
        "start": {
          "line": 114,
          "column": 0
        },
        "end": {
          "line": 114,
          "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": 4327,
      "end": 4332,
      "loc": {
        "start": {
          "line": 114,
          "column": 7
        },
        "end": {
          "line": 114,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValueHandle",
      "start": 4333,
      "end": 4344,
      "loc": {
        "start": {
          "line": 114,
          "column": 13
        },
        "end": {
          "line": 114,
          "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": 4345,
      "end": 4352,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 4353,
      "end": 4359,
      "loc": {
        "start": {
          "line": 114,
          "column": 33
        },
        "end": {
          "line": 114,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4360,
      "end": 4361,
      "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": "constructor",
      "start": 4366,
      "end": 4377,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4377,
      "end": 4378,
      "loc": {
        "start": {
          "line": 115,
          "column": 15
        },
        "end": {
          "line": 115,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 4378,
      "end": 4384,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 115,
          "column": 22
        },
        "end": {
          "line": 115,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4386,
      "end": 4387,
      "loc": {
        "start": {
          "line": 115,
          "column": 24
        },
        "end": {
          "line": 115,
          "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": 4396,
      "end": 4401,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "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": 4402,
      "end": 4408,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4409,
      "end": 4410,
      "loc": {
        "start": {
          "line": 116,
          "column": 21
        },
        "end": {
          "line": 116,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 4411,
      "end": 4417,
      "loc": {
        "start": {
          "line": 116,
          "column": 23
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4417,
      "end": 4418,
      "loc": {
        "start": {
          "line": 116,
          "column": 29
        },
        "end": {
          "line": 116,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 4418,
      "end": 4425,
      "loc": {
        "start": {
          "line": 116,
          "column": 30
        },
        "end": {
          "line": 116,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4425,
      "end": 4426,
      "loc": {
        "start": {
          "line": 116,
          "column": 37
        },
        "end": {
          "line": 116,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 4426,
      "end": 4433,
      "loc": {
        "start": {
          "line": 116,
          "column": 38
        },
        "end": {
          "line": 116,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4433,
      "end": 4434,
      "loc": {
        "start": {
          "line": 116,
          "column": 45
        },
        "end": {
          "line": 116,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4434,
      "end": 4440,
      "loc": {
        "start": {
          "line": 116,
          "column": 46
        },
        "end": {
          "line": 116,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4440,
      "end": 4441,
      "loc": {
        "start": {
          "line": 116,
          "column": 52
        },
        "end": {
          "line": 116,
          "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": 4450,
      "end": 4455,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 117,
          "column": 13
        },
        "end": {
          "line": 117,
          "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": 4469,
      "end": 4472,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4473,
      "end": 4478,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4478,
      "end": 4479,
      "loc": {
        "start": {
          "line": 118,
          "column": 21
        },
        "end": {
          "line": 118,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SphereBufferGeometry",
      "start": 4479,
      "end": 4499,
      "loc": {
        "start": {
          "line": 118,
          "column": 22
        },
        "end": {
          "line": 118,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4499,
      "end": 4500,
      "loc": {
        "start": {
          "line": 118,
          "column": 42
        },
        "end": {
          "line": 118,
          "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": 4500,
      "end": 4503,
      "loc": {
        "start": {
          "line": 118,
          "column": 43
        },
        "end": {
          "line": 118,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4503,
      "end": 4504,
      "loc": {
        "start": {
          "line": 118,
          "column": 46
        },
        "end": {
          "line": 118,
          "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": 4505,
      "end": 4507,
      "loc": {
        "start": {
          "line": 118,
          "column": 48
        },
        "end": {
          "line": 118,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4507,
      "end": 4508,
      "loc": {
        "start": {
          "line": 118,
          "column": 50
        },
        "end": {
          "line": 118,
          "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": 4509,
      "end": 4511,
      "loc": {
        "start": {
          "line": 118,
          "column": 52
        },
        "end": {
          "line": 118,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4511,
      "end": 4512,
      "loc": {
        "start": {
          "line": 118,
          "column": 54
        },
        "end": {
          "line": 118,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4512,
      "end": 4513,
      "loc": {
        "start": {
          "line": 118,
          "column": 55
        },
        "end": {
          "line": 118,
          "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": 4526,
      "end": 4529,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4530,
      "end": 4535,
      "loc": {
        "start": {
          "line": 119,
          "column": 16
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4535,
      "end": 4536,
      "loc": {
        "start": {
          "line": 119,
          "column": 21
        },
        "end": {
          "line": 119,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshBasicMaterial",
      "start": 4536,
      "end": 4553,
      "loc": {
        "start": {
          "line": 119,
          "column": 22
        },
        "end": {
          "line": 119,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4553,
      "end": 4554,
      "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": 4554,
      "end": 4555,
      "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": "color",
      "start": 4556,
      "end": 4561,
      "loc": {
        "start": {
          "line": 119,
          "column": 42
        },
        "end": {
          "line": 119,
          "column": 47
        }
      }
    },
    {
      "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": 119,
          "column": 47
        },
        "end": {
          "line": 119,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4563,
      "end": 4569,
      "loc": {
        "start": {
          "line": 119,
          "column": 49
        },
        "end": {
          "line": 119,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4569,
      "end": 4570,
      "loc": {
        "start": {
          "line": 119,
          "column": 55
        },
        "end": {
          "line": 119,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 4570,
      "end": 4577,
      "loc": {
        "start": {
          "line": 119,
          "column": 56
        },
        "end": {
          "line": 119,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4577,
      "end": 4578,
      "loc": {
        "start": {
          "line": 119,
          "column": 63
        },
        "end": {
          "line": 119,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 4579,
      "end": 4590,
      "loc": {
        "start": {
          "line": 119,
          "column": 65
        },
        "end": {
          "line": 119,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4590,
      "end": 4591,
      "loc": {
        "start": {
          "line": 119,
          "column": 76
        },
        "end": {
          "line": 119,
          "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": 4592,
      "end": 4596,
      "loc": {
        "start": {
          "line": 119,
          "column": 78
        },
        "end": {
          "line": 119,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4596,
      "end": 4597,
      "loc": {
        "start": {
          "line": 119,
          "column": 82
        },
        "end": {
          "line": 119,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4598,
      "end": 4605,
      "loc": {
        "start": {
          "line": 119,
          "column": 84
        },
        "end": {
          "line": 119,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4605,
      "end": 4606,
      "loc": {
        "start": {
          "line": 119,
          "column": 91
        },
        "end": {
          "line": 119,
          "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": 4607,
      "end": 4610,
      "loc": {
        "start": {
          "line": 119,
          "column": 93
        },
        "end": {
          "line": 119,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4611,
      "end": 4612,
      "loc": {
        "start": {
          "line": 119,
          "column": 97
        },
        "end": {
          "line": 119,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 119,
          "column": 98
        },
        "end": {
          "line": 119,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4613,
      "end": 4614,
      "loc": {
        "start": {
          "line": 119,
          "column": 99
        },
        "end": {
          "line": 119,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4623,
      "end": 4624,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4624,
      "end": 4625,
      "loc": {
        "start": {
          "line": 120,
          "column": 9
        },
        "end": {
          "line": 120,
          "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": 4634,
      "end": 4638,
      "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": 4638,
      "end": 4639,
      "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": "colors",
      "start": 4639,
      "end": 4645,
      "loc": {
        "start": {
          "line": 121,
          "column": 13
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4646,
      "end": 4647,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4648,
      "end": 4654,
      "loc": {
        "start": {
          "line": 121,
          "column": 22
        },
        "end": {
          "line": 121,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4654,
      "end": 4655,
      "loc": {
        "start": {
          "line": 121,
          "column": 28
        },
        "end": {
          "line": 121,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4660,
      "end": 4661,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4667,
      "end": 4682,
      "loc": {
        "start": {
          "line": 124,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4682,
      "end": 4683,
      "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": "state",
      "start": 4683,
      "end": 4688,
      "loc": {
        "start": {
          "line": 124,
          "column": 20
        },
        "end": {
          "line": 124,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4688,
      "end": 4689,
      "loc": {
        "start": {
          "line": 124,
          "column": 25
        },
        "end": {
          "line": 124,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4690,
      "end": 4691,
      "loc": {
        "start": {
          "line": 124,
          "column": 27
        },
        "end": {
          "line": 124,
          "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": 4700,
      "end": 4705,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "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": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4706,
      "end": 4721,
      "loc": {
        "start": {
          "line": 125,
          "column": 14
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4721,
      "end": 4722,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4722,
      "end": 4727,
      "loc": {
        "start": {
          "line": 125,
          "column": 30
        },
        "end": {
          "line": 125,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4727,
      "end": 4728,
      "loc": {
        "start": {
          "line": 125,
          "column": 35
        },
        "end": {
          "line": 125,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4728,
      "end": 4729,
      "loc": {
        "start": {
          "line": 125,
          "column": 36
        },
        "end": {
          "line": 125,
          "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": 4738,
      "end": 4743,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 126,
          "column": 14
        },
        "end": {
          "line": 126,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4745,
      "end": 4750,
      "loc": {
        "start": {
          "line": 126,
          "column": 15
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4750,
      "end": 4751,
      "loc": {
        "start": {
          "line": 126,
          "column": 20
        },
        "end": {
          "line": 126,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4752,
      "end": 4755,
      "loc": {
        "start": {
          "line": 126,
          "column": 22
        },
        "end": {
          "line": 126,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4755,
      "end": 4756,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 4757,
      "end": 4760,
      "loc": {
        "start": {
          "line": 126,
          "column": 27
        },
        "end": {
          "line": 126,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4760,
      "end": 4761,
      "loc": {
        "start": {
          "line": 126,
          "column": 30
        },
        "end": {
          "line": 126,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4762,
      "end": 4768,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4768,
      "end": 4769,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4770,
      "end": 4776,
      "loc": {
        "start": {
          "line": 126,
          "column": 40
        },
        "end": {
          "line": 126,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4776,
      "end": 4777,
      "loc": {
        "start": {
          "line": 126,
          "column": 46
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4778,
      "end": 4779,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4780,
      "end": 4781,
      "loc": {
        "start": {
          "line": 126,
          "column": 50
        },
        "end": {
          "line": 126,
          "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": 4781,
      "end": 4790,
      "loc": {
        "start": {
          "line": 126,
          "column": 51
        },
        "end": {
          "line": 126,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4790,
      "end": 4791,
      "loc": {
        "start": {
          "line": 126,
          "column": 60
        },
        "end": {
          "line": 126,
          "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": 4792,
      "end": 4799,
      "loc": {
        "start": {
          "line": 126,
          "column": 62
        },
        "end": {
          "line": 126,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4799,
      "end": 4800,
      "loc": {
        "start": {
          "line": 126,
          "column": 69
        },
        "end": {
          "line": 126,
          "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": 4801,
      "end": 4808,
      "loc": {
        "start": {
          "line": 126,
          "column": 71
        },
        "end": {
          "line": 126,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4808,
      "end": 4809,
      "loc": {
        "start": {
          "line": 126,
          "column": 78
        },
        "end": {
          "line": 126,
          "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": 4810,
      "end": 4820,
      "loc": {
        "start": {
          "line": 126,
          "column": 80
        },
        "end": {
          "line": 126,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4820,
      "end": 4821,
      "loc": {
        "start": {
          "line": 126,
          "column": 90
        },
        "end": {
          "line": 126,
          "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": 4822,
      "end": 4830,
      "loc": {
        "start": {
          "line": 126,
          "column": 92
        },
        "end": {
          "line": 126,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4830,
      "end": 4831,
      "loc": {
        "start": {
          "line": 126,
          "column": 100
        },
        "end": {
          "line": 126,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4831,
      "end": 4832,
      "loc": {
        "start": {
          "line": 126,
          "column": 101
        },
        "end": {
          "line": 126,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4832,
      "end": 4835,
      "loc": {
        "start": {
          "line": 126,
          "column": 102
        },
        "end": {
          "line": 126,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4835,
      "end": 4836,
      "loc": {
        "start": {
          "line": 126,
          "column": 105
        },
        "end": {
          "line": 126,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4836,
      "end": 4837,
      "loc": {
        "start": {
          "line": 126,
          "column": 106
        },
        "end": {
          "line": 126,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4838,
      "end": 4840,
      "loc": {
        "start": {
          "line": 126,
          "column": 108
        },
        "end": {
          "line": 126,
          "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": 4853,
      "end": 4856,
      "loc": {
        "start": {
          "line": 127,
          "column": 12
        },
        "end": {
          "line": 127,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4857,
      "end": 4862,
      "loc": {
        "start": {
          "line": 127,
          "column": 16
        },
        "end": {
          "line": 127,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4862,
      "end": 4863,
      "loc": {
        "start": {
          "line": 127,
          "column": 21
        },
        "end": {
          "line": 127,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 4863,
      "end": 4870,
      "loc": {
        "start": {
          "line": 127,
          "column": 22
        },
        "end": {
          "line": 127,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4870,
      "end": 4871,
      "loc": {
        "start": {
          "line": 127,
          "column": 29
        },
        "end": {
          "line": 127,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 127,
          "column": 30
        },
        "end": {
          "line": 127,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4872,
      "end": 4873,
      "loc": {
        "start": {
          "line": 127,
          "column": 31
        },
        "end": {
          "line": 127,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 4873,
      "end": 4882,
      "loc": {
        "start": {
          "line": 127,
          "column": 32
        },
        "end": {
          "line": 127,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4882,
      "end": 4883,
      "loc": {
        "start": {
          "line": 127,
          "column": 41
        },
        "end": {
          "line": 127,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4883,
      "end": 4884,
      "loc": {
        "start": {
          "line": 127,
          "column": 42
        },
        "end": {
          "line": 127,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4884,
      "end": 4889,
      "loc": {
        "start": {
          "line": 127,
          "column": 43
        },
        "end": {
          "line": 127,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4889,
      "end": 4890,
      "loc": {
        "start": {
          "line": 127,
          "column": 48
        },
        "end": {
          "line": 127,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4890,
      "end": 4897,
      "loc": {
        "start": {
          "line": 127,
          "column": 49
        },
        "end": {
          "line": 127,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4897,
      "end": 4898,
      "loc": {
        "start": {
          "line": 127,
          "column": 56
        },
        "end": {
          "line": 127,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4898,
      "end": 4899,
      "loc": {
        "start": {
          "line": 127,
          "column": 57
        },
        "end": {
          "line": 127,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4899,
      "end": 4900,
      "loc": {
        "start": {
          "line": 127,
          "column": 58
        },
        "end": {
          "line": 127,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4901,
      "end": 4903,
      "loc": {
        "start": {
          "line": 127,
          "column": 60
        },
        "end": {
          "line": 127,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4904,
      "end": 4905,
      "loc": {
        "start": {
          "line": 127,
          "column": 63
        },
        "end": {
          "line": 127,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4906,
      "end": 4911,
      "loc": {
        "start": {
          "line": 127,
          "column": 65
        },
        "end": {
          "line": 127,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4911,
      "end": 4912,
      "loc": {
        "start": {
          "line": 127,
          "column": 70
        },
        "end": {
          "line": 127,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4913,
      "end": 4914,
      "loc": {
        "start": {
          "line": 127,
          "column": 72
        },
        "end": {
          "line": 127,
          "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": 4914,
      "end": 4915,
      "loc": {
        "start": {
          "line": 127,
          "column": 73
        },
        "end": {
          "line": 127,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 127,
          "column": 74
        },
        "end": {
          "line": 127,
          "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": 4917,
      "end": 4918,
      "loc": {
        "start": {
          "line": 127,
          "column": 76
        },
        "end": {
          "line": 127,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4918,
      "end": 4919,
      "loc": {
        "start": {
          "line": 127,
          "column": 77
        },
        "end": {
          "line": 127,
          "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": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 127,
          "column": 79
        },
        "end": {
          "line": 127,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4921,
      "end": 4922,
      "loc": {
        "start": {
          "line": 127,
          "column": 80
        },
        "end": {
          "line": 127,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4923,
      "end": 4924,
      "loc": {
        "start": {
          "line": 127,
          "column": 82
        },
        "end": {
          "line": 127,
          "column": 83
        }
      }
    },
    {
      "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": 127,
          "column": 83
        },
        "end": {
          "line": 127,
          "column": 84
        }
      }
    },
    {
      "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": 127,
          "column": 84
        },
        "end": {
          "line": 127,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4926,
      "end": 4931,
      "loc": {
        "start": {
          "line": 127,
          "column": 85
        },
        "end": {
          "line": 127,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4931,
      "end": 4932,
      "loc": {
        "start": {
          "line": 127,
          "column": 90
        },
        "end": {
          "line": 127,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4932,
      "end": 4933,
      "loc": {
        "start": {
          "line": 127,
          "column": 91
        },
        "end": {
          "line": 127,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4942,
      "end": 4943,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4943,
      "end": 4944,
      "loc": {
        "start": {
          "line": 128,
          "column": 9
        },
        "end": {
          "line": 128,
          "column": 10
        }
      }
    },
    {
      "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": 4953,
      "end": 4958,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 4959,
      "end": 4966,
      "loc": {
        "start": {
          "line": 129,
          "column": 14
        },
        "end": {
          "line": 129,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4967,
      "end": 4968,
      "loc": {
        "start": {
          "line": 129,
          "column": 22
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 4970,
      "end": 4975,
      "loc": {
        "start": {
          "line": 129,
          "column": 25
        },
        "end": {
          "line": 129,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4975,
      "end": 4976,
      "loc": {
        "start": {
          "line": 129,
          "column": 30
        },
        "end": {
          "line": 129,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4976,
      "end": 4983,
      "loc": {
        "start": {
          "line": 129,
          "column": 31
        },
        "end": {
          "line": 129,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4983,
      "end": 4984,
      "loc": {
        "start": {
          "line": 129,
          "column": 38
        },
        "end": {
          "line": 129,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 4984,
      "end": 4996,
      "loc": {
        "start": {
          "line": 129,
          "column": 39
        },
        "end": {
          "line": 129,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4997,
      "end": 4999,
      "loc": {
        "start": {
          "line": 129,
          "column": 52
        },
        "end": {
          "line": 129,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5000,
      "end": 5001,
      "loc": {
        "start": {
          "line": 129,
          "column": 55
        },
        "end": {
          "line": 129,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5001,
      "end": 5002,
      "loc": {
        "start": {
          "line": 129,
          "column": 56
        },
        "end": {
          "line": 129,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5002,
      "end": 5003,
      "loc": {
        "start": {
          "line": 129,
          "column": 57
        },
        "end": {
          "line": 129,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5003,
      "end": 5004,
      "loc": {
        "start": {
          "line": 129,
          "column": 58
        },
        "end": {
          "line": 129,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5004,
      "end": 5009,
      "loc": {
        "start": {
          "line": 129,
          "column": 59
        },
        "end": {
          "line": 129,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5010,
      "end": 5011,
      "loc": {
        "start": {
          "line": 129,
          "column": 65
        },
        "end": {
          "line": 129,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5012,
      "end": 5017,
      "loc": {
        "start": {
          "line": 129,
          "column": 67
        },
        "end": {
          "line": 129,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 129,
          "column": 73
        },
        "end": {
          "line": 129,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5020,
      "end": 5023,
      "loc": {
        "start": {
          "line": 129,
          "column": 75
        },
        "end": {
          "line": 129,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5023,
      "end": 5024,
      "loc": {
        "start": {
          "line": 129,
          "column": 78
        },
        "end": {
          "line": 129,
          "column": 79
        }
      }
    },
    {
      "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": 5033,
      "end": 5039,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5040,
      "end": 5041,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5041,
      "end": 5046,
      "loc": {
        "start": {
          "line": 130,
          "column": 16
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5046,
      "end": 5047,
      "loc": {
        "start": {
          "line": 130,
          "column": 21
        },
        "end": {
          "line": 130,
          "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": 5047,
      "end": 5052,
      "loc": {
        "start": {
          "line": 130,
          "column": 22
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 130,
          "column": 27
        },
        "end": {
          "line": 130,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5054,
      "end": 5055,
      "loc": {
        "start": {
          "line": 130,
          "column": 29
        },
        "end": {
          "line": 130,
          "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": 5068,
      "end": 5072,
      "loc": {
        "start": {
          "line": 131,
          "column": 12
        },
        "end": {
          "line": 131,
          "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": 5073,
      "end": 5094,
      "loc": {
        "start": {
          "line": 131,
          "column": 17
        },
        "end": {
          "line": 131,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5094,
      "end": 5095,
      "loc": {
        "start": {
          "line": 131,
          "column": 38
        },
        "end": {
          "line": 131,
          "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": 5108,
      "end": 5112,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "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": 5113,
      "end": 5141,
      "loc": {
        "start": {
          "line": 132,
          "column": 17
        },
        "end": {
          "line": 132,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5141,
      "end": 5142,
      "loc": {
        "start": {
          "line": 132,
          "column": 45
        },
        "end": {
          "line": 132,
          "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": 5159,
      "end": 5163,
      "loc": {
        "start": {
          "line": 133,
          "column": 16
        },
        "end": {
          "line": 133,
          "column": 20
        }
      }
    },
    {
      "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": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5164,
      "end": 5172,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5172,
      "end": 5173,
      "loc": {
        "start": {
          "line": 133,
          "column": 29
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5173,
      "end": 5177,
      "loc": {
        "start": {
          "line": 133,
          "column": 30
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 133,
          "column": 34
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 5178,
      "end": 5185,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 133,
          "column": 42
        },
        "end": {
          "line": 133,
          "column": 43
        }
      }
    },
    {
      "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": 133,
          "column": 43
        },
        "end": {
          "line": 133,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5187,
      "end": 5190,
      "loc": {
        "start": {
          "line": 133,
          "column": 44
        },
        "end": {
          "line": 133,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5190,
      "end": 5191,
      "loc": {
        "start": {
          "line": 133,
          "column": 47
        },
        "end": {
          "line": 133,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5191,
      "end": 5197,
      "loc": {
        "start": {
          "line": 133,
          "column": 48
        },
        "end": {
          "line": 133,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5197,
      "end": 5198,
      "loc": {
        "start": {
          "line": 133,
          "column": 54
        },
        "end": {
          "line": 133,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5198,
      "end": 5199,
      "loc": {
        "start": {
          "line": 133,
          "column": 55
        },
        "end": {
          "line": 133,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 5199,
      "end": 5208,
      "loc": {
        "start": {
          "line": 133,
          "column": 56
        },
        "end": {
          "line": 133,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5208,
      "end": 5209,
      "loc": {
        "start": {
          "line": 133,
          "column": 65
        },
        "end": {
          "line": 133,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5209,
      "end": 5215,
      "loc": {
        "start": {
          "line": 133,
          "column": 66
        },
        "end": {
          "line": 133,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5215,
      "end": 5216,
      "loc": {
        "start": {
          "line": 133,
          "column": 72
        },
        "end": {
          "line": 133,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 5216,
      "end": 5226,
      "loc": {
        "start": {
          "line": 133,
          "column": 73
        },
        "end": {
          "line": 133,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5226,
      "end": 5227,
      "loc": {
        "start": {
          "line": 133,
          "column": 83
        },
        "end": {
          "line": 133,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5227,
      "end": 5230,
      "loc": {
        "start": {
          "line": 133,
          "column": 84
        },
        "end": {
          "line": 133,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5230,
      "end": 5231,
      "loc": {
        "start": {
          "line": 133,
          "column": 87
        },
        "end": {
          "line": 133,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5231,
      "end": 5232,
      "loc": {
        "start": {
          "line": 133,
          "column": 88
        },
        "end": {
          "line": 133,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5232,
      "end": 5233,
      "loc": {
        "start": {
          "line": 133,
          "column": 89
        },
        "end": {
          "line": 133,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5233,
      "end": 5236,
      "loc": {
        "start": {
          "line": 133,
          "column": 90
        },
        "end": {
          "line": 133,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5236,
      "end": 5237,
      "loc": {
        "start": {
          "line": 133,
          "column": 93
        },
        "end": {
          "line": 133,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5237,
      "end": 5243,
      "loc": {
        "start": {
          "line": 133,
          "column": 94
        },
        "end": {
          "line": 133,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5243,
      "end": 5244,
      "loc": {
        "start": {
          "line": 133,
          "column": 100
        },
        "end": {
          "line": 133,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5244,
      "end": 5245,
      "loc": {
        "start": {
          "line": 133,
          "column": 101
        },
        "end": {
          "line": 133,
          "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": 5262,
      "end": 5267,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5267,
      "end": 5268,
      "loc": {
        "start": {
          "line": 134,
          "column": 21
        },
        "end": {
          "line": 134,
          "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": 5281,
      "end": 5285,
      "loc": {
        "start": {
          "line": 135,
          "column": 12
        },
        "end": {
          "line": 135,
          "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": 5286,
      "end": 5306,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5306,
      "end": 5307,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "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": 5320,
      "end": 5324,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "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": 5325,
      "end": 5352,
      "loc": {
        "start": {
          "line": 136,
          "column": 17
        },
        "end": {
          "line": 136,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5352,
      "end": 5353,
      "loc": {
        "start": {
          "line": 136,
          "column": 44
        },
        "end": {
          "line": 136,
          "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": 5370,
      "end": 5373,
      "loc": {
        "start": {
          "line": 137,
          "column": 16
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5374,
      "end": 5375,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 137,
          "column": 22
        },
        "end": {
          "line": 137,
          "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": 5378,
      "end": 5381,
      "loc": {
        "start": {
          "line": 137,
          "column": 24
        },
        "end": {
          "line": 137,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5382,
      "end": 5387,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5387,
      "end": 5388,
      "loc": {
        "start": {
          "line": 137,
          "column": 33
        },
        "end": {
          "line": 137,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5388,
      "end": 5395,
      "loc": {
        "start": {
          "line": 137,
          "column": 34
        },
        "end": {
          "line": 137,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5395,
      "end": 5396,
      "loc": {
        "start": {
          "line": 137,
          "column": 41
        },
        "end": {
          "line": 137,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5396,
      "end": 5400,
      "loc": {
        "start": {
          "line": 137,
          "column": 42
        },
        "end": {
          "line": 137,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5400,
      "end": 5401,
      "loc": {
        "start": {
          "line": 137,
          "column": 46
        },
        "end": {
          "line": 137,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 5401,
      "end": 5404,
      "loc": {
        "start": {
          "line": 137,
          "column": 47
        },
        "end": {
          "line": 137,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5404,
      "end": 5405,
      "loc": {
        "start": {
          "line": 137,
          "column": 50
        },
        "end": {
          "line": 137,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5405,
      "end": 5410,
      "loc": {
        "start": {
          "line": 137,
          "column": 51
        },
        "end": {
          "line": 137,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5410,
      "end": 5411,
      "loc": {
        "start": {
          "line": 137,
          "column": 56
        },
        "end": {
          "line": 137,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5411,
      "end": 5418,
      "loc": {
        "start": {
          "line": 137,
          "column": 57
        },
        "end": {
          "line": 137,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5418,
      "end": 5419,
      "loc": {
        "start": {
          "line": 137,
          "column": 64
        },
        "end": {
          "line": 137,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5419,
      "end": 5424,
      "loc": {
        "start": {
          "line": 137,
          "column": 65
        },
        "end": {
          "line": 137,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5424,
      "end": 5425,
      "loc": {
        "start": {
          "line": 137,
          "column": 70
        },
        "end": {
          "line": 137,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5425,
      "end": 5430,
      "loc": {
        "start": {
          "line": 137,
          "column": 71
        },
        "end": {
          "line": 137,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 137,
          "column": 76
        },
        "end": {
          "line": 137,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 137,
          "column": 77
        },
        "end": {
          "line": 137,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5433,
      "end": 5437,
      "loc": {
        "start": {
          "line": 137,
          "column": 79
        },
        "end": {
          "line": 137,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5437,
      "end": 5438,
      "loc": {
        "start": {
          "line": 137,
          "column": 83
        },
        "end": {
          "line": 137,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 5438,
      "end": 5441,
      "loc": {
        "start": {
          "line": 137,
          "column": 84
        },
        "end": {
          "line": 137,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5441,
      "end": 5442,
      "loc": {
        "start": {
          "line": 137,
          "column": 87
        },
        "end": {
          "line": 137,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5442,
      "end": 5447,
      "loc": {
        "start": {
          "line": 137,
          "column": 88
        },
        "end": {
          "line": 137,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5447,
      "end": 5448,
      "loc": {
        "start": {
          "line": 137,
          "column": 93
        },
        "end": {
          "line": 137,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5448,
      "end": 5455,
      "loc": {
        "start": {
          "line": 137,
          "column": 94
        },
        "end": {
          "line": 137,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5455,
      "end": 5456,
      "loc": {
        "start": {
          "line": 137,
          "column": 101
        },
        "end": {
          "line": 137,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5456,
      "end": 5461,
      "loc": {
        "start": {
          "line": 137,
          "column": 102
        },
        "end": {
          "line": 137,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5461,
      "end": 5462,
      "loc": {
        "start": {
          "line": 137,
          "column": 107
        },
        "end": {
          "line": 137,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5462,
      "end": 5467,
      "loc": {
        "start": {
          "line": 137,
          "column": 108
        },
        "end": {
          "line": 137,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5467,
      "end": 5468,
      "loc": {
        "start": {
          "line": 137,
          "column": 113
        },
        "end": {
          "line": 137,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5468,
      "end": 5469,
      "loc": {
        "start": {
          "line": 137,
          "column": 114
        },
        "end": {
          "line": 137,
          "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": 5470,
      "end": 5471,
      "loc": {
        "start": {
          "line": 137,
          "column": 116
        },
        "end": {
          "line": 137,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5471,
      "end": 5472,
      "loc": {
        "start": {
          "line": 137,
          "column": 117
        },
        "end": {
          "line": 137,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 137,
          "column": 118
        },
        "end": {
          "line": 137,
          "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": 5490,
      "end": 5494,
      "loc": {
        "start": {
          "line": 138,
          "column": 16
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5494,
      "end": 5495,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5495,
      "end": 5503,
      "loc": {
        "start": {
          "line": 138,
          "column": 21
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5503,
      "end": 5504,
      "loc": {
        "start": {
          "line": 138,
          "column": 29
        },
        "end": {
          "line": 138,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5504,
      "end": 5508,
      "loc": {
        "start": {
          "line": 138,
          "column": 30
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 5509,
      "end": 5516,
      "loc": {
        "start": {
          "line": 138,
          "column": 35
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 138,
          "column": 42
        },
        "end": {
          "line": 138,
          "column": 43
        }
      }
    },
    {
      "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": 138,
          "column": 43
        },
        "end": {
          "line": 138,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5518,
      "end": 5521,
      "loc": {
        "start": {
          "line": 138,
          "column": 44
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5522,
      "end": 5525,
      "loc": {
        "start": {
          "line": 138,
          "column": 48
        },
        "end": {
          "line": 138,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5525,
      "end": 5526,
      "loc": {
        "start": {
          "line": 138,
          "column": 51
        },
        "end": {
          "line": 138,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5526,
      "end": 5527,
      "loc": {
        "start": {
          "line": 138,
          "column": 52
        },
        "end": {
          "line": 138,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 5527,
      "end": 5542,
      "loc": {
        "start": {
          "line": 138,
          "column": 53
        },
        "end": {
          "line": 138,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5542,
      "end": 5543,
      "loc": {
        "start": {
          "line": 138,
          "column": 68
        },
        "end": {
          "line": 138,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5543,
      "end": 5544,
      "loc": {
        "start": {
          "line": 138,
          "column": 69
        },
        "end": {
          "line": 138,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5544,
      "end": 5545,
      "loc": {
        "start": {
          "line": 138,
          "column": 70
        },
        "end": {
          "line": 138,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5545,
      "end": 5546,
      "loc": {
        "start": {
          "line": 138,
          "column": 71
        },
        "end": {
          "line": 138,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5546,
      "end": 5549,
      "loc": {
        "start": {
          "line": 138,
          "column": 72
        },
        "end": {
          "line": 138,
          "column": 75
        }
      }
    },
    {
      "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": 138,
          "column": 75
        },
        "end": {
          "line": 138,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5550,
      "end": 5553,
      "loc": {
        "start": {
          "line": 138,
          "column": 76
        },
        "end": {
          "line": 138,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5553,
      "end": 5554,
      "loc": {
        "start": {
          "line": 138,
          "column": 79
        },
        "end": {
          "line": 138,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5554,
      "end": 5555,
      "loc": {
        "start": {
          "line": 138,
          "column": 80
        },
        "end": {
          "line": 138,
          "column": 81
        }
      }
    },
    {
      "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": 5572,
      "end": 5577,
      "loc": {
        "start": {
          "line": 139,
          "column": 16
        },
        "end": {
          "line": 139,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5577,
      "end": 5578,
      "loc": {
        "start": {
          "line": 139,
          "column": 21
        },
        "end": {
          "line": 139,
          "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": 5591,
      "end": 5595,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "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": 5596,
      "end": 5616,
      "loc": {
        "start": {
          "line": 140,
          "column": 17
        },
        "end": {
          "line": 140,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 140,
          "column": 37
        },
        "end": {
          "line": 140,
          "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": 5630,
      "end": 5634,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "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": 5635,
      "end": 5662,
      "loc": {
        "start": {
          "line": 141,
          "column": 17
        },
        "end": {
          "line": 141,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5662,
      "end": 5663,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "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": 5676,
      "end": 5680,
      "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_DiameterDimension",
      "start": 5681,
      "end": 5703,
      "loc": {
        "start": {
          "line": 142,
          "column": 17
        },
        "end": {
          "line": 142,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5703,
      "end": 5704,
      "loc": {
        "start": {
          "line": 142,
          "column": 39
        },
        "end": {
          "line": 142,
          "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": 5717,
      "end": 5721,
      "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_DiameterFeatureDimension",
      "start": 5722,
      "end": 5751,
      "loc": {
        "start": {
          "line": 143,
          "column": 17
        },
        "end": {
          "line": 143,
          "column": 46
        }
      }
    },
    {
      "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": 143,
          "column": 46
        },
        "end": {
          "line": 143,
          "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": 5769,
      "end": 5773,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5773,
      "end": 5774,
      "loc": {
        "start": {
          "line": 144,
          "column": 20
        },
        "end": {
          "line": 144,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5774,
      "end": 5782,
      "loc": {
        "start": {
          "line": 144,
          "column": 21
        },
        "end": {
          "line": 144,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5782,
      "end": 5783,
      "loc": {
        "start": {
          "line": 144,
          "column": 29
        },
        "end": {
          "line": 144,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5783,
      "end": 5787,
      "loc": {
        "start": {
          "line": 144,
          "column": 30
        },
        "end": {
          "line": 144,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5787,
      "end": 5788,
      "loc": {
        "start": {
          "line": 144,
          "column": 34
        },
        "end": {
          "line": 144,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5788,
      "end": 5791,
      "loc": {
        "start": {
          "line": 144,
          "column": 35
        },
        "end": {
          "line": 144,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 144,
          "column": 38
        },
        "end": {
          "line": 144,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5792,
      "end": 5793,
      "loc": {
        "start": {
          "line": 144,
          "column": 39
        },
        "end": {
          "line": 144,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5793,
      "end": 5796,
      "loc": {
        "start": {
          "line": 144,
          "column": 40
        },
        "end": {
          "line": 144,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5796,
      "end": 5797,
      "loc": {
        "start": {
          "line": 144,
          "column": 43
        },
        "end": {
          "line": 144,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5797,
      "end": 5803,
      "loc": {
        "start": {
          "line": 144,
          "column": 44
        },
        "end": {
          "line": 144,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5803,
      "end": 5804,
      "loc": {
        "start": {
          "line": 144,
          "column": 50
        },
        "end": {
          "line": 144,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5804,
      "end": 5805,
      "loc": {
        "start": {
          "line": 144,
          "column": 51
        },
        "end": {
          "line": 144,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 5805,
      "end": 5814,
      "loc": {
        "start": {
          "line": 144,
          "column": 52
        },
        "end": {
          "line": 144,
          "column": 61
        }
      }
    },
    {
      "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": 144,
          "column": 61
        },
        "end": {
          "line": 144,
          "column": 62
        }
      }
    },
    {
      "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": 144,
          "column": 62
        },
        "end": {
          "line": 144,
          "column": 67
        }
      }
    },
    {
      "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": 144,
          "column": 67
        },
        "end": {
          "line": 144,
          "column": 68
        }
      }
    },
    {
      "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": 144,
          "column": 68
        },
        "end": {
          "line": 144,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 144,
          "column": 75
        },
        "end": {
          "line": 144,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5829,
      "end": 5835,
      "loc": {
        "start": {
          "line": 144,
          "column": 76
        },
        "end": {
          "line": 144,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 144,
          "column": 82
        },
        "end": {
          "line": 144,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5836,
      "end": 5841,
      "loc": {
        "start": {
          "line": 144,
          "column": 83
        },
        "end": {
          "line": 144,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5841,
      "end": 5842,
      "loc": {
        "start": {
          "line": 144,
          "column": 88
        },
        "end": {
          "line": 144,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5842,
      "end": 5843,
      "loc": {
        "start": {
          "line": 144,
          "column": 89
        },
        "end": {
          "line": 144,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5843,
      "end": 5846,
      "loc": {
        "start": {
          "line": 144,
          "column": 90
        },
        "end": {
          "line": 144,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5846,
      "end": 5847,
      "loc": {
        "start": {
          "line": 144,
          "column": 93
        },
        "end": {
          "line": 144,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5847,
      "end": 5853,
      "loc": {
        "start": {
          "line": 144,
          "column": 94
        },
        "end": {
          "line": 144,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5853,
      "end": 5854,
      "loc": {
        "start": {
          "line": 144,
          "column": 100
        },
        "end": {
          "line": 144,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5854,
      "end": 5855,
      "loc": {
        "start": {
          "line": 144,
          "column": 101
        },
        "end": {
          "line": 144,
          "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": 5872,
      "end": 5877,
      "loc": {
        "start": {
          "line": 145,
          "column": 16
        },
        "end": {
          "line": 145,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5877,
      "end": 5878,
      "loc": {
        "start": {
          "line": 145,
          "column": 21
        },
        "end": {
          "line": 145,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5887,
      "end": 5888,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "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": 5897,
      "end": 5901,
      "loc": {
        "start": {
          "line": 147,
          "column": 8
        },
        "end": {
          "line": 147,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5901,
      "end": 5902,
      "loc": {
        "start": {
          "line": 147,
          "column": 12
        },
        "end": {
          "line": 147,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 5902,
      "end": 5909,
      "loc": {
        "start": {
          "line": 147,
          "column": 13
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5910,
      "end": 5911,
      "loc": {
        "start": {
          "line": 147,
          "column": 21
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5912,
      "end": 5913,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5913,
      "end": 5918,
      "loc": {
        "start": {
          "line": 147,
          "column": 24
        },
        "end": {
          "line": 147,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5918,
      "end": 5919,
      "loc": {
        "start": {
          "line": 147,
          "column": 29
        },
        "end": {
          "line": 147,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5919,
      "end": 5926,
      "loc": {
        "start": {
          "line": 147,
          "column": 30
        },
        "end": {
          "line": 147,
          "column": 37
        }
      }
    },
    {
      "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": 147,
          "column": 37
        },
        "end": {
          "line": 147,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDriven",
      "start": 5927,
      "end": 5935,
      "loc": {
        "start": {
          "line": 147,
          "column": 38
        },
        "end": {
          "line": 147,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5936,
      "end": 5938,
      "loc": {
        "start": {
          "line": 147,
          "column": 47
        },
        "end": {
          "line": 147,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 147,
          "column": 50
        },
        "end": {
          "line": 147,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5941,
      "end": 5946,
      "loc": {
        "start": {
          "line": 147,
          "column": 52
        },
        "end": {
          "line": 147,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5946,
      "end": 5947,
      "loc": {
        "start": {
          "line": 147,
          "column": 57
        },
        "end": {
          "line": 147,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5948,
      "end": 5949,
      "loc": {
        "start": {
          "line": 147,
          "column": 59
        },
        "end": {
          "line": 147,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5950,
      "end": 5951,
      "loc": {
        "start": {
          "line": 147,
          "column": 61
        },
        "end": {
          "line": 147,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5951,
      "end": 5952,
      "loc": {
        "start": {
          "line": 147,
          "column": 62
        },
        "end": {
          "line": 147,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5952,
      "end": 5953,
      "loc": {
        "start": {
          "line": 147,
          "column": 63
        },
        "end": {
          "line": 147,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5953,
      "end": 5958,
      "loc": {
        "start": {
          "line": 147,
          "column": 64
        },
        "end": {
          "line": 147,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5959,
      "end": 5962,
      "loc": {
        "start": {
          "line": 147,
          "column": 70
        },
        "end": {
          "line": 147,
          "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": 5963,
      "end": 5964,
      "loc": {
        "start": {
          "line": 147,
          "column": 74
        },
        "end": {
          "line": 147,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5964,
      "end": 5965,
      "loc": {
        "start": {
          "line": 147,
          "column": 75
        },
        "end": {
          "line": 147,
          "column": 76
        }
      }
    },
    {
      "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": 148,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 5977,
      "end": 5983,
      "loc": {
        "start": {
          "line": 150,
          "column": 4
        },
        "end": {
          "line": 150,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5983,
      "end": 5984,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 5984,
      "end": 5989,
      "loc": {
        "start": {
          "line": 150,
          "column": 11
        },
        "end": {
          "line": 150,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5989,
      "end": 5990,
      "loc": {
        "start": {
          "line": 150,
          "column": 16
        },
        "end": {
          "line": 150,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5991,
      "end": 5999,
      "loc": {
        "start": {
          "line": 150,
          "column": 18
        },
        "end": {
          "line": 150,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5999,
      "end": 6000,
      "loc": {
        "start": {
          "line": 150,
          "column": 26
        },
        "end": {
          "line": 150,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6001,
      "end": 6002,
      "loc": {
        "start": {
          "line": 150,
          "column": 28
        },
        "end": {
          "line": 150,
          "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": 6011,
      "end": 6016,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6017,
      "end": 6018,
      "loc": {
        "start": {
          "line": 151,
          "column": 14
        },
        "end": {
          "line": 151,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6018,
      "end": 6023,
      "loc": {
        "start": {
          "line": 151,
          "column": 15
        },
        "end": {
          "line": 151,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6023,
      "end": 6024,
      "loc": {
        "start": {
          "line": 151,
          "column": 20
        },
        "end": {
          "line": 151,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6025,
      "end": 6028,
      "loc": {
        "start": {
          "line": 151,
          "column": 22
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6028,
      "end": 6029,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 6030,
      "end": 6033,
      "loc": {
        "start": {
          "line": 151,
          "column": 27
        },
        "end": {
          "line": 151,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6033,
      "end": 6034,
      "loc": {
        "start": {
          "line": 151,
          "column": 30
        },
        "end": {
          "line": 151,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6035,
      "end": 6041,
      "loc": {
        "start": {
          "line": 151,
          "column": 32
        },
        "end": {
          "line": 151,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6041,
      "end": 6042,
      "loc": {
        "start": {
          "line": 151,
          "column": 38
        },
        "end": {
          "line": 151,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6043,
      "end": 6049,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6049,
      "end": 6050,
      "loc": {
        "start": {
          "line": 151,
          "column": 46
        },
        "end": {
          "line": 151,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 151,
          "column": 48
        },
        "end": {
          "line": 151,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6053,
      "end": 6054,
      "loc": {
        "start": {
          "line": 151,
          "column": 50
        },
        "end": {
          "line": 151,
          "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": 6054,
      "end": 6063,
      "loc": {
        "start": {
          "line": 151,
          "column": 51
        },
        "end": {
          "line": 151,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6063,
      "end": 6064,
      "loc": {
        "start": {
          "line": 151,
          "column": 60
        },
        "end": {
          "line": 151,
          "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": 6065,
      "end": 6072,
      "loc": {
        "start": {
          "line": 151,
          "column": 62
        },
        "end": {
          "line": 151,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6072,
      "end": 6073,
      "loc": {
        "start": {
          "line": 151,
          "column": 69
        },
        "end": {
          "line": 151,
          "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": 6074,
      "end": 6081,
      "loc": {
        "start": {
          "line": 151,
          "column": 71
        },
        "end": {
          "line": 151,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6081,
      "end": 6082,
      "loc": {
        "start": {
          "line": 151,
          "column": 78
        },
        "end": {
          "line": 151,
          "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": 6083,
      "end": 6093,
      "loc": {
        "start": {
          "line": 151,
          "column": 80
        },
        "end": {
          "line": 151,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6093,
      "end": 6094,
      "loc": {
        "start": {
          "line": 151,
          "column": 90
        },
        "end": {
          "line": 151,
          "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": 6095,
      "end": 6103,
      "loc": {
        "start": {
          "line": 151,
          "column": 92
        },
        "end": {
          "line": 151,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6103,
      "end": 6104,
      "loc": {
        "start": {
          "line": 151,
          "column": 100
        },
        "end": {
          "line": 151,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6104,
      "end": 6105,
      "loc": {
        "start": {
          "line": 151,
          "column": 101
        },
        "end": {
          "line": 151,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 6105,
      "end": 6108,
      "loc": {
        "start": {
          "line": 151,
          "column": 102
        },
        "end": {
          "line": 151,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6108,
      "end": 6109,
      "loc": {
        "start": {
          "line": 151,
          "column": 105
        },
        "end": {
          "line": 151,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6109,
      "end": 6110,
      "loc": {
        "start": {
          "line": 151,
          "column": 106
        },
        "end": {
          "line": 151,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6111,
      "end": 6113,
      "loc": {
        "start": {
          "line": 151,
          "column": 108
        },
        "end": {
          "line": 151,
          "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": 6126,
      "end": 6129,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "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": "THREE",
      "start": 6130,
      "end": 6135,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6135,
      "end": 6136,
      "loc": {
        "start": {
          "line": 152,
          "column": 21
        },
        "end": {
          "line": 152,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 6136,
      "end": 6143,
      "loc": {
        "start": {
          "line": 152,
          "column": 22
        },
        "end": {
          "line": 152,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6143,
      "end": 6144,
      "loc": {
        "start": {
          "line": 152,
          "column": 29
        },
        "end": {
          "line": 152,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6144,
      "end": 6145,
      "loc": {
        "start": {
          "line": 152,
          "column": 30
        },
        "end": {
          "line": 152,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6145,
      "end": 6146,
      "loc": {
        "start": {
          "line": 152,
          "column": 31
        },
        "end": {
          "line": 152,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6146,
      "end": 6155,
      "loc": {
        "start": {
          "line": 152,
          "column": 32
        },
        "end": {
          "line": 152,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6155,
      "end": 6156,
      "loc": {
        "start": {
          "line": 152,
          "column": 41
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6156,
      "end": 6157,
      "loc": {
        "start": {
          "line": 152,
          "column": 42
        },
        "end": {
          "line": 152,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6157,
      "end": 6162,
      "loc": {
        "start": {
          "line": 152,
          "column": 43
        },
        "end": {
          "line": 152,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6162,
      "end": 6163,
      "loc": {
        "start": {
          "line": 152,
          "column": 48
        },
        "end": {
          "line": 152,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6163,
      "end": 6170,
      "loc": {
        "start": {
          "line": 152,
          "column": 49
        },
        "end": {
          "line": 152,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6170,
      "end": 6171,
      "loc": {
        "start": {
          "line": 152,
          "column": 56
        },
        "end": {
          "line": 152,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6171,
      "end": 6172,
      "loc": {
        "start": {
          "line": 152,
          "column": 57
        },
        "end": {
          "line": 152,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6172,
      "end": 6173,
      "loc": {
        "start": {
          "line": 152,
          "column": 58
        },
        "end": {
          "line": 152,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6174,
      "end": 6176,
      "loc": {
        "start": {
          "line": 152,
          "column": 60
        },
        "end": {
          "line": 152,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6177,
      "end": 6178,
      "loc": {
        "start": {
          "line": 152,
          "column": 63
        },
        "end": {
          "line": 152,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6179,
      "end": 6184,
      "loc": {
        "start": {
          "line": 152,
          "column": 65
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6184,
      "end": 6185,
      "loc": {
        "start": {
          "line": 152,
          "column": 70
        },
        "end": {
          "line": 152,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6186,
      "end": 6187,
      "loc": {
        "start": {
          "line": 152,
          "column": 72
        },
        "end": {
          "line": 152,
          "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": 6187,
      "end": 6188,
      "loc": {
        "start": {
          "line": 152,
          "column": 73
        },
        "end": {
          "line": 152,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6188,
      "end": 6189,
      "loc": {
        "start": {
          "line": 152,
          "column": 74
        },
        "end": {
          "line": 152,
          "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": 6190,
      "end": 6191,
      "loc": {
        "start": {
          "line": 152,
          "column": 76
        },
        "end": {
          "line": 152,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6191,
      "end": 6192,
      "loc": {
        "start": {
          "line": 152,
          "column": 77
        },
        "end": {
          "line": 152,
          "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": 6193,
      "end": 6194,
      "loc": {
        "start": {
          "line": 152,
          "column": 79
        },
        "end": {
          "line": 152,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6194,
      "end": 6195,
      "loc": {
        "start": {
          "line": 152,
          "column": 80
        },
        "end": {
          "line": 152,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6196,
      "end": 6197,
      "loc": {
        "start": {
          "line": 152,
          "column": 82
        },
        "end": {
          "line": 152,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6197,
      "end": 6198,
      "loc": {
        "start": {
          "line": 152,
          "column": 83
        },
        "end": {
          "line": 152,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6198,
      "end": 6199,
      "loc": {
        "start": {
          "line": 152,
          "column": 84
        },
        "end": {
          "line": 152,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6199,
      "end": 6204,
      "loc": {
        "start": {
          "line": 152,
          "column": 85
        },
        "end": {
          "line": 152,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6204,
      "end": 6205,
      "loc": {
        "start": {
          "line": 152,
          "column": 90
        },
        "end": {
          "line": 152,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6205,
      "end": 6206,
      "loc": {
        "start": {
          "line": 152,
          "column": 91
        },
        "end": {
          "line": 152,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6216,
      "end": 6217,
      "loc": {
        "start": {
          "line": 153,
          "column": 9
        },
        "end": {
          "line": 153,
          "column": 10
        }
      }
    },
    {
      "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": 6226,
      "end": 6231,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6232,
      "end": 6233,
      "loc": {
        "start": {
          "line": 154,
          "column": 14
        },
        "end": {
          "line": 154,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6233,
      "end": 6240,
      "loc": {
        "start": {
          "line": 154,
          "column": 15
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6240,
      "end": 6241,
      "loc": {
        "start": {
          "line": 154,
          "column": 22
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6242,
      "end": 6248,
      "loc": {
        "start": {
          "line": 154,
          "column": 24
        },
        "end": {
          "line": 154,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6248,
      "end": 6249,
      "loc": {
        "start": {
          "line": 154,
          "column": 30
        },
        "end": {
          "line": 154,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6250,
      "end": 6251,
      "loc": {
        "start": {
          "line": 154,
          "column": 32
        },
        "end": {
          "line": 154,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6252,
      "end": 6253,
      "loc": {
        "start": {
          "line": 154,
          "column": 34
        },
        "end": {
          "line": 154,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6253,
      "end": 6258,
      "loc": {
        "start": {
          "line": 154,
          "column": 35
        },
        "end": {
          "line": 154,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6258,
      "end": 6259,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6259,
      "end": 6266,
      "loc": {
        "start": {
          "line": 154,
          "column": 41
        },
        "end": {
          "line": 154,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6266,
      "end": 6267,
      "loc": {
        "start": {
          "line": 154,
          "column": 48
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 6267,
      "end": 6279,
      "loc": {
        "start": {
          "line": 154,
          "column": 49
        },
        "end": {
          "line": 154,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6280,
      "end": 6282,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6283,
      "end": 6284,
      "loc": {
        "start": {
          "line": 154,
          "column": 65
        },
        "end": {
          "line": 154,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6284,
      "end": 6285,
      "loc": {
        "start": {
          "line": 154,
          "column": 66
        },
        "end": {
          "line": 154,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6285,
      "end": 6286,
      "loc": {
        "start": {
          "line": 154,
          "column": 67
        },
        "end": {
          "line": 154,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6286,
      "end": 6287,
      "loc": {
        "start": {
          "line": 154,
          "column": 68
        },
        "end": {
          "line": 154,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6287,
      "end": 6292,
      "loc": {
        "start": {
          "line": 154,
          "column": 69
        },
        "end": {
          "line": 154,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6293,
      "end": 6294,
      "loc": {
        "start": {
          "line": 154,
          "column": 75
        },
        "end": {
          "line": 154,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6295,
      "end": 6296,
      "loc": {
        "start": {
          "line": 154,
          "column": 77
        },
        "end": {
          "line": 154,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6296,
      "end": 6301,
      "loc": {
        "start": {
          "line": 154,
          "column": 78
        },
        "end": {
          "line": 154,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6301,
      "end": 6302,
      "loc": {
        "start": {
          "line": 154,
          "column": 83
        },
        "end": {
          "line": 154,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6303,
      "end": 6306,
      "loc": {
        "start": {
          "line": 154,
          "column": 85
        },
        "end": {
          "line": 154,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6306,
      "end": 6307,
      "loc": {
        "start": {
          "line": 154,
          "column": 88
        },
        "end": {
          "line": 154,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6308,
      "end": 6309,
      "loc": {
        "start": {
          "line": 154,
          "column": 90
        },
        "end": {
          "line": 154,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6310,
      "end": 6311,
      "loc": {
        "start": {
          "line": 154,
          "column": 92
        },
        "end": {
          "line": 154,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6311,
      "end": 6314,
      "loc": {
        "start": {
          "line": 154,
          "column": 93
        },
        "end": {
          "line": 154,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6314,
      "end": 6315,
      "loc": {
        "start": {
          "line": 154,
          "column": 96
        },
        "end": {
          "line": 154,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6316,
      "end": 6321,
      "loc": {
        "start": {
          "line": 154,
          "column": 98
        },
        "end": {
          "line": 154,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6321,
      "end": 6322,
      "loc": {
        "start": {
          "line": 154,
          "column": 103
        },
        "end": {
          "line": 154,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6322,
      "end": 6323,
      "loc": {
        "start": {
          "line": 154,
          "column": 104
        },
        "end": {
          "line": 154,
          "column": 105
        }
      }
    },
    {
      "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": 6332,
      "end": 6338,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6339,
      "end": 6340,
      "loc": {
        "start": {
          "line": 155,
          "column": 15
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 6340,
      "end": 6345,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6345,
      "end": 6346,
      "loc": {
        "start": {
          "line": 155,
          "column": 21
        },
        "end": {
          "line": 155,
          "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": 6346,
      "end": 6351,
      "loc": {
        "start": {
          "line": 155,
          "column": 22
        },
        "end": {
          "line": 155,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6351,
      "end": 6352,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6353,
      "end": 6354,
      "loc": {
        "start": {
          "line": 155,
          "column": 29
        },
        "end": {
          "line": 155,
          "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": 6367,
      "end": 6371,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "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": 6372,
      "end": 6393,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6393,
      "end": 6394,
      "loc": {
        "start": {
          "line": 156,
          "column": 38
        },
        "end": {
          "line": 156,
          "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": 6407,
      "end": 6411,
      "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_AngularFeatureDimension",
      "start": 6412,
      "end": 6440,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6440,
      "end": 6441,
      "loc": {
        "start": {
          "line": 157,
          "column": 45
        },
        "end": {
          "line": 157,
          "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": 6458,
      "end": 6463,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6464,
      "end": 6471,
      "loc": {
        "start": {
          "line": 158,
          "column": 22
        },
        "end": {
          "line": 158,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6472,
      "end": 6473,
      "loc": {
        "start": {
          "line": 158,
          "column": 30
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6474,
      "end": 6475,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6476,
      "end": 6478,
      "loc": {
        "start": {
          "line": 158,
          "column": 34
        },
        "end": {
          "line": 158,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 158,
          "column": 37
        },
        "end": {
          "line": 158,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6480,
      "end": 6481,
      "loc": {
        "start": {
          "line": 158,
          "column": 38
        },
        "end": {
          "line": 158,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6481,
      "end": 6484,
      "loc": {
        "start": {
          "line": 158,
          "column": 39
        },
        "end": {
          "line": 158,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6484,
      "end": 6485,
      "loc": {
        "start": {
          "line": 158,
          "column": 42
        },
        "end": {
          "line": 158,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6485,
      "end": 6491,
      "loc": {
        "start": {
          "line": 158,
          "column": 43
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 158,
          "column": 49
        },
        "end": {
          "line": 158,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6492,
      "end": 6493,
      "loc": {
        "start": {
          "line": 158,
          "column": 50
        },
        "end": {
          "line": 158,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 6493,
      "end": 6496,
      "loc": {
        "start": {
          "line": 158,
          "column": 51
        },
        "end": {
          "line": 158,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6496,
      "end": 6497,
      "loc": {
        "start": {
          "line": 158,
          "column": 54
        },
        "end": {
          "line": 158,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6497,
      "end": 6501,
      "loc": {
        "start": {
          "line": 158,
          "column": 55
        },
        "end": {
          "line": 158,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6501,
      "end": 6502,
      "loc": {
        "start": {
          "line": 158,
          "column": 59
        },
        "end": {
          "line": 158,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 6502,
      "end": 6507,
      "loc": {
        "start": {
          "line": 158,
          "column": 60
        },
        "end": {
          "line": 158,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6507,
      "end": 6508,
      "loc": {
        "start": {
          "line": 158,
          "column": 65
        },
        "end": {
          "line": 158,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 158,
          "column": 66
        },
        "end": {
          "line": 158,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6509,
      "end": 6510,
      "loc": {
        "start": {
          "line": 158,
          "column": 67
        },
        "end": {
          "line": 158,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6510,
      "end": 6511,
      "loc": {
        "start": {
          "line": 158,
          "column": 68
        },
        "end": {
          "line": 158,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6511,
      "end": 6512,
      "loc": {
        "start": {
          "line": 158,
          "column": 69
        },
        "end": {
          "line": 158,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6513,
      "end": 6514,
      "loc": {
        "start": {
          "line": 158,
          "column": 71
        },
        "end": {
          "line": 158,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6514,
      "end": 6515,
      "loc": {
        "start": {
          "line": 158,
          "column": 72
        },
        "end": {
          "line": 158,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6515,
      "end": 6516,
      "loc": {
        "start": {
          "line": 158,
          "column": 73
        },
        "end": {
          "line": 158,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6516,
      "end": 6517,
      "loc": {
        "start": {
          "line": 158,
          "column": 74
        },
        "end": {
          "line": 158,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6517,
      "end": 6518,
      "loc": {
        "start": {
          "line": 158,
          "column": 75
        },
        "end": {
          "line": 158,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6519,
      "end": 6520,
      "loc": {
        "start": {
          "line": 158,
          "column": 77
        },
        "end": {
          "line": 158,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 158,
          "column": 78
        },
        "end": {
          "line": 158,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6521,
      "end": 6527,
      "loc": {
        "start": {
          "line": 158,
          "column": 79
        },
        "end": {
          "line": 158,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6527,
      "end": 6528,
      "loc": {
        "start": {
          "line": 158,
          "column": 85
        },
        "end": {
          "line": 158,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6528,
      "end": 6529,
      "loc": {
        "start": {
          "line": 158,
          "column": 86
        },
        "end": {
          "line": 158,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6529,
      "end": 6530,
      "loc": {
        "start": {
          "line": 158,
          "column": 87
        },
        "end": {
          "line": 158,
          "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,
      "start": 6531,
      "end": 6532,
      "loc": {
        "start": {
          "line": 158,
          "column": 89
        },
        "end": {
          "line": 158,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 158,
          "column": 90
        },
        "end": {
          "line": 158,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6533,
      "end": 6534,
      "loc": {
        "start": {
          "line": 158,
          "column": 91
        },
        "end": {
          "line": 158,
          "column": 92
        }
      }
    },
    {
      "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": 6551,
      "end": 6556,
      "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": "fromPolar",
      "start": 6557,
      "end": 6566,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6567,
      "end": 6568,
      "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": "v",
      "start": 6569,
      "end": 6570,
      "loc": {
        "start": {
          "line": 159,
          "column": 34
        },
        "end": {
          "line": 159,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6571,
      "end": 6573,
      "loc": {
        "start": {
          "line": 159,
          "column": 36
        },
        "end": {
          "line": 159,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6574,
      "end": 6575,
      "loc": {
        "start": {
          "line": 159,
          "column": 39
        },
        "end": {
          "line": 159,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6575,
      "end": 6576,
      "loc": {
        "start": {
          "line": 159,
          "column": 40
        },
        "end": {
          "line": 159,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 6576,
      "end": 6579,
      "loc": {
        "start": {
          "line": 159,
          "column": 41
        },
        "end": {
          "line": 159,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 159,
          "column": 44
        },
        "end": {
          "line": 159,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6580,
      "end": 6581,
      "loc": {
        "start": {
          "line": 159,
          "column": 45
        },
        "end": {
          "line": 159,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6581,
      "end": 6582,
      "loc": {
        "start": {
          "line": 159,
          "column": 46
        },
        "end": {
          "line": 159,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6582,
      "end": 6583,
      "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": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 159,
          "column": 49
        },
        "end": {
          "line": 159,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6586,
      "end": 6590,
      "loc": {
        "start": {
          "line": 159,
          "column": 51
        },
        "end": {
          "line": 159,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6590,
      "end": 6591,
      "loc": {
        "start": {
          "line": 159,
          "column": 55
        },
        "end": {
          "line": 159,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 6591,
      "end": 6594,
      "loc": {
        "start": {
          "line": 159,
          "column": 56
        },
        "end": {
          "line": 159,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6594,
      "end": 6595,
      "loc": {
        "start": {
          "line": 159,
          "column": 59
        },
        "end": {
          "line": 159,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6595,
      "end": 6596,
      "loc": {
        "start": {
          "line": 159,
          "column": 60
        },
        "end": {
          "line": 159,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6596,
      "end": 6597,
      "loc": {
        "start": {
          "line": 159,
          "column": 61
        },
        "end": {
          "line": 159,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6597,
      "end": 6598,
      "loc": {
        "start": {
          "line": 159,
          "column": 62
        },
        "end": {
          "line": 159,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6598,
      "end": 6599,
      "loc": {
        "start": {
          "line": 159,
          "column": 63
        },
        "end": {
          "line": 159,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6599,
      "end": 6600,
      "loc": {
        "start": {
          "line": 159,
          "column": 64
        },
        "end": {
          "line": 159,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6601,
      "end": 6602,
      "loc": {
        "start": {
          "line": 159,
          "column": 66
        },
        "end": {
          "line": 159,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6602,
      "end": 6603,
      "loc": {
        "start": {
          "line": 159,
          "column": 67
        },
        "end": {
          "line": 159,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6603,
      "end": 6604,
      "loc": {
        "start": {
          "line": 159,
          "column": 68
        },
        "end": {
          "line": 159,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6605,
      "end": 6606,
      "loc": {
        "start": {
          "line": 159,
          "column": 70
        },
        "end": {
          "line": 159,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6607,
      "end": 6611,
      "loc": {
        "start": {
          "line": 159,
          "column": 72
        },
        "end": {
          "line": 159,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6611,
      "end": 6612,
      "loc": {
        "start": {
          "line": 159,
          "column": 76
        },
        "end": {
          "line": 159,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 6612,
      "end": 6615,
      "loc": {
        "start": {
          "line": 159,
          "column": 77
        },
        "end": {
          "line": 159,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6615,
      "end": 6616,
      "loc": {
        "start": {
          "line": 159,
          "column": 80
        },
        "end": {
          "line": 159,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6616,
      "end": 6617,
      "loc": {
        "start": {
          "line": 159,
          "column": 81
        },
        "end": {
          "line": 159,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 159,
          "column": 82
        },
        "end": {
          "line": 159,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 159,
          "column": 83
        },
        "end": {
          "line": 159,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6619,
      "end": 6620,
      "loc": {
        "start": {
          "line": 159,
          "column": 84
        },
        "end": {
          "line": 159,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6620,
      "end": 6621,
      "loc": {
        "start": {
          "line": 159,
          "column": 85
        },
        "end": {
          "line": 159,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6622,
      "end": 6623,
      "loc": {
        "start": {
          "line": 159,
          "column": 87
        },
        "end": {
          "line": 159,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6623,
      "end": 6624,
      "loc": {
        "start": {
          "line": 159,
          "column": 88
        },
        "end": {
          "line": 159,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6624,
      "end": 6625,
      "loc": {
        "start": {
          "line": 159,
          "column": 89
        },
        "end": {
          "line": 159,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6625,
      "end": 6628,
      "loc": {
        "start": {
          "line": 159,
          "column": 90
        },
        "end": {
          "line": 159,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 159,
          "column": 93
        },
        "end": {
          "line": 159,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6629,
      "end": 6635,
      "loc": {
        "start": {
          "line": 159,
          "column": 94
        },
        "end": {
          "line": 159,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6635,
      "end": 6636,
      "loc": {
        "start": {
          "line": 159,
          "column": 100
        },
        "end": {
          "line": 159,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6636,
      "end": 6637,
      "loc": {
        "start": {
          "line": 159,
          "column": 101
        },
        "end": {
          "line": 159,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6654,
      "end": 6661,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 160,
          "column": 23
        },
        "end": {
          "line": 160,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6662,
      "end": 6669,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6669,
      "end": 6670,
      "loc": {
        "start": {
          "line": 160,
          "column": 31
        },
        "end": {
          "line": 160,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6670,
      "end": 6671,
      "loc": {
        "start": {
          "line": 160,
          "column": 32
        },
        "end": {
          "line": 160,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6688,
      "end": 6695,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6695,
      "end": 6696,
      "loc": {
        "start": {
          "line": 161,
          "column": 23
        },
        "end": {
          "line": 161,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6696,
      "end": 6702,
      "loc": {
        "start": {
          "line": 161,
          "column": 24
        },
        "end": {
          "line": 161,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6702,
      "end": 6703,
      "loc": {
        "start": {
          "line": 161,
          "column": 30
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6703,
      "end": 6704,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "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": 6721,
      "end": 6726,
      "loc": {
        "start": {
          "line": 162,
          "column": 16
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6727,
      "end": 6734,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6735,
      "end": 6736,
      "loc": {
        "start": {
          "line": 162,
          "column": 30
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6737,
      "end": 6744,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6744,
      "end": 6745,
      "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": "position",
      "start": 6745,
      "end": 6753,
      "loc": {
        "start": {
          "line": 162,
          "column": 40
        },
        "end": {
          "line": 162,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 162,
          "column": 48
        },
        "end": {
          "line": 162,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 162,
          "column": 49
        },
        "end": {
          "line": 162,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 162,
          "column": 50
        },
        "end": {
          "line": 162,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6757,
      "end": 6758,
      "loc": {
        "start": {
          "line": 162,
          "column": 52
        },
        "end": {
          "line": 162,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6759,
      "end": 6766,
      "loc": {
        "start": {
          "line": 162,
          "column": 54
        },
        "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": 6766,
      "end": 6767,
      "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": 6767,
      "end": 6768,
      "loc": {
        "start": {
          "line": 162,
          "column": 62
        },
        "end": {
          "line": 162,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6768,
      "end": 6769,
      "loc": {
        "start": {
          "line": 162,
          "column": 63
        },
        "end": {
          "line": 162,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6786,
      "end": 6793,
      "loc": {
        "start": {
          "line": 163,
          "column": 16
        },
        "end": {
          "line": 163,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6793,
      "end": 6794,
      "loc": {
        "start": {
          "line": 163,
          "column": 23
        },
        "end": {
          "line": 163,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6794,
      "end": 6795,
      "loc": {
        "start": {
          "line": 163,
          "column": 24
        },
        "end": {
          "line": 163,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6796,
      "end": 6798,
      "loc": {
        "start": {
          "line": 163,
          "column": 26
        },
        "end": {
          "line": 163,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6799,
      "end": 6806,
      "loc": {
        "start": {
          "line": 163,
          "column": 29
        },
        "end": {
          "line": 163,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6806,
      "end": 6807,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 37
        }
      }
    },
    {
      "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": 6824,
      "end": 6826,
      "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": 6827,
      "end": 6828,
      "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": "state",
      "start": 6828,
      "end": 6833,
      "loc": {
        "start": {
          "line": 164,
          "column": 20
        },
        "end": {
          "line": 164,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6833,
      "end": 6834,
      "loc": {
        "start": {
          "line": 164,
          "column": 25
        },
        "end": {
          "line": 164,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6834,
      "end": 6841,
      "loc": {
        "start": {
          "line": 164,
          "column": 26
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6841,
      "end": 6842,
      "loc": {
        "start": {
          "line": 164,
          "column": 33
        },
        "end": {
          "line": 164,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandleBehaviour",
      "start": 6842,
      "end": 6860,
      "loc": {
        "start": {
          "line": 164,
          "column": 34
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6860,
      "end": 6861,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6861,
      "end": 6866,
      "loc": {
        "start": {
          "line": 164,
          "column": 53
        },
        "end": {
          "line": 164,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6866,
      "end": 6867,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6868,
      "end": 6874,
      "loc": {
        "start": {
          "line": 164,
          "column": 60
        },
        "end": {
          "line": 164,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6874,
      "end": 6875,
      "loc": {
        "start": {
          "line": 164,
          "column": 66
        },
        "end": {
          "line": 164,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6875,
      "end": 6876,
      "loc": {
        "start": {
          "line": 164,
          "column": 67
        },
        "end": {
          "line": 164,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-=",
      "start": 6877,
      "end": 6879,
      "loc": {
        "start": {
          "line": 164,
          "column": 69
        },
        "end": {
          "line": 164,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6880,
      "end": 6887,
      "loc": {
        "start": {
          "line": 164,
          "column": 72
        },
        "end": {
          "line": 164,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6887,
      "end": 6888,
      "loc": {
        "start": {
          "line": 164,
          "column": 79
        },
        "end": {
          "line": 164,
          "column": 80
        }
      }
    },
    {
      "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": 6905,
      "end": 6908,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6909,
      "end": 6914,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6915,
      "end": 6916,
      "loc": {
        "start": {
          "line": 165,
          "column": 26
        },
        "end": {
          "line": 165,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6917,
      "end": 6918,
      "loc": {
        "start": {
          "line": 165,
          "column": 28
        },
        "end": {
          "line": 165,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6918,
      "end": 6925,
      "loc": {
        "start": {
          "line": 165,
          "column": 29
        },
        "end": {
          "line": 165,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6925,
      "end": 6926,
      "loc": {
        "start": {
          "line": 165,
          "column": 36
        },
        "end": {
          "line": 165,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6926,
      "end": 6927,
      "loc": {
        "start": {
          "line": 165,
          "column": 37
        },
        "end": {
          "line": 165,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6928,
      "end": 6929,
      "loc": {
        "start": {
          "line": 165,
          "column": 39
        },
        "end": {
          "line": 165,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6930,
      "end": 6936,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6936,
      "end": 6937,
      "loc": {
        "start": {
          "line": 165,
          "column": 47
        },
        "end": {
          "line": 165,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6937,
      "end": 6938,
      "loc": {
        "start": {
          "line": 165,
          "column": 48
        },
        "end": {
          "line": 165,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6938,
      "end": 6939,
      "loc": {
        "start": {
          "line": 165,
          "column": 49
        },
        "end": {
          "line": 165,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "%",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "%",
      "start": 6940,
      "end": 6941,
      "loc": {
        "start": {
          "line": 165,
          "column": 51
        },
        "end": {
          "line": 165,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6942,
      "end": 6943,
      "loc": {
        "start": {
          "line": 165,
          "column": 53
        },
        "end": {
          "line": 165,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6943,
      "end": 6944,
      "loc": {
        "start": {
          "line": 165,
          "column": 54
        },
        "end": {
          "line": 165,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6945,
      "end": 6946,
      "loc": {
        "start": {
          "line": 165,
          "column": 56
        },
        "end": {
          "line": 165,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6947,
      "end": 6951,
      "loc": {
        "start": {
          "line": 165,
          "column": 58
        },
        "end": {
          "line": 165,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6951,
      "end": 6952,
      "loc": {
        "start": {
          "line": 165,
          "column": 62
        },
        "end": {
          "line": 165,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 6952,
      "end": 6954,
      "loc": {
        "start": {
          "line": 165,
          "column": 63
        },
        "end": {
          "line": 165,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6954,
      "end": 6955,
      "loc": {
        "start": {
          "line": 165,
          "column": 65
        },
        "end": {
          "line": 165,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6955,
      "end": 6956,
      "loc": {
        "start": {
          "line": 165,
          "column": 66
        },
        "end": {
          "line": 165,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromPolar",
      "start": 6973,
      "end": 6982,
      "loc": {
        "start": {
          "line": 166,
          "column": 16
        },
        "end": {
          "line": 166,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6982,
      "end": 6983,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6983,
      "end": 6990,
      "loc": {
        "start": {
          "line": 166,
          "column": 26
        },
        "end": {
          "line": 166,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6990,
      "end": 6991,
      "loc": {
        "start": {
          "line": 166,
          "column": 33
        },
        "end": {
          "line": 166,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6991,
      "end": 6992,
      "loc": {
        "start": {
          "line": 166,
          "column": 34
        },
        "end": {
          "line": 166,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromPolar",
      "start": 7009,
      "end": 7018,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7018,
      "end": 7019,
      "loc": {
        "start": {
          "line": 167,
          "column": 25
        },
        "end": {
          "line": 167,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 7019,
      "end": 7025,
      "loc": {
        "start": {
          "line": 167,
          "column": 26
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7025,
      "end": 7026,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7026,
      "end": 7027,
      "loc": {
        "start": {
          "line": 167,
          "column": 33
        },
        "end": {
          "line": 167,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7044,
      "end": 7049,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 21
        }
      }
    },
    {
      "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": 168,
          "column": 21
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7050,
      "end": 7057,
      "loc": {
        "start": {
          "line": 168,
          "column": 22
        },
        "end": {
          "line": 168,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7057,
      "end": 7058,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7058,
      "end": 7063,
      "loc": {
        "start": {
          "line": 168,
          "column": 30
        },
        "end": {
          "line": 168,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7063,
      "end": 7064,
      "loc": {
        "start": {
          "line": 168,
          "column": 35
        },
        "end": {
          "line": 168,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7064,
      "end": 7071,
      "loc": {
        "start": {
          "line": 168,
          "column": 36
        },
        "end": {
          "line": 168,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7071,
      "end": 7072,
      "loc": {
        "start": {
          "line": 168,
          "column": 43
        },
        "end": {
          "line": 168,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPt",
      "start": 7072,
      "end": 7079,
      "loc": {
        "start": {
          "line": 168,
          "column": 44
        },
        "end": {
          "line": 168,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7079,
      "end": 7080,
      "loc": {
        "start": {
          "line": 168,
          "column": 51
        },
        "end": {
          "line": 168,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7080,
      "end": 7085,
      "loc": {
        "start": {
          "line": 168,
          "column": 52
        },
        "end": {
          "line": 168,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7085,
      "end": 7086,
      "loc": {
        "start": {
          "line": 168,
          "column": 57
        },
        "end": {
          "line": 168,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7086,
      "end": 7087,
      "loc": {
        "start": {
          "line": 168,
          "column": 58
        },
        "end": {
          "line": 168,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7104,
      "end": 7107,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7107,
      "end": 7108,
      "loc": {
        "start": {
          "line": 169,
          "column": 19
        },
        "end": {
          "line": 169,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7108,
      "end": 7115,
      "loc": {
        "start": {
          "line": 169,
          "column": 20
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7115,
      "end": 7116,
      "loc": {
        "start": {
          "line": 169,
          "column": 27
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7116,
      "end": 7121,
      "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": 7121,
      "end": 7122,
      "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": "members",
      "start": 7122,
      "end": 7129,
      "loc": {
        "start": {
          "line": 169,
          "column": 34
        },
        "end": {
          "line": 169,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7129,
      "end": 7130,
      "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": "endPt",
      "start": 7130,
      "end": 7135,
      "loc": {
        "start": {
          "line": 169,
          "column": 42
        },
        "end": {
          "line": 169,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7135,
      "end": 7136,
      "loc": {
        "start": {
          "line": 169,
          "column": 47
        },
        "end": {
          "line": 169,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7136,
      "end": 7141,
      "loc": {
        "start": {
          "line": 169,
          "column": 48
        },
        "end": {
          "line": 169,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7141,
      "end": 7142,
      "loc": {
        "start": {
          "line": 169,
          "column": 53
        },
        "end": {
          "line": 169,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7142,
      "end": 7143,
      "loc": {
        "start": {
          "line": 169,
          "column": 54
        },
        "end": {
          "line": 169,
          "column": 55
        }
      }
    },
    {
      "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": 7160,
      "end": 7162,
      "loc": {
        "start": {
          "line": 170,
          "column": 16
        },
        "end": {
          "line": 170,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7163,
      "end": 7164,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "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": 7164,
      "end": 7165,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 7165,
      "end": 7172,
      "loc": {
        "start": {
          "line": 170,
          "column": 21
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7172,
      "end": 7173,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7173,
      "end": 7178,
      "loc": {
        "start": {
          "line": 170,
          "column": 29
        },
        "end": {
          "line": 170,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7178,
      "end": 7179,
      "loc": {
        "start": {
          "line": 170,
          "column": 34
        },
        "end": {
          "line": 170,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7179,
      "end": 7186,
      "loc": {
        "start": {
          "line": 170,
          "column": 35
        },
        "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": 7186,
      "end": 7187,
      "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": "ccw",
      "start": 7187,
      "end": 7190,
      "loc": {
        "start": {
          "line": 170,
          "column": 43
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7190,
      "end": 7191,
      "loc": {
        "start": {
          "line": 170,
          "column": 46
        },
        "end": {
          "line": 170,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7191,
      "end": 7196,
      "loc": {
        "start": {
          "line": 170,
          "column": 47
        },
        "end": {
          "line": 170,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7196,
      "end": 7197,
      "loc": {
        "start": {
          "line": 170,
          "column": 52
        },
        "end": {
          "line": 170,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "^",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 4,
        "updateContext": null
      },
      "value": "^",
      "start": 7198,
      "end": 7199,
      "loc": {
        "start": {
          "line": 170,
          "column": 54
        },
        "end": {
          "line": 170,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 7200,
      "end": 7207,
      "loc": {
        "start": {
          "line": 170,
          "column": 56
        },
        "end": {
          "line": 170,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7207,
      "end": 7208,
      "loc": {
        "start": {
          "line": 170,
          "column": 63
        },
        "end": {
          "line": 170,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7208,
      "end": 7213,
      "loc": {
        "start": {
          "line": 170,
          "column": 64
        },
        "end": {
          "line": 170,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7213,
      "end": 7214,
      "loc": {
        "start": {
          "line": 170,
          "column": 69
        },
        "end": {
          "line": 170,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7214,
      "end": 7221,
      "loc": {
        "start": {
          "line": 170,
          "column": 70
        },
        "end": {
          "line": 170,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7221,
      "end": 7222,
      "loc": {
        "start": {
          "line": 170,
          "column": 77
        },
        "end": {
          "line": 170,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 7222,
      "end": 7234,
      "loc": {
        "start": {
          "line": 170,
          "column": 78
        },
        "end": {
          "line": 170,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7234,
      "end": 7235,
      "loc": {
        "start": {
          "line": 170,
          "column": 90
        },
        "end": {
          "line": 170,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7235,
      "end": 7240,
      "loc": {
        "start": {
          "line": 170,
          "column": 91
        },
        "end": {
          "line": 170,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7240,
      "end": 7241,
      "loc": {
        "start": {
          "line": 170,
          "column": 96
        },
        "end": {
          "line": 170,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7241,
      "end": 7242,
      "loc": {
        "start": {
          "line": 170,
          "column": 97
        },
        "end": {
          "line": 170,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7243,
      "end": 7248,
      "loc": {
        "start": {
          "line": 170,
          "column": 99
        },
        "end": {
          "line": 170,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7249,
      "end": 7250,
      "loc": {
        "start": {
          "line": 170,
          "column": 105
        },
        "end": {
          "line": 170,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 7251,
      "end": 7252,
      "loc": {
        "start": {
          "line": 170,
          "column": 107
        },
        "end": {
          "line": 170,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7252,
      "end": 7257,
      "loc": {
        "start": {
          "line": 170,
          "column": 108
        },
        "end": {
          "line": 170,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7257,
      "end": 7258,
      "loc": {
        "start": {
          "line": 170,
          "column": 113
        },
        "end": {
          "line": 170,
          "column": 114
        }
      }
    },
    {
      "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": 7275,
      "end": 7277,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7278,
      "end": 7279,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7279,
      "end": 7284,
      "loc": {
        "start": {
          "line": 171,
          "column": 20
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7285,
      "end": 7286,
      "loc": {
        "start": {
          "line": 171,
          "column": 26
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7287,
      "end": 7288,
      "loc": {
        "start": {
          "line": 171,
          "column": 28
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7288,
      "end": 7289,
      "loc": {
        "start": {
          "line": 171,
          "column": 29
        },
        "end": {
          "line": 171,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7290,
      "end": 7295,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7296,
      "end": 7298,
      "loc": {
        "start": {
          "line": 171,
          "column": 37
        },
        "end": {
          "line": 171,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7299,
      "end": 7300,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7301,
      "end": 7302,
      "loc": {
        "start": {
          "line": 171,
          "column": 42
        },
        "end": {
          "line": 171,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7303,
      "end": 7307,
      "loc": {
        "start": {
          "line": 171,
          "column": 44
        },
        "end": {
          "line": 171,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7307,
      "end": 7308,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 7308,
      "end": 7310,
      "loc": {
        "start": {
          "line": 171,
          "column": 49
        },
        "end": {
          "line": 171,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7310,
      "end": 7311,
      "loc": {
        "start": {
          "line": 171,
          "column": 51
        },
        "end": {
          "line": 171,
          "column": 52
        }
      }
    },
    {
      "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": 7328,
      "end": 7330,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7331,
      "end": 7332,
      "loc": {
        "start": {
          "line": 172,
          "column": 19
        },
        "end": {
          "line": 172,
          "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": 7332,
      "end": 7336,
      "loc": {
        "start": {
          "line": 172,
          "column": 20
        },
        "end": {
          "line": 172,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7336,
      "end": 7337,
      "loc": {
        "start": {
          "line": 172,
          "column": 24
        },
        "end": {
          "line": 172,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 7337,
      "end": 7343,
      "loc": {
        "start": {
          "line": 172,
          "column": 25
        },
        "end": {
          "line": 172,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7343,
      "end": 7344,
      "loc": {
        "start": {
          "line": 172,
          "column": 31
        },
        "end": {
          "line": 172,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 7344,
      "end": 7350,
      "loc": {
        "start": {
          "line": 172,
          "column": 32
        },
        "end": {
          "line": 172,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7350,
      "end": 7351,
      "loc": {
        "start": {
          "line": 172,
          "column": 38
        },
        "end": {
          "line": 172,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 7351,
      "end": 7373,
      "loc": {
        "start": {
          "line": 172,
          "column": 39
        },
        "end": {
          "line": 172,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7373,
      "end": 7374,
      "loc": {
        "start": {
          "line": 172,
          "column": 61
        },
        "end": {
          "line": 172,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7374,
      "end": 7379,
      "loc": {
        "start": {
          "line": 172,
          "column": 62
        },
        "end": {
          "line": 172,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7379,
      "end": 7380,
      "loc": {
        "start": {
          "line": 172,
          "column": 67
        },
        "end": {
          "line": 172,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 7380,
      "end": 7382,
      "loc": {
        "start": {
          "line": 172,
          "column": 68
        },
        "end": {
          "line": 172,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7382,
      "end": 7383,
      "loc": {
        "start": {
          "line": 172,
          "column": 70
        },
        "end": {
          "line": 172,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7383,
      "end": 7384,
      "loc": {
        "start": {
          "line": 172,
          "column": 71
        },
        "end": {
          "line": 172,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasA_R",
      "start": 7384,
      "end": 7390,
      "loc": {
        "start": {
          "line": 172,
          "column": 72
        },
        "end": {
          "line": 172,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7390,
      "end": 7391,
      "loc": {
        "start": {
          "line": 172,
          "column": 78
        },
        "end": {
          "line": 172,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7392,
      "end": 7397,
      "loc": {
        "start": {
          "line": 172,
          "column": 80
        },
        "end": {
          "line": 172,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7398,
      "end": 7399,
      "loc": {
        "start": {
          "line": 172,
          "column": 86
        },
        "end": {
          "line": 172,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 7400,
      "end": 7405,
      "loc": {
        "start": {
          "line": 172,
          "column": 88
        },
        "end": {
          "line": 172,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7405,
      "end": 7406,
      "loc": {
        "start": {
          "line": 172,
          "column": 93
        },
        "end": {
          "line": 172,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7406,
      "end": 7410,
      "loc": {
        "start": {
          "line": 172,
          "column": 94
        },
        "end": {
          "line": 172,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7410,
      "end": 7411,
      "loc": {
        "start": {
          "line": 172,
          "column": 98
        },
        "end": {
          "line": 172,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radToDeg",
      "start": 7411,
      "end": 7419,
      "loc": {
        "start": {
          "line": 172,
          "column": 99
        },
        "end": {
          "line": 172,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7419,
      "end": 7420,
      "loc": {
        "start": {
          "line": 172,
          "column": 107
        },
        "end": {
          "line": 172,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7420,
      "end": 7425,
      "loc": {
        "start": {
          "line": 172,
          "column": 108
        },
        "end": {
          "line": 172,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7425,
      "end": 7426,
      "loc": {
        "start": {
          "line": 172,
          "column": 113
        },
        "end": {
          "line": 172,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7426,
      "end": 7427,
      "loc": {
        "start": {
          "line": 172,
          "column": 114
        },
        "end": {
          "line": 172,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7444,
      "end": 7449,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7449,
      "end": 7450,
      "loc": {
        "start": {
          "line": 173,
          "column": 21
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7450,
      "end": 7462,
      "loc": {
        "start": {
          "line": 173,
          "column": 22
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7463,
      "end": 7464,
      "loc": {
        "start": {
          "line": 173,
          "column": 35
        },
        "end": {
          "line": 173,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7465,
      "end": 7470,
      "loc": {
        "start": {
          "line": 173,
          "column": 37
        },
        "end": {
          "line": 173,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7470,
      "end": 7471,
      "loc": {
        "start": {
          "line": 173,
          "column": 42
        },
        "end": {
          "line": 173,
          "column": 43
        }
      }
    },
    {
      "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": 7488,
      "end": 7493,
      "loc": {
        "start": {
          "line": 174,
          "column": 16
        },
        "end": {
          "line": 174,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7493,
      "end": 7494,
      "loc": {
        "start": {
          "line": 174,
          "column": 21
        },
        "end": {
          "line": 174,
          "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": 7507,
      "end": 7511,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "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": 7512,
      "end": 7532,
      "loc": {
        "start": {
          "line": 175,
          "column": 17
        },
        "end": {
          "line": 175,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7532,
      "end": 7533,
      "loc": {
        "start": {
          "line": 175,
          "column": 37
        },
        "end": {
          "line": 175,
          "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": 7546,
      "end": 7550,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "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": 7551,
      "end": 7578,
      "loc": {
        "start": {
          "line": 176,
          "column": 17
        },
        "end": {
          "line": 176,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7578,
      "end": 7579,
      "loc": {
        "start": {
          "line": 176,
          "column": 44
        },
        "end": {
          "line": 176,
          "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": 7596,
      "end": 7599,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 7600,
      "end": 7601,
      "loc": {
        "start": {
          "line": 177,
          "column": 20
        },
        "end": {
          "line": 177,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7602,
      "end": 7603,
      "loc": {
        "start": {
          "line": 177,
          "column": 22
        },
        "end": {
          "line": 177,
          "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": 7604,
      "end": 7607,
      "loc": {
        "start": {
          "line": 177,
          "column": 24
        },
        "end": {
          "line": 177,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 7608,
      "end": 7613,
      "loc": {
        "start": {
          "line": 177,
          "column": 28
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7613,
      "end": 7614,
      "loc": {
        "start": {
          "line": 177,
          "column": 33
        },
        "end": {
          "line": 177,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 7614,
      "end": 7621,
      "loc": {
        "start": {
          "line": 177,
          "column": 34
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7621,
      "end": 7622,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7622,
      "end": 7626,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7626,
      "end": 7627,
      "loc": {
        "start": {
          "line": 177,
          "column": 46
        },
        "end": {
          "line": 177,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 7627,
      "end": 7630,
      "loc": {
        "start": {
          "line": 177,
          "column": 47
        },
        "end": {
          "line": 177,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7630,
      "end": 7631,
      "loc": {
        "start": {
          "line": 177,
          "column": 50
        },
        "end": {
          "line": 177,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7631,
      "end": 7636,
      "loc": {
        "start": {
          "line": 177,
          "column": 51
        },
        "end": {
          "line": 177,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7636,
      "end": 7637,
      "loc": {
        "start": {
          "line": 177,
          "column": 56
        },
        "end": {
          "line": 177,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7637,
      "end": 7644,
      "loc": {
        "start": {
          "line": 177,
          "column": 57
        },
        "end": {
          "line": 177,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7644,
      "end": 7645,
      "loc": {
        "start": {
          "line": 177,
          "column": 64
        },
        "end": {
          "line": 177,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7645,
      "end": 7650,
      "loc": {
        "start": {
          "line": 177,
          "column": 65
        },
        "end": {
          "line": 177,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7650,
      "end": 7651,
      "loc": {
        "start": {
          "line": 177,
          "column": 70
        },
        "end": {
          "line": 177,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7651,
      "end": 7656,
      "loc": {
        "start": {
          "line": 177,
          "column": 71
        },
        "end": {
          "line": 177,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7656,
      "end": 7657,
      "loc": {
        "start": {
          "line": 177,
          "column": 76
        },
        "end": {
          "line": 177,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7657,
      "end": 7658,
      "loc": {
        "start": {
          "line": 177,
          "column": 77
        },
        "end": {
          "line": 177,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7659,
      "end": 7663,
      "loc": {
        "start": {
          "line": 177,
          "column": 79
        },
        "end": {
          "line": 177,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7663,
      "end": 7664,
      "loc": {
        "start": {
          "line": 177,
          "column": 83
        },
        "end": {
          "line": 177,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 7664,
      "end": 7667,
      "loc": {
        "start": {
          "line": 177,
          "column": 84
        },
        "end": {
          "line": 177,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7667,
      "end": 7668,
      "loc": {
        "start": {
          "line": 177,
          "column": 87
        },
        "end": {
          "line": 177,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7668,
      "end": 7673,
      "loc": {
        "start": {
          "line": 177,
          "column": 88
        },
        "end": {
          "line": 177,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7673,
      "end": 7674,
      "loc": {
        "start": {
          "line": 177,
          "column": 93
        },
        "end": {
          "line": 177,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7674,
      "end": 7681,
      "loc": {
        "start": {
          "line": 177,
          "column": 94
        },
        "end": {
          "line": 177,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7681,
      "end": 7682,
      "loc": {
        "start": {
          "line": 177,
          "column": 101
        },
        "end": {
          "line": 177,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7682,
      "end": 7687,
      "loc": {
        "start": {
          "line": 177,
          "column": 102
        },
        "end": {
          "line": 177,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7687,
      "end": 7688,
      "loc": {
        "start": {
          "line": 177,
          "column": 107
        },
        "end": {
          "line": 177,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7688,
      "end": 7693,
      "loc": {
        "start": {
          "line": 177,
          "column": 108
        },
        "end": {
          "line": 177,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7693,
      "end": 7694,
      "loc": {
        "start": {
          "line": 177,
          "column": 113
        },
        "end": {
          "line": 177,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7694,
      "end": 7695,
      "loc": {
        "start": {
          "line": 177,
          "column": 114
        },
        "end": {
          "line": 177,
          "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": 7696,
      "end": 7697,
      "loc": {
        "start": {
          "line": 177,
          "column": 116
        },
        "end": {
          "line": 177,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7697,
      "end": 7698,
      "loc": {
        "start": {
          "line": 177,
          "column": 117
        },
        "end": {
          "line": 177,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7698,
      "end": 7699,
      "loc": {
        "start": {
          "line": 177,
          "column": 118
        },
        "end": {
          "line": 177,
          "column": 119
        }
      }
    },
    {
      "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": 7716,
      "end": 7721,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7722,
      "end": 7726,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7727,
      "end": 7728,
      "loc": {
        "start": {
          "line": 178,
          "column": 27
        },
        "end": {
          "line": 178,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7729,
      "end": 7737,
      "loc": {
        "start": {
          "line": 178,
          "column": 29
        },
        "end": {
          "line": 178,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7737,
      "end": 7738,
      "loc": {
        "start": {
          "line": 178,
          "column": 37
        },
        "end": {
          "line": 178,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7738,
      "end": 7743,
      "loc": {
        "start": {
          "line": 178,
          "column": 38
        },
        "end": {
          "line": 178,
          "column": 43
        }
      }
    },
    {
      "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": 178,
          "column": 43
        },
        "end": {
          "line": 178,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7744,
      "end": 7745,
      "loc": {
        "start": {
          "line": 178,
          "column": 44
        },
        "end": {
          "line": 178,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7745,
      "end": 7746,
      "loc": {
        "start": {
          "line": 178,
          "column": 45
        },
        "end": {
          "line": 178,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7746,
      "end": 7749,
      "loc": {
        "start": {
          "line": 178,
          "column": 46
        },
        "end": {
          "line": 178,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 178,
          "column": 49
        },
        "end": {
          "line": 178,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 7750,
      "end": 7757,
      "loc": {
        "start": {
          "line": 178,
          "column": 50
        },
        "end": {
          "line": 178,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7757,
      "end": 7758,
      "loc": {
        "start": {
          "line": 178,
          "column": 57
        },
        "end": {
          "line": 178,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7758,
      "end": 7759,
      "loc": {
        "start": {
          "line": 178,
          "column": 58
        },
        "end": {
          "line": 178,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 7759,
      "end": 7774,
      "loc": {
        "start": {
          "line": 178,
          "column": 59
        },
        "end": {
          "line": 178,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7774,
      "end": 7775,
      "loc": {
        "start": {
          "line": 178,
          "column": 74
        },
        "end": {
          "line": 178,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 7775,
      "end": 7776,
      "loc": {
        "start": {
          "line": 178,
          "column": 75
        },
        "end": {
          "line": 178,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7776,
      "end": 7777,
      "loc": {
        "start": {
          "line": 178,
          "column": 76
        },
        "end": {
          "line": 178,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7777,
      "end": 7778,
      "loc": {
        "start": {
          "line": 178,
          "column": 77
        },
        "end": {
          "line": 178,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 7795,
      "end": 7802,
      "loc": {
        "start": {
          "line": 179,
          "column": 16
        },
        "end": {
          "line": 179,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7802,
      "end": 7803,
      "loc": {
        "start": {
          "line": 179,
          "column": 23
        },
        "end": {
          "line": 179,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7803,
      "end": 7806,
      "loc": {
        "start": {
          "line": 179,
          "column": 24
        },
        "end": {
          "line": 179,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7806,
      "end": 7807,
      "loc": {
        "start": {
          "line": 179,
          "column": 27
        },
        "end": {
          "line": 179,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7807,
      "end": 7811,
      "loc": {
        "start": {
          "line": 179,
          "column": 28
        },
        "end": {
          "line": 179,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7811,
      "end": 7812,
      "loc": {
        "start": {
          "line": 179,
          "column": 32
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7812,
      "end": 7813,
      "loc": {
        "start": {
          "line": 179,
          "column": 33
        },
        "end": {
          "line": 179,
          "column": 34
        }
      }
    },
    {
      "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": 7830,
      "end": 7832,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7833,
      "end": 7834,
      "loc": {
        "start": {
          "line": 180,
          "column": 19
        },
        "end": {
          "line": 180,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7834,
      "end": 7839,
      "loc": {
        "start": {
          "line": 180,
          "column": 20
        },
        "end": {
          "line": 180,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7839,
      "end": 7840,
      "loc": {
        "start": {
          "line": 180,
          "column": 25
        },
        "end": {
          "line": 180,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7840,
      "end": 7847,
      "loc": {
        "start": {
          "line": 180,
          "column": 26
        },
        "end": {
          "line": 180,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7847,
      "end": 7848,
      "loc": {
        "start": {
          "line": 180,
          "column": 33
        },
        "end": {
          "line": 180,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandleBehaviour",
      "start": 7848,
      "end": 7866,
      "loc": {
        "start": {
          "line": 180,
          "column": 34
        },
        "end": {
          "line": 180,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7866,
      "end": 7867,
      "loc": {
        "start": {
          "line": 180,
          "column": 52
        },
        "end": {
          "line": 180,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7867,
      "end": 7872,
      "loc": {
        "start": {
          "line": 180,
          "column": 53
        },
        "end": {
          "line": 180,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7872,
      "end": 7873,
      "loc": {
        "start": {
          "line": 180,
          "column": 58
        },
        "end": {
          "line": 180,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 7874,
      "end": 7880,
      "loc": {
        "start": {
          "line": 180,
          "column": 60
        },
        "end": {
          "line": 180,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7880,
      "end": 7881,
      "loc": {
        "start": {
          "line": 180,
          "column": 66
        },
        "end": {
          "line": 180,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7881,
      "end": 7884,
      "loc": {
        "start": {
          "line": 180,
          "column": 67
        },
        "end": {
          "line": 180,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7884,
      "end": 7885,
      "loc": {
        "start": {
          "line": 180,
          "column": 70
        },
        "end": {
          "line": 180,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7885,
      "end": 7889,
      "loc": {
        "start": {
          "line": 180,
          "column": 71
        },
        "end": {
          "line": 180,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7889,
      "end": 7890,
      "loc": {
        "start": {
          "line": 180,
          "column": 75
        },
        "end": {
          "line": 180,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7890,
      "end": 7891,
      "loc": {
        "start": {
          "line": 180,
          "column": 76
        },
        "end": {
          "line": 180,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7908,
      "end": 7913,
      "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": 7913,
      "end": 7914,
      "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": "toArray",
      "start": 7914,
      "end": 7921,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7921,
      "end": 7922,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7922,
      "end": 7927,
      "loc": {
        "start": {
          "line": 181,
          "column": 30
        },
        "end": {
          "line": 181,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7927,
      "end": 7928,
      "loc": {
        "start": {
          "line": 181,
          "column": 35
        },
        "end": {
          "line": 181,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7928,
      "end": 7935,
      "loc": {
        "start": {
          "line": 181,
          "column": 36
        },
        "end": {
          "line": 181,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7935,
      "end": 7936,
      "loc": {
        "start": {
          "line": 181,
          "column": 43
        },
        "end": {
          "line": 181,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPt",
      "start": 7936,
      "end": 7943,
      "loc": {
        "start": {
          "line": 181,
          "column": 44
        },
        "end": {
          "line": 181,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7943,
      "end": 7944,
      "loc": {
        "start": {
          "line": 181,
          "column": 51
        },
        "end": {
          "line": 181,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7944,
      "end": 7949,
      "loc": {
        "start": {
          "line": 181,
          "column": 52
        },
        "end": {
          "line": 181,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7949,
      "end": 7950,
      "loc": {
        "start": {
          "line": 181,
          "column": 57
        },
        "end": {
          "line": 181,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7950,
      "end": 7951,
      "loc": {
        "start": {
          "line": 181,
          "column": 58
        },
        "end": {
          "line": 181,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7968,
      "end": 7971,
      "loc": {
        "start": {
          "line": 182,
          "column": 16
        },
        "end": {
          "line": 182,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7971,
      "end": 7972,
      "loc": {
        "start": {
          "line": 182,
          "column": 19
        },
        "end": {
          "line": 182,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7972,
      "end": 7979,
      "loc": {
        "start": {
          "line": 182,
          "column": 20
        },
        "end": {
          "line": 182,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7979,
      "end": 7980,
      "loc": {
        "start": {
          "line": 182,
          "column": 27
        },
        "end": {
          "line": 182,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 7980,
      "end": 7985,
      "loc": {
        "start": {
          "line": 182,
          "column": 28
        },
        "end": {
          "line": 182,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7985,
      "end": 7986,
      "loc": {
        "start": {
          "line": 182,
          "column": 33
        },
        "end": {
          "line": 182,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7986,
      "end": 7993,
      "loc": {
        "start": {
          "line": 182,
          "column": 34
        },
        "end": {
          "line": 182,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7993,
      "end": 7994,
      "loc": {
        "start": {
          "line": 182,
          "column": 41
        },
        "end": {
          "line": 182,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPt",
      "start": 7994,
      "end": 7999,
      "loc": {
        "start": {
          "line": 182,
          "column": 42
        },
        "end": {
          "line": 182,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7999,
      "end": 8000,
      "loc": {
        "start": {
          "line": 182,
          "column": 47
        },
        "end": {
          "line": 182,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8000,
      "end": 8005,
      "loc": {
        "start": {
          "line": 182,
          "column": 48
        },
        "end": {
          "line": 182,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8005,
      "end": 8006,
      "loc": {
        "start": {
          "line": 182,
          "column": 53
        },
        "end": {
          "line": 182,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8006,
      "end": 8007,
      "loc": {
        "start": {
          "line": 182,
          "column": 54
        },
        "end": {
          "line": 182,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8024,
      "end": 8029,
      "loc": {
        "start": {
          "line": 183,
          "column": 16
        },
        "end": {
          "line": 183,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8029,
      "end": 8030,
      "loc": {
        "start": {
          "line": 183,
          "column": 21
        },
        "end": {
          "line": 183,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8030,
      "end": 8042,
      "loc": {
        "start": {
          "line": 183,
          "column": 22
        },
        "end": {
          "line": 183,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8043,
      "end": 8044,
      "loc": {
        "start": {
          "line": 183,
          "column": 35
        },
        "end": {
          "line": 183,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8045,
      "end": 8049,
      "loc": {
        "start": {
          "line": 183,
          "column": 37
        },
        "end": {
          "line": 183,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8049,
      "end": 8050,
      "loc": {
        "start": {
          "line": 183,
          "column": 41
        },
        "end": {
          "line": 183,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 8050,
      "end": 8053,
      "loc": {
        "start": {
          "line": 183,
          "column": 42
        },
        "end": {
          "line": 183,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8053,
      "end": 8054,
      "loc": {
        "start": {
          "line": 183,
          "column": 45
        },
        "end": {
          "line": 183,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8054,
      "end": 8057,
      "loc": {
        "start": {
          "line": 183,
          "column": 46
        },
        "end": {
          "line": 183,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8057,
      "end": 8058,
      "loc": {
        "start": {
          "line": 183,
          "column": 49
        },
        "end": {
          "line": 183,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8058,
      "end": 8063,
      "loc": {
        "start": {
          "line": 183,
          "column": 50
        },
        "end": {
          "line": 183,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8063,
      "end": 8064,
      "loc": {
        "start": {
          "line": 183,
          "column": 55
        },
        "end": {
          "line": 183,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8064,
      "end": 8065,
      "loc": {
        "start": {
          "line": 183,
          "column": 56
        },
        "end": {
          "line": 183,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8065,
      "end": 8066,
      "loc": {
        "start": {
          "line": 183,
          "column": 57
        },
        "end": {
          "line": 183,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 8066,
      "end": 8069,
      "loc": {
        "start": {
          "line": 183,
          "column": 58
        },
        "end": {
          "line": 183,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8069,
      "end": 8070,
      "loc": {
        "start": {
          "line": 183,
          "column": 61
        },
        "end": {
          "line": 183,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8070,
      "end": 8075,
      "loc": {
        "start": {
          "line": 183,
          "column": 62
        },
        "end": {
          "line": 183,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8075,
      "end": 8076,
      "loc": {
        "start": {
          "line": 183,
          "column": 67
        },
        "end": {
          "line": 183,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8076,
      "end": 8077,
      "loc": {
        "start": {
          "line": 183,
          "column": 68
        },
        "end": {
          "line": 183,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 8077,
      "end": 8080,
      "loc": {
        "start": {
          "line": 183,
          "column": 69
        },
        "end": {
          "line": 183,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8080,
      "end": 8081,
      "loc": {
        "start": {
          "line": 183,
          "column": 72
        },
        "end": {
          "line": 183,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 8081,
      "end": 8082,
      "loc": {
        "start": {
          "line": 183,
          "column": 73
        },
        "end": {
          "line": 183,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8082,
      "end": 8083,
      "loc": {
        "start": {
          "line": 183,
          "column": 74
        },
        "end": {
          "line": 183,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8083,
      "end": 8084,
      "loc": {
        "start": {
          "line": 183,
          "column": 75
        },
        "end": {
          "line": 183,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8084,
      "end": 8085,
      "loc": {
        "start": {
          "line": 183,
          "column": 76
        },
        "end": {
          "line": 183,
          "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": 8102,
      "end": 8107,
      "loc": {
        "start": {
          "line": 184,
          "column": 16
        },
        "end": {
          "line": 184,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 184,
          "column": 21
        },
        "end": {
          "line": 184,
          "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": 8121,
      "end": 8125,
      "loc": {
        "start": {
          "line": 185,
          "column": 12
        },
        "end": {
          "line": 185,
          "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": 8126,
      "end": 8146,
      "loc": {
        "start": {
          "line": 185,
          "column": 17
        },
        "end": {
          "line": 185,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8146,
      "end": 8147,
      "loc": {
        "start": {
          "line": 185,
          "column": 37
        },
        "end": {
          "line": 185,
          "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": 8160,
      "end": 8164,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "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": 8165,
      "end": 8192,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8192,
      "end": 8193,
      "loc": {
        "start": {
          "line": 186,
          "column": 44
        },
        "end": {
          "line": 186,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8210,
      "end": 8215,
      "loc": {
        "start": {
          "line": 187,
          "column": 16
        },
        "end": {
          "line": 187,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8215,
      "end": 8216,
      "loc": {
        "start": {
          "line": 187,
          "column": 21
        },
        "end": {
          "line": 187,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8216,
      "end": 8223,
      "loc": {
        "start": {
          "line": 187,
          "column": 22
        },
        "end": {
          "line": 187,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8223,
      "end": 8224,
      "loc": {
        "start": {
          "line": 187,
          "column": 29
        },
        "end": {
          "line": 187,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8224,
      "end": 8230,
      "loc": {
        "start": {
          "line": 187,
          "column": 30
        },
        "end": {
          "line": 187,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8230,
      "end": 8231,
      "loc": {
        "start": {
          "line": 187,
          "column": 36
        },
        "end": {
          "line": 187,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8231,
      "end": 8236,
      "loc": {
        "start": {
          "line": 187,
          "column": 37
        },
        "end": {
          "line": 187,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8237,
      "end": 8238,
      "loc": {
        "start": {
          "line": 187,
          "column": 43
        },
        "end": {
          "line": 187,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8239,
      "end": 8245,
      "loc": {
        "start": {
          "line": 187,
          "column": 45
        },
        "end": {
          "line": 187,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8245,
      "end": 8246,
      "loc": {
        "start": {
          "line": 187,
          "column": 51
        },
        "end": {
          "line": 187,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 8246,
      "end": 8256,
      "loc": {
        "start": {
          "line": 187,
          "column": 52
        },
        "end": {
          "line": 187,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8256,
      "end": 8257,
      "loc": {
        "start": {
          "line": 187,
          "column": 62
        },
        "end": {
          "line": 187,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8257,
      "end": 8265,
      "loc": {
        "start": {
          "line": 187,
          "column": 63
        },
        "end": {
          "line": 187,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8265,
      "end": 8266,
      "loc": {
        "start": {
          "line": 187,
          "column": 71
        },
        "end": {
          "line": 187,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8266,
      "end": 8267,
      "loc": {
        "start": {
          "line": 187,
          "column": 72
        },
        "end": {
          "line": 187,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8284,
      "end": 8289,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8289,
      "end": 8290,
      "loc": {
        "start": {
          "line": 188,
          "column": 21
        },
        "end": {
          "line": 188,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8290,
      "end": 8302,
      "loc": {
        "start": {
          "line": 188,
          "column": 22
        },
        "end": {
          "line": 188,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8303,
      "end": 8304,
      "loc": {
        "start": {
          "line": 188,
          "column": 35
        },
        "end": {
          "line": 188,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8305,
      "end": 8310,
      "loc": {
        "start": {
          "line": 188,
          "column": 37
        },
        "end": {
          "line": 188,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8310,
      "end": 8311,
      "loc": {
        "start": {
          "line": 188,
          "column": 42
        },
        "end": {
          "line": 188,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8311,
      "end": 8318,
      "loc": {
        "start": {
          "line": 188,
          "column": 43
        },
        "end": {
          "line": 188,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8318,
      "end": 8319,
      "loc": {
        "start": {
          "line": 188,
          "column": 50
        },
        "end": {
          "line": 188,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8319,
      "end": 8325,
      "loc": {
        "start": {
          "line": 188,
          "column": 51
        },
        "end": {
          "line": 188,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8325,
      "end": 8326,
      "loc": {
        "start": {
          "line": 188,
          "column": 57
        },
        "end": {
          "line": 188,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8326,
      "end": 8331,
      "loc": {
        "start": {
          "line": 188,
          "column": 58
        },
        "end": {
          "line": 188,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8331,
      "end": 8332,
      "loc": {
        "start": {
          "line": 188,
          "column": 63
        },
        "end": {
          "line": 188,
          "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": 8349,
      "end": 8354,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8354,
      "end": 8355,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "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": 8368,
      "end": 8372,
      "loc": {
        "start": {
          "line": 190,
          "column": 12
        },
        "end": {
          "line": 190,
          "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": 8373,
      "end": 8395,
      "loc": {
        "start": {
          "line": 190,
          "column": 17
        },
        "end": {
          "line": 190,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8395,
      "end": 8396,
      "loc": {
        "start": {
          "line": 190,
          "column": 39
        },
        "end": {
          "line": 190,
          "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": 8409,
      "end": 8413,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "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": 8414,
      "end": 8443,
      "loc": {
        "start": {
          "line": 191,
          "column": 17
        },
        "end": {
          "line": 191,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8443,
      "end": 8444,
      "loc": {
        "start": {
          "line": 191,
          "column": 46
        },
        "end": {
          "line": 191,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8461,
      "end": 8466,
      "loc": {
        "start": {
          "line": 192,
          "column": 16
        },
        "end": {
          "line": 192,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8466,
      "end": 8467,
      "loc": {
        "start": {
          "line": 192,
          "column": 21
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8467,
      "end": 8474,
      "loc": {
        "start": {
          "line": 192,
          "column": 22
        },
        "end": {
          "line": 192,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8474,
      "end": 8475,
      "loc": {
        "start": {
          "line": 192,
          "column": 29
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8475,
      "end": 8481,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8481,
      "end": 8482,
      "loc": {
        "start": {
          "line": 192,
          "column": 36
        },
        "end": {
          "line": 192,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8482,
      "end": 8487,
      "loc": {
        "start": {
          "line": 192,
          "column": 37
        },
        "end": {
          "line": 192,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8488,
      "end": 8489,
      "loc": {
        "start": {
          "line": 192,
          "column": 43
        },
        "end": {
          "line": 192,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8490,
      "end": 8496,
      "loc": {
        "start": {
          "line": 192,
          "column": 45
        },
        "end": {
          "line": 192,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8496,
      "end": 8497,
      "loc": {
        "start": {
          "line": 192,
          "column": 51
        },
        "end": {
          "line": 192,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 8497,
      "end": 8507,
      "loc": {
        "start": {
          "line": 192,
          "column": 52
        },
        "end": {
          "line": 192,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8507,
      "end": 8508,
      "loc": {
        "start": {
          "line": 192,
          "column": 62
        },
        "end": {
          "line": 192,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8508,
      "end": 8516,
      "loc": {
        "start": {
          "line": 192,
          "column": 63
        },
        "end": {
          "line": 192,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8516,
      "end": 8517,
      "loc": {
        "start": {
          "line": 192,
          "column": 71
        },
        "end": {
          "line": 192,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8517,
      "end": 8518,
      "loc": {
        "start": {
          "line": 192,
          "column": 72
        },
        "end": {
          "line": 192,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8535,
      "end": 8540,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 193,
          "column": 21
        },
        "end": {
          "line": 193,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8541,
      "end": 8553,
      "loc": {
        "start": {
          "line": 193,
          "column": 22
        },
        "end": {
          "line": 193,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8554,
      "end": 8555,
      "loc": {
        "start": {
          "line": 193,
          "column": 35
        },
        "end": {
          "line": 193,
          "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": 8556,
      "end": 8557,
      "loc": {
        "start": {
          "line": 193,
          "column": 37
        },
        "end": {
          "line": 193,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8558,
      "end": 8559,
      "loc": {
        "start": {
          "line": 193,
          "column": 39
        },
        "end": {
          "line": 193,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8560,
      "end": 8565,
      "loc": {
        "start": {
          "line": 193,
          "column": 41
        },
        "end": {
          "line": 193,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8565,
      "end": 8566,
      "loc": {
        "start": {
          "line": 193,
          "column": 46
        },
        "end": {
          "line": 193,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8566,
      "end": 8573,
      "loc": {
        "start": {
          "line": 193,
          "column": 47
        },
        "end": {
          "line": 193,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8573,
      "end": 8574,
      "loc": {
        "start": {
          "line": 193,
          "column": 54
        },
        "end": {
          "line": 193,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8574,
      "end": 8580,
      "loc": {
        "start": {
          "line": 193,
          "column": 55
        },
        "end": {
          "line": 193,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8580,
      "end": 8581,
      "loc": {
        "start": {
          "line": 193,
          "column": 61
        },
        "end": {
          "line": 193,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8581,
      "end": 8586,
      "loc": {
        "start": {
          "line": 193,
          "column": 62
        },
        "end": {
          "line": 193,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 193,
          "column": 67
        },
        "end": {
          "line": 193,
          "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": 8604,
      "end": 8609,
      "loc": {
        "start": {
          "line": 194,
          "column": 16
        },
        "end": {
          "line": 194,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8609,
      "end": 8610,
      "loc": {
        "start": {
          "line": 194,
          "column": 21
        },
        "end": {
          "line": 194,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8619,
      "end": 8620,
      "loc": {
        "start": {
          "line": 195,
          "column": 8
        },
        "end": {
          "line": 195,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8625,
      "end": 8626,
      "loc": {
        "start": {
          "line": 196,
          "column": 4
        },
        "end": {
          "line": 196,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 8632,
      "end": 8638,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8638,
      "end": 8639,
      "loc": {
        "start": {
          "line": 198,
          "column": 10
        },
        "end": {
          "line": 198,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8639,
      "end": 8644,
      "loc": {
        "start": {
          "line": 198,
          "column": 11
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8644,
      "end": 8645,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8646,
      "end": 8647,
      "loc": {
        "start": {
          "line": 198,
          "column": 18
        },
        "end": {
          "line": 198,
          "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": 8656,
      "end": 8660,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8660,
      "end": 8661,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 8661,
      "end": 8667,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8667,
      "end": 8668,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 8668,
      "end": 8674,
      "loc": {
        "start": {
          "line": 199,
          "column": 20
        },
        "end": {
          "line": 199,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8674,
      "end": 8675,
      "loc": {
        "start": {
          "line": 199,
          "column": 26
        },
        "end": {
          "line": 199,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDimensionDescriptor",
      "start": 8675,
      "end": 8697,
      "loc": {
        "start": {
          "line": 199,
          "column": 27
        },
        "end": {
          "line": 199,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8697,
      "end": 8698,
      "loc": {
        "start": {
          "line": 199,
          "column": 49
        },
        "end": {
          "line": 199,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8698,
      "end": 8703,
      "loc": {
        "start": {
          "line": 199,
          "column": 50
        },
        "end": {
          "line": 199,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 199,
          "column": 55
        },
        "end": {
          "line": 199,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 8704,
      "end": 8706,
      "loc": {
        "start": {
          "line": 199,
          "column": 56
        },
        "end": {
          "line": 199,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8706,
      "end": 8707,
      "loc": {
        "start": {
          "line": 199,
          "column": 58
        },
        "end": {
          "line": 199,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8707,
      "end": 8708,
      "loc": {
        "start": {
          "line": 199,
          "column": 59
        },
        "end": {
          "line": 199,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 8708,
      "end": 8718,
      "loc": {
        "start": {
          "line": 199,
          "column": 60
        },
        "end": {
          "line": 199,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8719,
      "end": 8720,
      "loc": {
        "start": {
          "line": 199,
          "column": 71
        },
        "end": {
          "line": 199,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8721,
      "end": 8726,
      "loc": {
        "start": {
          "line": 199,
          "column": 73
        },
        "end": {
          "line": 199,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8726,
      "end": 8727,
      "loc": {
        "start": {
          "line": 199,
          "column": 78
        },
        "end": {
          "line": 199,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8727,
      "end": 8739,
      "loc": {
        "start": {
          "line": 199,
          "column": 79
        },
        "end": {
          "line": 199,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8739,
      "end": 8740,
      "loc": {
        "start": {
          "line": 199,
          "column": 91
        },
        "end": {
          "line": 199,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toFixed",
      "start": 8740,
      "end": 8747,
      "loc": {
        "start": {
          "line": 199,
          "column": 92
        },
        "end": {
          "line": 199,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8747,
      "end": 8748,
      "loc": {
        "start": {
          "line": 199,
          "column": 99
        },
        "end": {
          "line": 199,
          "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": 8748,
      "end": 8749,
      "loc": {
        "start": {
          "line": 199,
          "column": 100
        },
        "end": {
          "line": 199,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8749,
      "end": 8750,
      "loc": {
        "start": {
          "line": 199,
          "column": 101
        },
        "end": {
          "line": 199,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8750,
      "end": 8751,
      "loc": {
        "start": {
          "line": 199,
          "column": 102
        },
        "end": {
          "line": 199,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8756,
      "end": 8757,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 200,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 8763,
      "end": 8770,
      "loc": {
        "start": {
          "line": 202,
          "column": 4
        },
        "end": {
          "line": 202,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8770,
      "end": 8771,
      "loc": {
        "start": {
          "line": 202,
          "column": 11
        },
        "end": {
          "line": 202,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8771,
      "end": 8776,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8776,
      "end": 8777,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8778,
      "end": 8779,
      "loc": {
        "start": {
          "line": 202,
          "column": 19
        },
        "end": {
          "line": 202,
          "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": 8788,
      "end": 8792,
      "loc": {
        "start": {
          "line": 203,
          "column": 8
        },
        "end": {
          "line": 203,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8792,
      "end": 8793,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8793,
      "end": 8798,
      "loc": {
        "start": {
          "line": 203,
          "column": 13
        },
        "end": {
          "line": 203,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8798,
      "end": 8799,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 8799,
      "end": 8808,
      "loc": {
        "start": {
          "line": 203,
          "column": 19
        },
        "end": {
          "line": 203,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8808,
      "end": 8809,
      "loc": {
        "start": {
          "line": 203,
          "column": 28
        },
        "end": {
          "line": 203,
          "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": 8809,
      "end": 8810,
      "loc": {
        "start": {
          "line": 203,
          "column": 29
        },
        "end": {
          "line": 203,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8811,
      "end": 8812,
      "loc": {
        "start": {
          "line": 203,
          "column": 31
        },
        "end": {
          "line": 203,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8813,
      "end": 8818,
      "loc": {
        "start": {
          "line": 203,
          "column": 33
        },
        "end": {
          "line": 203,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8818,
      "end": 8819,
      "loc": {
        "start": {
          "line": 203,
          "column": 38
        },
        "end": {
          "line": 203,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8819,
      "end": 8820,
      "loc": {
        "start": {
          "line": 203,
          "column": 39
        },
        "end": {
          "line": 203,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8825,
      "end": 8826,
      "loc": {
        "start": {
          "line": 204,
          "column": 4
        },
        "end": {
          "line": 204,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8827,
      "end": 8828,
      "loc": {
        "start": {
          "line": 205,
          "column": 0
        },
        "end": {
          "line": 205,
          "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": 8830,
      "end": 8836,
      "loc": {
        "start": {
          "line": 207,
          "column": 0
        },
        "end": {
          "line": 207,
          "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": 8837,
      "end": 8842,
      "loc": {
        "start": {
          "line": 207,
          "column": 7
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PositionValueHandle",
      "start": 8843,
      "end": 8862,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 32
        }
      }
    },
    {
      "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": 8863,
      "end": 8870,
      "loc": {
        "start": {
          "line": 207,
          "column": 33
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValueHandle",
      "start": 8871,
      "end": 8882,
      "loc": {
        "start": {
          "line": 207,
          "column": 41
        },
        "end": {
          "line": 207,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8883,
      "end": 8884,
      "loc": {
        "start": {
          "line": 207,
          "column": 53
        },
        "end": {
          "line": 207,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 8889,
      "end": 8895,
      "loc": {
        "start": {
          "line": 208,
          "column": 4
        },
        "end": {
          "line": 208,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8895,
      "end": 8896,
      "loc": {
        "start": {
          "line": 208,
          "column": 10
        },
        "end": {
          "line": 208,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8896,
      "end": 8901,
      "loc": {
        "start": {
          "line": 208,
          "column": 11
        },
        "end": {
          "line": 208,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8901,
      "end": 8902,
      "loc": {
        "start": {
          "line": 208,
          "column": 16
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8903,
      "end": 8911,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8911,
      "end": 8912,
      "loc": {
        "start": {
          "line": 208,
          "column": 26
        },
        "end": {
          "line": 208,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8913,
      "end": 8914,
      "loc": {
        "start": {
          "line": 208,
          "column": 28
        },
        "end": {
          "line": 208,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8923,
      "end": 8931,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8931,
      "end": 8932,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 8932,
      "end": 8939,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8939,
      "end": 8940,
      "loc": {
        "start": {
          "line": 209,
          "column": 24
        },
        "end": {
          "line": 209,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8940,
      "end": 8945,
      "loc": {
        "start": {
          "line": 209,
          "column": 25
        },
        "end": {
          "line": 209,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8945,
      "end": 8946,
      "loc": {
        "start": {
          "line": 209,
          "column": 30
        },
        "end": {
          "line": 209,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8946,
      "end": 8953,
      "loc": {
        "start": {
          "line": 209,
          "column": 31
        },
        "end": {
          "line": 209,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8953,
      "end": 8954,
      "loc": {
        "start": {
          "line": 209,
          "column": 38
        },
        "end": {
          "line": 209,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 8954,
      "end": 8959,
      "loc": {
        "start": {
          "line": 209,
          "column": 39
        },
        "end": {
          "line": 209,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8959,
      "end": 8960,
      "loc": {
        "start": {
          "line": 209,
          "column": 44
        },
        "end": {
          "line": 209,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8960,
      "end": 8965,
      "loc": {
        "start": {
          "line": 209,
          "column": 45
        },
        "end": {
          "line": 209,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8965,
      "end": 8966,
      "loc": {
        "start": {
          "line": 209,
          "column": 50
        },
        "end": {
          "line": 209,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8966,
      "end": 8967,
      "loc": {
        "start": {
          "line": 209,
          "column": 51
        },
        "end": {
          "line": 209,
          "column": 52
        }
      }
    },
    {
      "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": 8976,
      "end": 8981,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 210,
          "column": 13
        },
        "end": {
          "line": 210,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 8982,
      "end": 8988,
      "loc": {
        "start": {
          "line": 210,
          "column": 14
        },
        "end": {
          "line": 210,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8988,
      "end": 8989,
      "loc": {
        "start": {
          "line": 210,
          "column": 20
        },
        "end": {
          "line": 210,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 8989,
      "end": 8994,
      "loc": {
        "start": {
          "line": 210,
          "column": 21
        },
        "end": {
          "line": 210,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8994,
      "end": 8995,
      "loc": {
        "start": {
          "line": 210,
          "column": 26
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8996,
      "end": 9004,
      "loc": {
        "start": {
          "line": 210,
          "column": 28
        },
        "end": {
          "line": 210,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9004,
      "end": 9005,
      "loc": {
        "start": {
          "line": 210,
          "column": 36
        },
        "end": {
          "line": 210,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9005,
      "end": 9006,
      "loc": {
        "start": {
          "line": 210,
          "column": 37
        },
        "end": {
          "line": 210,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9011,
      "end": 9012,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 9018,
      "end": 9024,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9024,
      "end": 9025,
      "loc": {
        "start": {
          "line": 213,
          "column": 10
        },
        "end": {
          "line": 213,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 9025,
      "end": 9030,
      "loc": {
        "start": {
          "line": 213,
          "column": 11
        },
        "end": {
          "line": 213,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9030,
      "end": 9031,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9032,
      "end": 9033,
      "loc": {
        "start": {
          "line": 213,
          "column": 18
        },
        "end": {
          "line": 213,
          "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": 9042,
      "end": 9047,
      "loc": {
        "start": {
          "line": 214,
          "column": 8
        },
        "end": {
          "line": 214,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9048,
      "end": 9053,
      "loc": {
        "start": {
          "line": 214,
          "column": 14
        },
        "end": {
          "line": 214,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9054,
      "end": 9055,
      "loc": {
        "start": {
          "line": 214,
          "column": 20
        },
        "end": {
          "line": 214,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9056,
      "end": 9057,
      "loc": {
        "start": {
          "line": 214,
          "column": 22
        },
        "end": {
          "line": 214,
          "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": 9057,
      "end": 9058,
      "loc": {
        "start": {
          "line": 214,
          "column": 23
        },
        "end": {
          "line": 214,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9058,
      "end": 9060,
      "loc": {
        "start": {
          "line": 214,
          "column": 24
        },
        "end": {
          "line": 214,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 9060,
      "end": 9065,
      "loc": {
        "start": {
          "line": 214,
          "column": 26
        },
        "end": {
          "line": 214,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9065,
      "end": 9066,
      "loc": {
        "start": {
          "line": 214,
          "column": 31
        },
        "end": {
          "line": 214,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 9066,
      "end": 9073,
      "loc": {
        "start": {
          "line": 214,
          "column": 32
        },
        "end": {
          "line": 214,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9073,
      "end": 9074,
      "loc": {
        "start": {
          "line": 214,
          "column": 39
        },
        "end": {
          "line": 214,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 9074,
      "end": 9079,
      "loc": {
        "start": {
          "line": 214,
          "column": 40
        },
        "end": {
          "line": 214,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9079,
      "end": 9080,
      "loc": {
        "start": {
          "line": 214,
          "column": 45
        },
        "end": {
          "line": 214,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9080,
      "end": 9085,
      "loc": {
        "start": {
          "line": 214,
          "column": 46
        },
        "end": {
          "line": 214,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9085,
      "end": 9086,
      "loc": {
        "start": {
          "line": 214,
          "column": 51
        },
        "end": {
          "line": 214,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 9086,
      "end": 9090,
      "loc": {
        "start": {
          "line": 214,
          "column": 52
        },
        "end": {
          "line": 214,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9090,
      "end": 9091,
      "loc": {
        "start": {
          "line": 214,
          "column": 56
        },
        "end": {
          "line": 214,
          "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": 9091,
      "end": 9095,
      "loc": {
        "start": {
          "line": 214,
          "column": 57
        },
        "end": {
          "line": 214,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9095,
      "end": 9096,
      "loc": {
        "start": {
          "line": 214,
          "column": 61
        },
        "end": {
          "line": 214,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9096,
      "end": 9097,
      "loc": {
        "start": {
          "line": 214,
          "column": 62
        },
        "end": {
          "line": 214,
          "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": 9097,
      "end": 9098,
      "loc": {
        "start": {
          "line": 214,
          "column": 63
        },
        "end": {
          "line": 214,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9098,
      "end": 9099,
      "loc": {
        "start": {
          "line": 214,
          "column": 64
        },
        "end": {
          "line": 214,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9099,
      "end": 9100,
      "loc": {
        "start": {
          "line": 214,
          "column": 65
        },
        "end": {
          "line": 214,
          "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": 9109,
      "end": 9113,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9113,
      "end": 9114,
      "loc": {
        "start": {
          "line": 215,
          "column": 12
        },
        "end": {
          "line": 215,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 9114,
      "end": 9120,
      "loc": {
        "start": {
          "line": 215,
          "column": 13
        },
        "end": {
          "line": 215,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9120,
      "end": 9121,
      "loc": {
        "start": {
          "line": 215,
          "column": 19
        },
        "end": {
          "line": 215,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 9121,
      "end": 9127,
      "loc": {
        "start": {
          "line": 215,
          "column": 20
        },
        "end": {
          "line": 215,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9127,
      "end": 9128,
      "loc": {
        "start": {
          "line": 215,
          "column": 26
        },
        "end": {
          "line": 215,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getMemberDescriptor",
      "start": 9128,
      "end": 9147,
      "loc": {
        "start": {
          "line": 215,
          "column": 27
        },
        "end": {
          "line": 215,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9147,
      "end": 9148,
      "loc": {
        "start": {
          "line": 215,
          "column": 46
        },
        "end": {
          "line": 215,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 9148,
      "end": 9153,
      "loc": {
        "start": {
          "line": 215,
          "column": 47
        },
        "end": {
          "line": 215,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9153,
      "end": 9154,
      "loc": {
        "start": {
          "line": 215,
          "column": 52
        },
        "end": {
          "line": 215,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 9154,
      "end": 9156,
      "loc": {
        "start": {
          "line": 215,
          "column": 53
        },
        "end": {
          "line": 215,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9156,
      "end": 9157,
      "loc": {
        "start": {
          "line": 215,
          "column": 55
        },
        "end": {
          "line": 215,
          "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": 9158,
      "end": 9165,
      "loc": {
        "start": {
          "line": 215,
          "column": 57
        },
        "end": {
          "line": 215,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9165,
      "end": 9166,
      "loc": {
        "start": {
          "line": 215,
          "column": 64
        },
        "end": {
          "line": 215,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9166,
      "end": 9167,
      "loc": {
        "start": {
          "line": 215,
          "column": 65
        },
        "end": {
          "line": 215,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 9167,
      "end": 9177,
      "loc": {
        "start": {
          "line": 215,
          "column": 66
        },
        "end": {
          "line": 215,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9178,
      "end": 9179,
      "loc": {
        "start": {
          "line": 215,
          "column": 77
        },
        "end": {
          "line": 215,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9180,
      "end": 9185,
      "loc": {
        "start": {
          "line": 215,
          "column": 79
        },
        "end": {
          "line": 215,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9185,
      "end": 9186,
      "loc": {
        "start": {
          "line": 215,
          "column": 84
        },
        "end": {
          "line": 215,
          "column": 85
        }
      }
    },
    {
      "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": 9195,
      "end": 9200,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9200,
      "end": 9201,
      "loc": {
        "start": {
          "line": 216,
          "column": 13
        },
        "end": {
          "line": 216,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 9201,
      "end": 9207,
      "loc": {
        "start": {
          "line": 216,
          "column": 14
        },
        "end": {
          "line": 216,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9207,
      "end": 9208,
      "loc": {
        "start": {
          "line": 216,
          "column": 20
        },
        "end": {
          "line": 216,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 9208,
      "end": 9213,
      "loc": {
        "start": {
          "line": 216,
          "column": 21
        },
        "end": {
          "line": 216,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9213,
      "end": 9214,
      "loc": {
        "start": {
          "line": 216,
          "column": 26
        },
        "end": {
          "line": 216,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9214,
      "end": 9215,
      "loc": {
        "start": {
          "line": 216,
          "column": 27
        },
        "end": {
          "line": 216,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9220,
      "end": 9221,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9222,
      "end": 9223,
      "loc": {
        "start": {
          "line": 218,
          "column": 0
        },
        "end": {
          "line": 218,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9224,
      "end": 9224,
      "loc": {
        "start": {
          "line": 219,
          "column": 0
        },
        "end": {
          "line": 219,
          "column": 0
        }
      }
    }
  ]
}